*** empty log message ***

This commit is contained in:
Jim Blandy 1999-08-01 08:08:18 +00:00
commit 769f054d52
2 changed files with 19 additions and 0 deletions

View 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

View 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>