1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-06-05 21:36:31 +00:00
parent 50e20a6061
commit 4d54ee3597
2 changed files with 7 additions and 1 deletions

View file

@ -94,7 +94,9 @@
2005-04-25 Kevin Ryde <user42@zip.com.au>
* ramap.c (scm_array_map_x): Allow no source args, add num args checks
to subr_1, subr_2, subr_2o and dsubr cases.
to subr_1, subr_2, subr_2o and dsubr cases. No source args only has a
few sensible uses (like filling with a random number generator say),
but has been allowed in the past and so should be kept.
2005-04-23 Kevin Ryde <user42@zip.com.au>

View file

@ -1,3 +1,7 @@
2005-06-06 Kevin Ryde <user42@zip.com.au>
* tests/strings.test (string-split): Try splitting on an 8-bit char.
2005-05-07 Kevin Ryde <user42@zip.com.au>
* tests/srfi-1.test (car+cdr, fold, last, list-index, list-tabulate,