1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-04-23 21:20:17 +00:00
parent cd858a314c
commit 7301de799a
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-04-24 Kevin Ryde <user42@zip.com.au>
* srfi-11.scm (let-values): Use make-symbol rather than gensym, for
guaranteed uniqueness of temp variable symbols.
2004-04-15 Kevin Ryde <user42@zip.com.au>
* srfi-13.c (scm_string_trim, scm_string_trim_right,

View file

@ -1,3 +1,8 @@
2004-04-24 Kevin Ryde <user42@zip.com.au>
* tests/srfi-11.test: New file.
* Makefile.am (SCM_TESTS): Add it.
2004-04-22 Kevin Ryde <user42@zip.com.au>
* standalone/test-round.c: New file, exercising scm_round.