From 7a1e5a6da78340bb565ce8c98c94ef45ec27bcc3 Mon Sep 17 00:00:00 2001 From: shivers Date: Wed, 21 Aug 1996 21:19:23 +0000 Subject: [PATCH] Keep bugfixes here. --- Error-log | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Error-log diff --git a/Error-log b/Error-log new file mode 100644 index 0000000..b603ae4 --- /dev/null +++ b/Error-log @@ -0,0 +1,22 @@ +Documentation error in STRING-OUTPUT-PORT-OUTPUT. +Reported 12/19 by Michel.Schinz@studi.epfl.ch + + +character-gobbling in (record-reader) caused by 'trim / 'peek +default misunderstanding in delimited readers. Fixed 4/5/96 +Reported by Victor Zandy + +reap-policy = early can still lose if you loop and fork. +fork now reaps & retries if it loses and the policy is early reap. +This is a kludge until I have sigchld handlers. +Fixed 4/5/96; reported by Michael Becker. + +CHAR-SET-CONTAINS? now works for non-ASCII chars. + +SKIP-CHAR-SET now exported and documented. 4/5/96 + +Tod Olson complained about the I/O performance + of the delimited reader routines (the supposedly fast ones, with + C support). Reported 11/95, improved 4/96. + Things generally improved all over by improving the efficiency + of optional argument handling (but especially I/O, I think).