1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2000-06-06 12:44:46 +00:00
parent c15c33ee54
commit a6596faa22
3 changed files with 22 additions and 1 deletions

1
THANKS
View file

@ -22,6 +22,7 @@ For fixes or providing information which led to a fix:
Craig Brozefsky Craig Brozefsky
Diego Dainese Diego Dainese
Mark Galassi Mark Galassi
Ian Grant
Greg Harvey Greg Harvey
Jon Hellan Jon Hellan
Richard Kim Richard Kim

View file

@ -1,3 +1,19 @@
2000-06-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* 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 <mlivshin@bigfoot.com> 2000-06-01 Michael Livshin <mlivshin@bigfoot.com>
* autogen.sh: call ../guile-aclocal.sh instead of aclocal * autogen.sh: call ../guile-aclocal.sh instead of aclocal

View file

@ -1,3 +1,8 @@
2000-06-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* modules.c (scm_system_module_env_p): Fixed detection of system
modules.
2000-06-06 Marius Vollmer <mvo@zagadka.ping.de> 2000-06-06 Marius Vollmer <mvo@zagadka.ping.de>
* scmsigs.c (scm_sigaction): Silently ignore setting handlers for * scmsigs.c (scm_sigaction): Silently ignore setting handlers for
@ -38,7 +43,6 @@
validate.h (SCM_VALIDATE_BOOL_COPY, SCM_VALIDATE_PROC): Replace validate.h (SCM_VALIDATE_BOOL_COPY, SCM_VALIDATE_PROC): Replace
uses of SCM_TRUE_P (x) with SCM_EQ_P (x, SCM_BOOL_T). uses of SCM_TRUE_P (x) with SCM_EQ_P (x, SCM_BOOL_T).
>>>>>>> 1.990
2000-06-04 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> 2000-06-04 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* eval.c (scm_badformalsp): New static function. * eval.c (scm_badformalsp): New static function.