From 04bbd6ce0912ebbf6f1d60d0720d7d3d553e1208 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 6 Nov 2001 22:48:30 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 10 +++++++--- doc/ref/ChangeLog | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ead195902..b1f97975a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-11-06 Thien-Thi Nguyen + + * TODO (sync srfi-modules.texi): New, done. + 2001-11-04 Stefan Jahn * NEWS: Corrected remarks about SCM_API. @@ -10,13 +14,13 @@ 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 `win32-uname.o' - and `win32-dirent.o' and define extra compiler flags necessary + Checking for `ws2_32.dll', `winsock2.h', add `win32-uname.o' + and `win32-dirent.o' and define extra compiler flags necessary to build clean dlls. Check for `regcomp()' inside `-lregex'. diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index fbf9e6018..52476be8e 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -6,6 +6,7 @@ procedures, SRFI-19 Date object and accessors, SRFI-19 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date to string/string to date converters): New nodes. + (SRFI Support): Add "SRFI-19" to menu. 2001-11-06 Marius Vollmer