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

*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-01-23 21:02:42 +00:00
parent 2796304a40
commit 2f0a4e3072

View file

@ -1,3 +1,10 @@
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).
* srfi-1.scm (lset=): Allow no list arguments, per srfi spec example.
2005-01-18 Kevin Ryde <user42@zip.com.au>
* srfi-1.scm: Remove (ice-9 session) and (ice-9 receive), not used.