1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2003-11-08 22:19:24 +00:00
parent 4d3526d096
commit c2337a6178
2 changed files with 13 additions and 0 deletions

View file

@ -1,8 +1,16 @@
2003-11-09 Kevin Ryde <user42@zip.com.au>
* misc-modules.texi (Pretty Printing): Add new keyword options, break
example to avoid long line.
* scheme-data.texi (Random): In random, use @code for *random-state*.
Reported by Stephen Compall.
* srfi-modules.texi (SRFI-1 Filtering and Partitioning): Move filter
and filter! ...
* scheme-compound.texi (List Modification): ... to here, now that
they're implemented in the core.
2003-11-03 Kevin Ryde <user42@zip.com.au>
* misc-modules.texi (File Tree Walk): New chapter.

View file

@ -1,3 +1,8 @@
2003-11-09 Kevin Ryde <user42@zip.com.au>
* dynl.c (scm_dynamic_unlink): Need scm_list_1 on error message
argument. Reported by Mike Gran.
2003-11-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
* eval.c (s_missing_body_expression): New static identifier.