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

*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-01-27 21:23:36 +00:00
parent 2ebe323a15
commit 4d38e6f0e3
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-01-28 Kevin Ryde <user42@zip.com.au>
* boot-9.scm (while): Remove the unquote from do, it breaks with ice-9
syncase. Reported by Pach Roman.
2005-01-10 Marius Vollmer <marius.vollmer@uni-dortmund.de> 2005-01-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* arrays.scm, deprecated.scm (uniform-vector-fill!, * arrays.scm, deprecated.scm (uniform-vector-fill!,

View file

@ -1,3 +1,8 @@
2005-01-28 Kevin Ryde <user42@zip.com.au>
* tests/syntax.test (while): Tests running in empty environment are
now "unresolved" due to workaround in while implementation.
2005-01-24 Kevin Ryde <user42@zip.com.au> 2005-01-24 Kevin Ryde <user42@zip.com.au>
* standalone/test-unwind.c (check_cont): Cast rewindable to long, to * standalone/test-unwind.c (check_cont): Cast rewindable to long, to