Ludovic Courtès
93003b16b0
Assorted `syntax-check' fixes.
...
* doc/ref/Makefile.am ($(snarf_doc).am): Untabify.
* libguile/eval.c: Remove unnecessary <assert.h> inclusion.
* .x-sc_m4_quote_check: Update.
* libguile/error.c (scm_error_scm): Use `EXIT_FAILURE' instead of 1.
* libguile/init.c (fixconfig, scm_boot_guile): Likewise.
* libguile/null-threads.h (scm_i_pthread_exit): Likewise.
* libguile/script.c (scm_compile_shell_switches): Likewise.
* test-suite/standalone/test-conversion.c: Likewise.
* test-suite/standalone/test-list.c: Likewise.
* test-suite/standalone/test-unwind.c: Likewise.
* libguile/async.c: Remove unnecessary inclusion of <signal.h>.
* NEWS: "filesystem" -> "file system".
* doc/ref/r6rs.texi: Ditto.
* cfg.mk (local-checks-to-skip): New variable.
* .x-sc_m4_quote_check, .x-sc_obsolete_symbols, .x-sc_program_name,
.x-sc_prohibit_atoi_atof, .x-sc_prohibit_magic_number_exit: New
files.
* .gitignore: Update.
2010-08-27 18:59:42 +02:00
Andy Wingo
46088b2629
minor NEWS tweaks
...
* NEWS: Minor tweaks.
2010-08-16 21:36:14 -07:00
Andy Wingo
4f9691174d
more NEWS updates
...
* NEWS: Update some more.
2010-08-06 17:42:04 +02:00
Andy Wingo
66ad445dcf
update NEWS for 1.9.12 (mostly)
...
* NEWS: Update for 1.9.12.
2010-08-06 13:45:26 +02:00
Andy Wingo
18e90860d1
fold 1.9.11 news into main body
...
* NEWS: Update.
2010-08-05 11:17:09 +02:00
Andreas Rottmann
77b139121d
Allow exposing of random number generator state
...
Now the random number generator state can be obtained in external
(i.e. `read'/`write'-able) form via the new procedure
`random-state->external'. An externalized state can be reinstantiated by
calling `external->random-state'.
* libguile/random.c (scm_i_init_rstate_scm, scm_i_expose_rstate): New
internal functions.
* libguile/random.c (scm_c_make_rstate_scm, scm_external_to_random_state,
scm_random_state_to_external): New public functions.
* libguile/random.h: Add prototypes for the above functions.
* libguile/random.h (scm_t_rng): Add new fields `init_rstate_scm' and
`expose_rstate'.
* libguile/random.c (scm_init_random): Initialize the new fields in
`scm_the_rng'.
2010-07-26 15:00:49 +02:00
Andy Wingo
bcec8c3699
minor NEWS tweaks
...
* NEWS: Fix wordings.
2010-06-02 22:19:40 +02:00
Andy Wingo
bac6076989
NEWS is ready
...
* NEWS: Finalize.
2010-06-01 14:19:52 +02:00
Andy Wingo
97597bfb37
more NEWS
...
* NEWS: More updates.
2010-06-01 14:16:10 +02:00
Andy Wingo
0f13fcde65
small NEWS updates
...
* NEWS: Some updates.
2010-06-01 14:11:14 +02:00
Andy Wingo
8a302245f0
more 1.9.11 NEWS updates
...
* NEWS: More updates.
2010-06-01 12:21:08 +02:00
Andy Wingo
26997111c8
partial 1.9.11 NEWS
...
* NEWS: Add some 1.9.11 news -- unfinished, though.
2010-05-27 13:52:53 +02:00
Andy Wingo
29b98fb256
update NEWS for things that were true and aren't, or vice versa
...
* NEWS: Misc updates.
2010-05-24 09:26:29 +02:00
Andy Wingo
139fa149a8
pre-prepare NEWS
...
* NEWS: Integrate 1.9.10 entries into the main text.
2010-05-24 09:26:29 +02:00
Andy Wingo
b390b00834
NEWS tweaks for nil
...
* NEWS: Some nil-related news fixes; after 1.9.10, I know, but hey ;-)
2010-04-16 10:36:04 +02:00
Andy Wingo
f5318d8b18
update NEWS for 1.9.10
...
* NEWS: Update for new 1.9.10 entries.
2010-04-07 00:26:48 +02:00
Andy Wingo
fb53c347a6
Update NEWS to reflect the current state
...
* NEWS: Update a number of old entries.
2010-04-07 00:01:35 +02:00
Andy Wingo
a34a2022c8
remove transient 1.9.9 entries from the NEWS
...
* NEWS: Cull 1.9.9 entries.
2010-04-06 23:58:51 +02:00
Ludovic Courtès
d6ed9b92c5
Update `NEWS'.
2010-03-18 23:48:12 +01:00
Andy Wingo
b0abbaa74a
update NEWS for 1.9.9
...
* NEWS: Update.
2010-03-16 23:58:34 +01:00
Andy Wingo
71fada0b6d
cull 1.9.8 NEWS items
...
* NEWS: Remove 1.9.8 items; they have been folded in already.
2010-03-16 22:56:37 +01:00
Andy Wingo
44d70904a6
slight NEWS tweaks
...
* NEWS: Slight tweaks.
2010-02-17 17:34:58 +01:00
Ludovic Courtès
dbd9532e89
Update `NEWS'.
2010-02-17 00:50:24 +01:00
Andy Wingo
a104b81cc4
a start at NEWS
...
* NEWS: A start at NEWS; now to sleep.
2010-02-16 23:45:36 +01:00
Andy Wingo
80e22004bd
remove incremental NEWS entries in preparation for 1.9.8
...
* NEWS
2010-01-27 21:45:47 +01:00
Ludovic Courtès
6bf927ab6e
Update `NEWS'.
2010-01-19 22:29:13 +01:00
Andy Wingo
cf8ec359cc
update NEWS
...
* NEWS: Update for 1.9.7, and fold new entries into the main text.
2010-01-10 14:06:18 +01:00
Andy Wingo
4a45769178
fold 1.9.6 NEWS into the main text
...
* NEWS: Incorporate 1.9.6 NEWS items into the main text.
2010-01-10 11:11:47 +01:00
Neil Jerram
211a5b0425
Doc for getsid
...
* NEWS: Note new getsid primitive.
* doc/ref/posix.texi (Processes): Document getsid.
2009-12-27 18:44:41 +00:00
Andy Wingo
61521ea034
more NEWS updates
...
* NEWS: Update some more.
2009-12-13 20:18:50 +01:00
Andy Wingo
271a32dbc2
commit draft of NEWS
2009-12-12 00:10:36 +01:00
Andy Wingo
5bb408ccaf
prepare NEWS for 1.9.6
...
* NEWS: Prepare NEWS for 1.9.6.
2009-12-12 00:10:35 +01:00
Ludovic Courtès
13922e3fa9
Don't use `-Werror' by default.
...
* configure.ac (GUILE_ERROR_ON_WARNING): Default to "no".
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.
* NEWS: Update.
2009-11-17 23:42:40 +01:00
Andy Wingo
e614d37577
fold 1.9.5 NEWS items into the main text
...
* NEWS: Fold 1.9.5 things into the main text.
2009-11-17 22:04:48 +01:00
Andy Wingo
6cf430473a
Update NEWS.
...
* NEWS: Update for 1.9.5. Still needs these entries to be folded into
the main section though.
2009-11-17 21:51:56 +01:00
Andy Wingo
b0217d1704
update NEWS for 1.9.4
2009-10-15 15:45:03 +02:00
Neil Jerram
1ff4da6570
Fix handling of IPv6 addresses
...
Thanks to Scott McPeak for reporting this and providing a patch.
* libguile/socket.c (scm_to_ipv6): When address is the wrong type,
provide more information in the exception message.
(scm_to_sockaddr): scm_to_ipv6 expects just an address, not the
whole vector.
* test-suite/tests/socket.test ("AF_INET6/SOCK_STREAM"): New set of
tests.
2009-10-01 23:27:59 +01:00
Ludovic Courtès
d3a6162490
Update `NEWS'.
2009-09-14 00:42:25 +02:00
Ludovic Courtès
87e0037091
Add λ' macro as an alternative to
lambda'.
...
* module/ice-9/boot-9.scm (λ): New macro.
* NEWS: Update.
2009-09-11 00:05:48 +02:00
Ludovic Courtès
7b96f3ddfd
Update `NEWS'.
2009-09-09 23:01:28 +02:00
Andy Wingo
56664c089c
update news; ready for 1.9.3
...
* doc/ref/api-control.texi:
* doc/ref/goops.texi: Fix some typos.
* NEWS: Update.
2009-09-06 13:36:32 +02:00
Andy Wingo
99e31c327e
update NEWS
...
* NEWS: Minor text revisions, and fold new NEWS entries into the main
body too.
2009-09-06 12:58:31 +02:00
Michael Gran
8748ffeaa7
Doc updates for character encoding of source code files
...
* NEWS
* doc/ref/scheme-scripts.texi: doc updates for character encoding of
source code
* doc/ref/api-evaluation.texi: doc updates for character encoding of
source code
2009-09-05 10:42:15 -07:00
Michael Gran
28cc8dac2f
Doc updates for Unicode string escapes and port encodings
...
* NEWS: string and port changes
* doc/ref/api-data.texi: string escapes and string-ci
* doc/ref/api-io.texi: port encoding functions
2009-09-04 07:55:05 -07:00
Michael Gran
be3eb25c64
Doc updates for srfi-14 character sets
...
* NEWS: updates for srfi-14 character sets
* doc/ref/api-data.texi: update char-set section and some spellchecking
2009-09-03 09:03:53 -07:00
Michael Gran
3f12aedb50
Update docs for Unicode characters
...
* NEWS: add note about Unicode characters
* doc/ref/api-data.texi: update Characters subsection
* libguile/chars.c: update docstrings to match manual
2009-08-30 16:55:52 -07:00
Neil Jerram
f84c500d2e
Export readline history functions
...
* guile-readline/ice-9/readline.scm: Export history functions.
2009-08-30 11:03:34 +01:00
Andy Wingo
108e18b18a
Merge wip-array refactor, up to cd43fdc5b7
...
Conflicts:
NEWS
libguile/print.c
2009-08-25 18:04:02 +02:00
Neil Jerram
c15d8e6ab9
Update NEWS
2009-08-21 22:31:36 +01:00
Ludovic Courtès
9957b1c707
Update `NEWS' for commit d8dd381fa7
.
2009-08-17 23:05:50 +02:00