1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2001-08-26 21:54:33 +00:00
parent f5fd8aa2a7
commit fada26b27e
3 changed files with 17 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2001-08-27 Marius Vollmer <mvo@zagadka.ping.de>
* check-guile.in: Do not include ".libs" in LTDL_LIBRARY_PATH,
libltdl provides it itself.
2001-08-24 Neil Jerram <neil@ossau.uklinux.net>
* configure.in (AC_CONFIG_FILES): Add per-manual doc directory

View file

@ -1,3 +1,9 @@
2001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
* readline.scm: Use load-extension instead of explicit
dynamic-link/dynamic-call. Removed ".so" extension from library
name.
2001-08-02 Neil Jerram <neil@ossau.uklinux.net>
* readline.scm (call-with-readline-completion-function): New.

View file

@ -1,3 +1,9 @@
2001-08-27 Marius Vollmer <mvo@zagadka.ping.de>
* 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 <ttn@revel.glug.org>
* gc_os_dep.c (GC_noop1): Move before `GC_find_limit' where it is