summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1998-07-19 04:29:29 +0000
committerJim Blandy <jimb@red-bean.com>1998-07-19 04:29:29 +0000
commit3ec4ec9a0f701c4c328c30f5f3f778ed1143c3d4 (patch)
treeacafe1954580e0f65351d14da99662aa644e67d6
parent95bfa94884bfb52d40435a6b74d28ac227f6c9de (diff)
downloadguile-3ec4ec9a0f701c4c328c30f5f3f778ed1143c3d4.tar.gz
*** empty log message ***
-rw-r--r--ice-9/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog
index 5471899df..377746824 100644
--- a/ice-9/ChangeLog
+++ b/ice-9/ChangeLog
@@ -1,3 +1,15 @@
+1998-07-19 Jim Blandy <jimb@zwingli.cygnus.com>
+
+ * lineio.scm (make-line-buffering-input-port): Don't use
+ ungetc-char-ready?, since we don't provide that function any
+ more. The unread-string function doesn't interact properly with
+ any of the standard I/O functions anyway. (Thanks to Andrew
+ Archibald.)
+
+ * hcons.scm (hashq-cons-assoc): Don't assume the empty list is
+ false. Return false when we cannot find a matching entry in the
+ list. (Thanks to Andrew Archibald.)
+
1998-07-16 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
* boot-9.scm (export, export-syntax): New special forms: Export