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

*** empty log message ***

This commit is contained in:
Marius Vollmer 2000-01-10 00:38:02 +00:00
parent 4ed6bae2fc
commit f73d2411a5
2 changed files with 26 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
* boot-9.scm (try-using-libtool-name): Do not bother to look
inside libtool ".la" file, dynamic-link does this for us now.
1999-12-15 Gary Houston <ghouston@freewire.co.uk>
* slib.scm (library-vicinity, home-vicinity,

View file

@ -1,3 +1,24 @@
2000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
Finally applied the libltdl patch from Thomas Tanner, with slight
modifications.
* DYNAMIC-LINKING: Removed because it is obsolete.
* dynl.c: Use ANSI prototypes.
(sysdep_dynl_link): Use lt_dlopenext instead of lt_dlopen.
* scmconfig.h.in: Do not change, as it is automatically generated.
1999-07-25 Thomas Tanner <tanner@ffii.org>
* dynl-dl.c, dynl-dld.c, dynl-shl.c, dynl-vms.c: deleted
(obsolete)
* Makefile.am: likewise, add INCLTDL (libltdl headers) to
INCLUDES, set dlpreopened files in LDFLAGS, link libguile
against libltdl
* dynl.c: use libltdl if DYNAMIC_LINKING is enabled,
* guile.c: register preloaded modules
* scmconfig.h.in: remove obsolete symbols
2000-01-09 Gary Houston <ghouston@arglist.com>
* These changes should make it unnecessary to call tzset from