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

*** empty log message ***

This commit is contained in:
Kevin Ryde 2003-08-22 22:37:52 +00:00
parent d61261f07d
commit a54e06e5cd
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,11 @@
2003-08-23 Kevin Ryde <user42@zip.com.au>
* srfi-1.c, srfi-1.h, srfi-1.scm (list-copy): New function, derived
from core list-copy but allowing improper lists, per SRFI-1 spec.
* srfi-19.scm (date-week-number): Correction, day of week starting
week applied was off by one.
2003-07-29 Kevin Ryde <user42@zip.com.au>
* srfi-1.c, srfi-1.scm (concatenate, concatenate!): Use scm_append and

View file

@ -1,3 +1,7 @@
2003-08-23 Kevin Ryde <user42@zip.com.au>
* tests/srfi-19.test (date-week-number): Add tests.
2003-08-22 Kevin Ryde <user42@zip.com.au>
* tests/numbers.test (-): Exercise bignum - inum.