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

*** empty log message ***

This commit is contained in:
Kevin Ryde 2006-05-28 00:09:52 +00:00
parent d52f0bde95
commit a31d659ca3
3 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2006-05-28 Kevin Ryde <user42@zip.com.au>
* srfi-modules.texi (SRFI-1 Length Append etc): Add an append-reverse
example.
2006-05-20 Kevin Ryde <user42@zip.com.au>
* api-compound.texi (Pairs): Cross reference SRFI-1 second, third,

View file

@ -1,3 +1,8 @@
2006-05-28 Kevin Ryde <user42@zip.com.au>
* srfi-1.scm, srfi-1.c, srfi-1.h (append-reverse, append-reverse!):
Rewrite in C.
2006-05-20 Kevin Ryde <user42@zip.com.au>
* srfi-1.c (scm_srfi1_assoc): Correction to comparison procedure

View file

@ -5,6 +5,8 @@
implementation, and in fact don't under gcc 4. Reported by Hector
Herrera.
* tests/srfi-1.test (append-reverse, append-reverse!): New tests.
2006-05-28 Marius Vollmer <mvo@zagadka.de>
* tests/ports.test, tests/filesys.test: Delete test file after all