*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Sun, 1 Aug 1999 08:08:18 +0000 (08:08 +0000)
committerJim Blandy <jimb@red-bean.com>
Sun, 1 Aug 1999 08:08:18 +0000 (08:08 +0000)
libguile/ChangeLog
test-suite/ChangeLog

index a49e68f..11737c7 100644 (file)
@@ -1,3 +1,9 @@
+1999-08-01  Jim Blandy  <jimb@savonarola.red-bean.com>
+
+       * 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  <mdj@thalamus.nada.kth.se>
 
        * gc.c (scm_must_malloc, scm_must_realloc): Removed unnecessary
index 8272f67..e376541 100644 (file)
@@ -1,5 +1,18 @@
+1999-08-01  Jim Blandy  <jimb@savonarola.red-bean.com>
+
+       * 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  <jimb@savonarola.red-bean.com>
 
+       * tests/ports.test: Fix copyright years.
+
+       * tests/guardians.test: New test file.
+
        * tests/ports.test ("read-delimited!"): New tests.
 
 1999-06-19  Jim Blandy  <jimb@savonarola.red-bean.com>