summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1997-10-22 20:19:58 +0000
committerJim Blandy <jimb@red-bean.com>1997-10-22 20:19:58 +0000
commitc1c8ff9999af05f4a31a93f8259491411cdc36f3 (patch)
treede40597ef8715ad603a96072251703e6302b243d
parent46f8dcede41e09662ba58c9e1a3379b19f7bc625 (diff)
downloadguile-c1c8ff9999af05f4a31a93f8259491411cdc36f3.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog6
-rw-r--r--ice-9/ChangeLog22
-rw-r--r--libguile/ChangeLog10
3 files changed, 34 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 44a9c7452..e072a671e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Oct 22 16:06:38 1997 Jim Blandy <jimb@totoro.red-bean.com>
+
+ * configure.in: Check for the readline library, and the termcap
+ library (on which readline relies).
+ * configure: Regenerated.
+
1997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog
index 8e8a2f538..9bd8a031e 100644
--- a/ice-9/ChangeLog
+++ b/ice-9/ChangeLog
@@ -1,14 +1,28 @@
-1997-10-06 Marius Vollmer <mvo@zagadka.ping.de>
+Wed Oct 22 16:07:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
+
+ Add support for readline function.
+ * readline.scm: New module.
+ * boot-9.scm (repl-reader): New function.
+ (scm-style-repl): Call repl-reader, instead of doing the reading
+ ourselves. Remove repl-report-reset; it was never used for
+ anything.
+ (top-repl): If we've got the readline primitives, then redefine
+ repl-reader to use them.
+ If we've got the readline primitives, import the readline module.
+
+ * ls.scm (ls, lls): Don't assume (eq? #f '()).
+
+Mon Oct 6 12:00:00 Marius Vollmer <mvo@zagadka.ping.de>
* boot-9.scm (inherit-print-state): If NEW-PORT contains a
print-state, throw it away.
-1997-10-03 Mikael Djurfeldt <mdj@nada.kth.se>
+Fri Oct 3 12:00:00 Mikael Djurfeldt <mdj@nada.kth.se>
* boot-9.scm (struct-layout): Use `vtable-index-layout' instead of
`0'.
-1997-10-02 Mikael Djurfeldt <mdj@nada.kth.se>
+Thu Oct 2 12:00:00 Mikael Djurfeldt <mdj@nada.kth.se>
* boot-9.scm (struct-printer, make-struct-printer,
set-struct-printer-in-vtable!, *struct-printer*): Removed.
@@ -18,7 +32,7 @@
(record-type-name, record-type-fields): Decreased slot index by
one; Use `vtable-offset-user'.
-1997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
+Thu Oct 2 12:00:00 Marius Vollmer <mvo@zagadka.ping.de>
* boot-9.scm (inherit-print-state): New experimental function.
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index a6368404d..667185e46 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,13 @@
+Wed Oct 22 16:13:47 1997 Jim Blandy <jimb@totoro.red-bean.com>
+
+ Readline support, from Daniel Risacher.
+ * readline.c, readline.h: New files.
+ * init.c: #include "readline.h".
+ (scm_boot_guile_1): Call scm_init_readline, if we have it.
+ * Makefile.am (libguile_la_SOURCES): Include readline.c.
+ * Makefile.in: Regenerated.
+ * scmconfig.h.in: Regenerated, after change to ../configure.
+
Tue Oct 7 09:37:24 1997 Mark Galassi <rosalia@cygnus.com>
* gh_data.c (gh_bool2scm): new function which replaces