1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2001-06-16 20:17:50 +00:00
parent 485ffecad5
commit eb6c2de855
5 changed files with 28 additions and 0 deletions

View file

@ -242,6 +242,12 @@ Marc Feeley:
In the subdirectory doc, wrote:
pretty-print.scm
Matthias Koeppe:
In the subdirectory test-suite/tests, wrote
format.test, srfi-19.test, optargs.test
In the subdirectory test-suite/tests, changes to
ports.test
The file libguile/gc_os_dep.c is from the Boehm-Weiser conservative
collector. A lot of people have contributed to it, but probably not
all to the code in gc_os_dep.c:

View file

@ -1,3 +1,8 @@
2001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
* libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
these when using threads.
2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
* libguile.h: Added deprecated section with the olde type names.

View file

@ -1,3 +1,8 @@
2001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
* posix.texi (Conventions): Use `system-error-errno' instead of
explicit code
2001-06-04 Gary Houston <ghouston@arglist.com>
* scheme-io.texi (Block Reading and Writing): added

View file

@ -1,3 +1,7 @@
2001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
* boot-9.scm (system-error-errno): New.
2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
* common-list.scm (remove-if, remove-if-not): Fix typo: use

View file

@ -1,3 +1,11 @@
2001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
Thanks to Matthias Köppe!
* tests/ports.test: New test for output port line counts.
* tests/format.test, tests/optargs.test, tests/srfi-19.test: New
files.
2001-05-28 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* tests/symbols.test ("gensym"): New tests for long gensym