1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 22:10:29 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-01-03 21:41:31 +00:00
parent a5f0b59988
commit 441a25d9e7
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,13 @@
2004-01-04 Kevin Ryde <user42@zip.com.au>
* srfi-modules.texi (SRFI-1 Filtering and Partitioning): For partition
and partition!, emphasise the multi-value return, note partition may
share a tail with the given list.
* srfi-modules.texi (SRFI-1 Searching, SRFI-1 Deleting, SRFI-1
Association Lists): Note how member, delete, delete! and assoc extend
the corresponding core functions.
2003-11-25 Kevin Ryde <user42@zip.com.au>
* tools.texi (Macros guile-snarf recognizes): Correction to GOOPS