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

*** empty log message ***

This commit is contained in:
Kevin Ryde 2003-07-08 00:15:23 +00:00
parent d53efb805b
commit e5a74c26a3
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,11 @@
2003-07-08 Kevin Ryde <user42@zip.com.au>
* srfi-1.c, srfi-1.h (scm_srfi1_delete, scm_srfi1_delete_x,
scm_srfi1_delete_duplicates, scm_srfi1_delete_duplicates_x): New
functions. scm_srfi1_delete_x is derived from scm_delete_x.
* srfi-1.scm (delete, delete!, delete-duplicates, delete-duplicates!):
Remove.
2003-06-07 Kevin Ryde <user42@zip.com.au>
* srfi-6.scm: #:re-export open-input-string, open-output-string and

View file

@ -1,3 +1,8 @@
2003-07-08 Kevin Ryde <user42@zip.com.au>
* tests/srfi-1.test (delete, delete!): Add more tests.
(delete-duplicates, delete-duplicates!): Add tests.
2003-06-21 Kevin Ryde <user42@zip.com.au>
* tests/numbers.test (truncate, round, asinh, acosh, atanh): Add some