diff --git a/ChangeLog b/ChangeLog index 4a96bdc4b..74ff28440 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-08-27 Marius Vollmer + + * check-guile.in: Do not include ".libs" in LTDL_LIBRARY_PATH, + libltdl provides it itself. + 2001-08-24 Neil Jerram * configure.in (AC_CONFIG_FILES): Add per-manual doc directory diff --git a/guile-readline/ChangeLog b/guile-readline/ChangeLog index aba59dcb3..0b2bdfb2c 100644 --- a/guile-readline/ChangeLog +++ b/guile-readline/ChangeLog @@ -1,3 +1,9 @@ +2001-08-25 Marius Vollmer + + * readline.scm: Use load-extension instead of explicit + dynamic-link/dynamic-call. Removed ".so" extension from library + name. + 2001-08-02 Neil Jerram * readline.scm (call-with-readline-completion-function): New. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index ac5665c14..8f754125b 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2001-08-27 Marius Vollmer + + * ports.c, ports.h, fprots.c, gc.c, ioext.c: Replaced + "scm_t_portable" with "scm_port_table" which was an artifact from + the great "scm_*_t -> scm_t_" renaming. + 2001-08-25 Thien-Thi Nguyen * gc_os_dep.c (GC_noop1): Move before `GC_find_limit' where it is