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

*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-01-23 21:28:45 +00:00
parent 4e3cc389f0
commit d27d4bf7a7
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2005-01-24 Kevin Ryde <user42@zip.com.au>
* srfi-modules.texi (SRFI-1 Searching): In member, note `=' called arg
order.
(SRFI-1 Set Operations): Remove lset-adjoin!, doesn't exist in the
code or the srfi spec.
2005-01-20 Kevin Ryde <user42@zip.com.au>
* posix.texi (Ports and File Descriptors): In flock, for LOCK_NB note

View file

@ -1,7 +1,7 @@
2005-01-24 Kevin Ryde <user42@zip.com.au>
* srfi-1.c (scm_srfi1_member): Correction to pred call arg order, srfi
spec is (PRED X elem).
spec is (PRED X elem). Update docstring from manual.
* srfi-1.scm (lset=): Allow no list arguments, per srfi spec example.