From c794483cc03249ded91c49ab4e05a32bc99e2ed5 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 3 Jun 2001 01:07:06 +0000 Subject: [PATCH] *** empty log message *** --- AUTHORS | 4 ++-- ChangeLog | 5 +++++ HACKING | 6 +++--- RELEASE | 4 +++- guile-readline/ChangeLog | 6 ++++++ ice-9/ChangeLog | 12 ++++++++++++ libguile/ChangeLog | 5 +++++ 7 files changed, 36 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index ea35caee0..8a6640405 100644 --- a/AUTHORS +++ b/AUTHORS @@ -78,8 +78,8 @@ In the subdirectory doc, wrote: Marius Vollmer: Many changes throughout. In the subdirectory libguile, wrote: - fluids.c fluids.h - deprecation.h deprecation.c + fluids.c fluids.h extensions.h + deprecation.h deprecation.c extensions.c In the subdirectory libguile, rewrote: dynl.c dynl-dl.c dynl-shl.c dynl.h dynl-dld.c diff --git a/ChangeLog b/ChangeLog index babef5126..5324f549e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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. diff --git a/HACKING b/HACKING index a0487e30a..e5ae2aea4 100644 --- a/HACKING +++ b/HACKING @@ -37,12 +37,12 @@ you want to make changes to the system (which we encourage!) you will find it helpful to have the tools we use to develop Guile. They are the following: -Autoconf 2.13 --- a system for automatically generating `configure' +Autoconf 2.50 --- a system for automatically generating `configure' scripts from templates which list the non-portable features a program would like to use. Available in "ftp://ftp.gnu.org/pub/gnu/autoconf" -Automake 1.4 --- a system for automatically generating Makefiles that +Automake 1.4-p2 --- a system for automatically generating Makefiles that conform to the (rather Byzantine) GNU coding standards. The nice thing is that it takes care of hairy targets like 'make dist' and 'make distclean', and automatically generates @@ -53,7 +53,7 @@ Automake 1.4 --- a system for automatically generating Makefiles that `guile.m4' from the top directory of the Guile core disty to `/usr/local/share/aclocal. -libtool 1.3.5 --- a system for managing the zillion hairy options needed +libtool 1.4 --- a system for managing the zillion hairy options needed on various systems to produce shared libraries. Available in "ftp://ftp.gnu.org/pub/gnu/libtool" diff --git a/RELEASE b/RELEASE index 5043e9fd9..b193220d7 100644 --- a/RELEASE +++ b/RELEASE @@ -47,7 +47,9 @@ After signal handling and threading have been fixed: try-module-dynamic-link init-dynamic-module scm_register_module_xxx - etc. + scm_registered_modules + scm_clear_registered_modules + - remove deprecated variables: scm_top_level_lookup_closure_var scm_scm_system_transformer diff --git a/guile-readline/ChangeLog b/guile-readline/ChangeLog index 8ae349f08..d010037cd 100644 --- a/guile-readline/ChangeLog +++ b/guile-readline/ChangeLog @@ -1,3 +1,9 @@ +2001-06-03 Marius Vollmer + + * configure.in: Added AC_PREREQ(2.50) and minimally changed for + autoconf 2.50. This is mostly so that the `transparent autoconf + wrapper' on Debian picks the right version of autoconf. + 2001-05-31 Michael Livshin * Makefile.am (libguilereadline_la_SOURCES): removed readline.x diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index d154a7982..b79bc526b 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,15 @@ +2001-06-03 Marius Vollmer + + * boot-9.scm (try-load-module): Bracket calls to try-module-linked + and try-module-dynamic-link with `begin-deprecated'. + (split-c-module-name, convert-c-registered-modules, + registered-modules, register-modules, warn-autoload-deprecation, + init-dynamic-module, dynamic-maybe-call, dynamic-maybe-link, + find-and-link-dynamic-module, try-using-libtool-name, + try-using-sharlib-name, link-dynamic-module, try-module-linked, + try-module-dynamic-link): Deprecated. Activate deprecation + message. + 2001-06-02 Marius Vollmer * Makefile.am (psyntax.pp): Make it dependent on psyntax.ss and diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 47704653f..5864d8a07 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2001-06-03 Marius Vollmer + + * dynl.c (scm_register_module_xxx, scm_registered_modules, + scm_clear_registered_modules): Deprecated. + 2001-06-02 Rob Browning * .cvsignore: add guile_filter_doc_snarfage guile-snarf-docs