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

*** empty log message ***

This commit is contained in:
Thien-Thi Nguyen 2001-08-24 22:07:20 +00:00
parent e5c5ac9240
commit e9313ed7f8
2 changed files with 34 additions and 16 deletions

View file

@ -1,3 +1,16 @@
2001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
* srfi-13.h (scm_string_map, scm_string_map_x,
scm_string_for_each): Reverse order of first two args.
(scm_string_for_each_index): New proc.
* srfi-13.c (scm_string_for_each): Reverse order of first 2 args.
(scm_string_for_each_index): New func.
* srfi-13.scm (string-for-each-index): New exported proc.
Thanks to Alex Shinn.
2001-08-22 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
* srfi-13.c (string-map): Swapped order of string and proc args to

View file

@ -1,3 +1,8 @@
2001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
* tests/srfi-13.test (string-for-each, string-for-each-index):
Add tests. (Thanks to Alex Shinn.)
2001-08-22 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
* tests/srfi-13.test (string-map): Swapped order of string and