1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-02 23:50:47 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-08-23 10:51:43 +00:00
parent 87cc0e0cac
commit 5e46627311
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* docstring.el: Replaced all "@c module" markers with "@c
module-for-docstring", making it less likely to collide with a
real commentary.
2002-10-19 Neil Jerram <neil@ossau.uklinux.net>
* guile.texi: Replaced by regenerated libguile version.

View file

@ -1,3 +1,8 @@
2004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* lib.scm (exception:used-before-define): New.
* tests/syntax.test ("letrec"): Use it.
2004-08-20 Kevin Ryde <user42@zip.com.au>
* tests/posix.test (mkstemp!): New tests.