*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Fri, 2 Nov 2001 00:06:57 +0000 (00:06 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Fri, 2 Nov 2001 00:06:57 +0000 (00:06 +0000)
ChangeLog
guile-readline/ChangeLog

index d807895..aee0757 100644 (file)
--- a/ChangeLog
+++ b/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>
 
        * BUGS (7, 8): New.
index 8da222b..4c23f04 100644 (file)
@@ -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>
 
        * readline.c (scm_readline, scm_add_history,