mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-05 01:00:21 +02:00
*** empty log message ***
This commit is contained in:
parent
6bc674b0b4
commit
67c8a9bc4a
1 changed files with 16 additions and 2 deletions
|
@ -1,3 +1,17 @@
|
||||||
|
2002-02-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
|
||||||
|
|
||||||
|
* lib.scm Back port from 1.20, with these exceptions:
|
||||||
|
do not remove `signals-error?' and `signals-error?*', and do not
|
||||||
|
include (ice-9 stack-catch), which is not available yet.
|
||||||
|
|
||||||
|
* tests/r4rs.test: Use `test-file-name' and `data-file-name'
|
||||||
|
instead of `data-file'.
|
||||||
|
|
||||||
|
* guile-test: Back port from 1.12, with the following exception:
|
||||||
|
do not use modules (ice-9 and-let-star) or (ice-9 rdelim).
|
||||||
|
|
||||||
|
* paths.scm: bye bye.
|
||||||
|
|
||||||
2000-06-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
2000-06-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||||
|
|
||||||
* tests/list.test: Use cons* instead of list*.
|
* tests/list.test: Use cons* instead of list*.
|
||||||
|
@ -73,7 +87,7 @@ Fri Dec 17 12:14:10 1999 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
|
|
||||||
* tests/c-api.test: Refine the list of files that are checked in
|
* tests/c-api.test: Refine the list of files that are checked in
|
||||||
the seek-offset-test. Was just using files that end in "c", but
|
the seek-offset-test. Was just using files that end in "c", but
|
||||||
that caught the new ".doc" files, too, so make sure that files end
|
that caught the new ".doc" files, too, so make sure that files end
|
||||||
in ".c" before requiring that they include unistd.h if they
|
in ".c" before requiring that they include unistd.h if they
|
||||||
reference SEEK_(SET|CUR|END).
|
reference SEEK_(SET|CUR|END).
|
||||||
|
|
||||||
|
@ -95,7 +109,7 @@ Fri Dec 17 12:14:10 1999 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
|
|
||||||
* tests/reader.test: Check that number->string checks its radix
|
* tests/reader.test: Check that number->string checks its radix
|
||||||
properly.
|
properly.
|
||||||
|
|
||||||
1999-09-20 Jim Blandy <jimb@savonarola.red-bean.com>
|
1999-09-20 Jim Blandy <jimb@savonarola.red-bean.com>
|
||||||
|
|
||||||
* tests/ports.test: Check that our input functions cope when
|
* tests/ports.test: Check that our input functions cope when
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue