From 769f054d529deb04a808f4da319882159063fa9a Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 1 Aug 1999 08:08:18 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 6 ++++++ test-suite/ChangeLog | 13 +++++++++++++ 2 files changed, 19 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index a49e68ffd..11737c7b5 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +1999-08-01 Jim Blandy + + * ports.c (scm_char_ready_p): Don't try to find PORT's ptab entry + until we've verified that it is actually a port. (Thanks to + Lorentey Karoly.) + 1999-07-31 Mikael Djurfeldt * gc.c (scm_must_malloc, scm_must_realloc): Removed unnecessary diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 8272f672d..e37654190 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,5 +1,18 @@ +1999-08-01 Jim Blandy + + * tests/r4rs.test (SECTION 3 4): Each element of type-matrix + corresponds to an example object, not a predicate. Aubrey + probably never noticed this because SCM doesn't check the lengths + of the arguments to for-each and map... + + * tests/ports.test: Add some regression tests for char-ready?. + 1999-07-19 Jim Blandy + * tests/ports.test: Fix copyright years. + + * tests/guardians.test: New test file. + * tests/ports.test ("read-delimited!"): New tests. 1999-06-19 Jim Blandy