X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/14a7d5f84bed0b350495e718e02c7e8ad1be6bb1..04860df734637ca294b02737977516d05161347c:/ChangeLog diff --git a/ChangeLog b/ChangeLog index b933f9726..f907a4dab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,223 @@ +2001-07-08 Rob Browning + + * TODO: updated to include relevant itemized post-1.6-RELEASE + tasks that are distributable so we can check them off as they are + done, and delete 1.6.0 tasks. + + * RELEASE: add a note that the RELEASE instructions are out of + date now that we're using branches. + + * AUTHORS: add "many files throughout" for myself. + +2001-06-28 Thien-Thi Nguyen + + * README: Also mention guile-tools. + + * README: Mention libguile-srfi-*, oop/*, scripts/* and srfi/*. + +2001-06-27 Thien-Thi Nguyen + + * RELEASE: Move todo items to file TODO. + + * TODO: Initial revision + + * Makefile.am (EXTRA_DIST): Add TODO. + + * HACKING: Refer to TODO and SNAPSHOTS. + No longer refer to devel/tasks.text. + + * SNAPSHOTS: Fix reference bug; recommended tool + versions are in HACKING. + + * TODO: Add completion and ownership protocol to header comments. + + * RELEASE: Add TODO-processing to spiffing checklist. + + * HACKING: Update deprecation procedure to refer to TODO. + +2001-06-27 Michael Livshin + + * autogen.sh: don't run flex here. + + * HACKING: clarify that newer versions of flex should be just + fine. + +2001-06-26 Martin Grabmueller + + * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module. + + * configure.in: Added some header and function checks. + +2001-06-25 Neil Jerram + + * autogen.sh: Quoting fix for `--enable-maintainer-mode'. + +2001-06-25 Marius Vollmer + + * autogen.sh: Added message about what to do next. Tell them to + use `--enable-maintainer-mode'. + +2001-06-25 Michael Livshin + + * HACKING: mention flex. + + * autogen.sh: generate libguile/c-tokenize.c. + +2001-06-20 Martin Grabmueller + + * libguile.h: Removed inclusion of libguile/tag.h. + +2001-06-16 Marius Vollmer + + * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define + these when using threads. + +2001-06-14 Marius Vollmer + + * libguile.h: Added deprecated section with the olde type names. + + * configure.in: Check for header . Check for uintptr_t + type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be + `#defined'. + + * acconfig.h (ptrdiff_t): Removed. + +2001-06-05 Martin Grabmueller + + * configure.in: Generate examples/box-dynamic-module/Makefile. + +2001-06-03 Marius Vollmer + + * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add + guile-snarf. + +2001-06-02 Rob Browning + + * configure.in: changes for autoconf 2.50. + (AC_PREREQ): require at least autoconf 2.50. + (AC_INIT): no longer takes an arg. + (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take. + (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS. + (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS. + (AC_STRUCT_ST_BLOCKS): use it rather than our version. + (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT. + (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT. + (AC_OUTPUT): no longer takes args. + + * acinclude.m4: AC_LANG not a variable now -- use __cplusplus + unconditionally . + +2001-06-02 Marius Vollmer + + * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to + I. N. Golubev! + +2001-06-01 Martin Grabmueller + + * configure.in: Generate examples/box-dynamic/Makefile. + +2001-05-31 Martin Grabmueller + + * Makefile.am (EXTRA_DIST): New subdirectory `examples'. + + * configure.in: Added all Makefiles in the `examples' directory to + AC_OUTPUT. + +2001-05-31 Michael Livshin + + * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi. + don't generate guile-snarf.awk. + + * Makefile.am (EXTRA_DIST): add test-suite. + +2001-05-28 Michael Livshin + + * check-guile.in: fix to be runnable when srcdir!=builddir. + +2001-05-26 Michael Livshin + + revert the controversial part of the 2001-05-23 changes + +2001-05-23 Michael Livshin + + * configure.in: configury for SCM_[U]BITS_T, some more sizeofs. + also, make sure that the integral type choosen to represent an SCM + has exactly the same size as a void pointer. + + * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T, + SCM_SIZEOF_BITS_T, ptrdiff_t. + +2001-05-16 Rob Browning + + * configure.in: add AC_SUBST for GUILE_MICRO_VERSION. + + * GUILE-VERSION + (GUILE_VERSION): now MAJOR.MINOR.MICRO + (GUILE_MICRO_VERSION): new variable, records final revision. + i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number, + i.e. the 6. + +2001-05-16 Dirk Herrmann + + * acconfig.h, configure.in: Renamed + GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT. + +2001-05-15 Marius Vollmer + + * acinclude.m4: Removed copy of "libtool.m4". + +2001-05-14 Dirk Herrmann + + * configure.in (SCM_DEBUG_DEPRECATED): Always defined. + +2001-05-13 Thien-Thi Nguyen + + * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update. + + * HACKING: Update copyright. + Add blurb pointing to devel/tasks.text. + +2001-05-11 Thien-Thi Nguyen + + * check-guile.in: For SRFI testing, set and export env + var `LTDL_LIBRARY_PATH'. + +2001-05-07 Neil Jerram + + * AUTHORS: Add docs-related authorship details. + +2001-05-05 Marius Vollmer + + * configure.in (--enable-deprecated): Recognize "shutup" option + argument and turn it into the default warning level "no". + +2001-05-05 Gary Houston + + * acconfig.h: add HAVE_IPV6. + * configure.in: check whether we can compile with IPv6 support. + +2001-05-04 Thien-Thi Nguyen + + * guile-tools.in: New file. + + * configure.in (AC_OUTPUT): Add guile-tools, and make + executable. + + * Makefile.am (bin_SCRIPTS): New var. + +2001-05-04 Gary Houston + + * configure.in: check whether uint32_t is defined when netdb.h + is included. + acconfig.h: added HAVE_UINT32_T. + +2001-05-02 Marius Vollmer + + * configure.in: Added handling of `--enable-deprecated'. + + * acconfig.h (SCM_DEBUG_DEPRECATED, + GUILE_WARN_DEPRECATED_DEFAULT): Added. + 2001-04-29 Thien-Thi Nguyen * Makefile.am (SUBDIRS): Add "scripts".