diff --git a/ChangeLog b/ChangeLog index d807895c2..aee0757db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2001-11-02 Marius Vollmer + + 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 * BUGS (7, 8): New. diff --git a/guile-readline/ChangeLog b/guile-readline/ChangeLog index 8da222be4..4c23f0457 100644 --- a/guile-readline/ChangeLog +++ b/guile-readline/ChangeLog @@ -1,3 +1,20 @@ +2001-11-02 Marius Vollmer + + 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 * readline.c (scm_readline, scm_add_history,