From a6596faa2212436ae388b9813631482e5ebaaf83 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Tue, 6 Jun 2000 12:44:46 +0000 Subject: [PATCH] *** empty log message *** --- THANKS | 1 + guile-readline/ChangeLog | 16 ++++++++++++++++ libguile/ChangeLog | 6 +++++- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/THANKS b/THANKS index 2dcb60b4f..877a5fcb4 100644 --- a/THANKS +++ b/THANKS @@ -22,6 +22,7 @@ For fixes or providing information which led to a fix: Craig Brozefsky Diego Dainese Mark Galassi + Ian Grant Greg Harvey Jon Hellan Richard Kim diff --git a/guile-readline/ChangeLog b/guile-readline/ChangeLog index 0ff562bc7..913561de4 100644 --- a/guile-readline/ChangeLog +++ b/guile-readline/ChangeLog @@ -1,3 +1,19 @@ +2000-06-06 Mikael Djurfeldt + + * readline.c: Always provide scm_init_readline, also if readline + support is not included. Otherwise, a strange dynamic loading + error will occur. (It would be better not to install + libguilereadline at all.) + + * readline-activator.scm (activate-readline): Report an error if + readline isn't provided by Guile. + + * readline.scm: Report an error if readline isn't provided by + Guile; Added :no-backtrace to module header. + + * configure.in: Put more ink before readline version warning. + (Thanks to Ian Grant.) + 2000-06-01 Michael Livshin * autogen.sh: call ../guile-aclocal.sh instead of aclocal diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 13412c688..d7008243d 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2000-06-06 Mikael Djurfeldt + + * modules.c (scm_system_module_env_p): Fixed detection of system + modules. + 2000-06-06 Marius Vollmer * scmsigs.c (scm_sigaction): Silently ignore setting handlers for @@ -38,7 +43,6 @@ validate.h (SCM_VALIDATE_BOOL_COPY, SCM_VALIDATE_PROC): Replace uses of SCM_TRUE_P (x) with SCM_EQ_P (x, SCM_BOOL_T). ->>>>>>> 1.990 2000-06-04 Mikael Djurfeldt * eval.c (scm_badformalsp): New static function. -- 2.20.1