*** empty log message ***
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 12 Jul 1998 02:28:33 +0000 (02:28 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 12 Jul 1998 02:28:33 +0000 (02:28 +0000)
ChangeLog
libguile/ChangeLog

index d389c61..9cd2532 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sat Jul 11 21:54:29 1998  Mikael Djurfeldt  <mdj@totoro.red-bean.com>
+
+       * acconfig.h, configure.in: Define TOTORO if configuring on
+       totoro.red-bean.com.
+
+       * configure.in: Check for strdup.
+
 1998-05-19  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
 
        * configure.in: Check for rl_cleanup_after_signal.
index 2507853..a49224d 100644 (file)
@@ -1,3 +1,14 @@
+Sat Jul 11 22:08:21 1998  Mikael Djurfeldt  <mdj@totoro.red-bean.com>
+
+       * init.c, readline.c: OK, I won't have these readline.x bug
+       reports anymore.  We've had them since April.  The current reason
+       is a completely unintelligible failure of totoro.red-bean.com to
+       do the test for rl_getc_function in libreadline correctly.  This
+       kludge overrides the test if we're on totoro so that the snapshot
+       generation process can work.
+
+       * readline.c: Define a strdup replacement if not existent on system.
+
 1998-07-12  Mikael Djurfeldt  <mdj@barbara.nada.kth.se>
 
        * vectors.c, vectors.h (scm_make_vector): Removed third argument.