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:
Thien-Thi Nguyen 2001-08-23 19:09:08 +00:00
parent 2b33c2f28d
commit 691365f22a
2 changed files with 26 additions and 16 deletions

View file

@ -1,3 +1,8 @@
2001-08-23 Thien-Thi Nguyen <ttn@revel.glug.org>
* srfi-13.c (string-map): Swapped order of string and proc args to
conform with the srfi. (Thanks to Alex Shinn.)
2001-07-31 Gary Houston <ghouston@arglist.com>
* srfi-14.c (scm_char_set_diff_plus_intersection): wasn't correctly

View file

@ -1,3 +1,8 @@
2001-08-23 Thien-Thi Nguyen <ttn@revel.glug.org>
* tests/srfi-13.test (string-map): Swapped order of string and
proc args to conform with the srfi. (Thanks to Alex Shinn.)
2001-08-12 Thien-Thi Nguyen <ttn@revel.glug.org>
* tests/getopt-long.test (exception:no-such-option,