diff --git a/ChangeLog b/ChangeLog index d389c61fa..9cd2532b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Jul 11 21:54:29 1998 Mikael Djurfeldt + + * acconfig.h, configure.in: Define TOTORO if configuring on + totoro.red-bean.com. + + * configure.in: Check for strdup. + 1998-05-19 Mikael Djurfeldt * configure.in: Check for rl_cleanup_after_signal. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 250785343..a49224df1 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,14 @@ +Sat Jul 11 22:08:21 1998 Mikael Djurfeldt + + * 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 * vectors.c, vectors.h (scm_make_vector): Removed third argument.