X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/d76852e37c2089449ea209b3d88025144d9d0b23..70debc22969e0b2a51bfaa419c2b373d0addbbf1:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 1b7ae7702..5cc300c29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,174 @@ +2001-11-06 Thien-Thi Nguyen + + * TODO (sync srfi-modules.texi): New, done. + + * BUGS (9): New. + +2001-11-04 Stefan Jahn + + * NEWS: Corrected remarks about SCM_API. + + * configure.in: Defining USE_DLL_IMPORT definition to indicate + usage of DLL import macros in `libguile/__scm.h'. + (LIBOBJS): Removed `fileblocks.o' from the list of object files. + Somehow Jim Blandy's patch from 1997 did not survive. + +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 + to build clean dlls. + Check for `regcomp()' inside `-lregex'. + +2001-10-26 Thien-Thi Nguyen + + * BUGS (7, 8): New. + +2001-10-25 Thien-Thi Nguyen + + * BUGS: Expand on file format description. + + (1): Update "fixed" field. + (2, 3, 4, 5, 6): New. + +2001-10-14 Gary Houston + + * configure.in: include sys/types.h when testing uint32_t. + thanks to Bill Schottstaedt. + +2001-10-14 Marius Vollmer + + * configure.in: Do not use an absolute path for when + checking for return type of usleep. Thanks to Michael Carmack. + +2001-09-30 Thien-Thi Nguyen + + * BUGS: New file. + * Makefile.am (EXTRA_DIST): Add BUGS file. + +2001-09-25 Thien-Thi Nguyen + + * TODO: Add bugfix item to "Eventually". + +2001-09-20 Rob Browning + + * configure.in (AC_CONFIG_FILES): add libguile/version.h. + +2001-09-11 Rob Browning + + * RELEASE: Deleted Ian Grant and Julian Satchell's addresses from + the testing list since they're no longer functional. + +2001-09-04 Thien-Thi Nguyen + + * TODO: + Use outline mode instead of text. + Reword protocol explanation. + Add "make error-signalling functions more consistent" to Eventually. + Move some C-related GOOPS tasks to 1.8.0, take ownership. + +2001-08-31 Thien-Thi Nguyen + + * HACKING (Sample GDB Initialization File): New section. + + * TODO (1.8.0): Add "move .gdbinit" entry. + +2001-08-31 Dirk Herrmann + + * TODO: Added some points, and eliminated all done items. + + * acconfig.h, configure.in (SCM_DEBUG_DEPRECATED, + SCM_ENABLE_DEPRECATED): Renamed SCM_DEBUG_DEPRECATED to + SCM_ENABLE_DEPRECATED with the logic reversed. + +2001-08-31 Dirk Herrmann + + * libguile.h: Removed bogus comment, rearranged includes, removed + deprecated definitions. + + (LIBGUILEH, SCM_LIBGUILE_H): Renamed H to SCM__H. + +2001-08-30 Thien-Thi Nguyen + + * HACKING: Mention libtool ./configure-regeneration requirement. + +2001-08-27 Marius Vollmer + + * check-guile.in: Do not include ".libs" in LTDL_LIBRARY_PATH, + libltdl provides it itself. + +2001-08-24 Neil Jerram + + * configure.in (AC_CONFIG_FILES): Add per-manual doc directory + Makefiles. + +2001-08-15 Rob Browning + + * configure.in + (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme. + (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme. + (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme. + (LIBGUILE_INTERFACE): use libtool versioning scheme. + (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme. + (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme. + (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme. + (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme. + + * GUILE-VERSION (GUILE_MINOR_VERSION): bump for new unstable. + (GUILE_MICRO_VERSION): reset for new unstable. + (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme. + (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme. + (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme. + (LIBGUILE_INTERFACE): use libtool versioning scheme. + (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme. + (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme. + (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme. + (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme. + +2001-08-07 Marius Vollmer + + * Makefile.am (EXTRA_DIST, SUBDIRS): Move test-suite from + EXTRA_DIST to SUBDIRS. + + * configure.in: Added "test-suite/Makefile". + +2001-08-01 Marius Vollmer + + * configure.in: Added `--disable-linuxthreads' option and do not + define GUILE_PTHREAD_COMPAT nor link with -lpthread when it is + given. Thanks to Cris Cramer! + +2001-07-23 Marius Vollmer + + * Makefile.am (SUBDIRS): Build libguile before ice-9. + +2001-07-22 Marius Vollmer + + * configure.in: Check for "inttypes.h". + +2001-07-19 Rob Browning + + * configure.in: add checks for setitimer and getitimer. + Add --enable-error-on-warning. + +2001-07-18 Martin Grabmueller + + * INSTALL, Makefile.am, configure.in: Updated copyright notice. + +2001-07-15 Thien-Thi Nguyen + + * HACKING: Remove onerous authorship-info deletion clause. + +2001-07-13 Keisuke Nishida + + * autogen.sh: Call libtoolize with --force. + 2001-07-10 Thien-Thi Nguyen * INSTALL: Point to HACKING for tool versions.