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:
parent
7500c31618
commit
257b6d408d
2 changed files with 30 additions and 0 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
||||||
|
2001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
|
Support for native Win32. Thanks to Stefan Jahn!
|
||||||
|
|
||||||
|
* check-guile.in: Replaced `ln -s' by `@LN_S@' to supports
|
||||||
|
build systems which do not have symbolic links.
|
||||||
|
* configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
|
||||||
|
on Win32 platforms.
|
||||||
|
Checking for `ws2_32.dll', `winsock2.h', add `uname.o' and
|
||||||
|
`dirent.o' and define extra compiler flags necessary to build
|
||||||
|
clean dlls.
|
||||||
|
Check for `regcomp()' inside `-lregex'.
|
||||||
|
|
||||||
2001-10-26 Thien-Thi Nguyen <ttn@glug.org>
|
2001-10-26 Thien-Thi Nguyen <ttn@glug.org>
|
||||||
|
|
||||||
* BUGS (7, 8): New.
|
* BUGS (7, 8): New.
|
||||||
|
|
|
@ -1,3 +1,20 @@
|
||||||
|
2001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
|
Support for native Win32. Thanks to Stefan Jahn!
|
||||||
|
|
||||||
|
* Makefile.am: Put `-export-dynamic -no-undefined' into LDFLAGS
|
||||||
|
and add the library `libguile.la' to support linkers which do not
|
||||||
|
allow unresolved symbols inside shared libraries.
|
||||||
|
|
||||||
|
* configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
|
||||||
|
on Win32 platforms.
|
||||||
|
Define extra compiler flags necessary to build clean dlls.
|
||||||
|
|
||||||
|
* readline.c: Include `io.h' and exclude `sys/time.h' for MinGW.
|
||||||
|
|
||||||
|
* readline.h: Defintion of SCM_RL_API. Prefixed each exported
|
||||||
|
symbol with SCM_RL_API.
|
||||||
|
|
||||||
2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||||
|
|
||||||
* readline.c (scm_readline, scm_add_history,
|
* readline.c (scm_readline, scm_add_history,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue