From e1f20ec6adf348587bc90fe3f736978c5a0b45a6 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 11 Sep 1999 15:08:11 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 6 ++++++ doc/ChangeLog | 4 ++++ guile-config/ChangeLog | 4 ++++ ice-9/ChangeLog | 17 +++++++++++++++++ libguile/ChangeLog | 7 +++++++ 5 files changed, 38 insertions(+) diff --git a/ChangeLog b/ChangeLog index 67f129714..32e46c3fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-09-11 Jim Blandy + + * configure.in (GUILE_STAMP): Don't set this variable, or + substitute it into anything. Full explanation in ice-9/ChangeLog. + * configure, Makefile.in: Regenerated. + 1999-09-06 James Blandy Propagate the changes of 2 Sept the rest of the way through. diff --git a/doc/ChangeLog b/doc/ChangeLog index 614955cd5..c5fe708e6 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +1999-09-11 Jim Blandy + + * Makefile.in: Regenerated. + Fri Jun 25 22:21:43 1999 Greg Badros * data-rep.texi: Updated SMOB docs to talk about diff --git a/guile-config/ChangeLog b/guile-config/ChangeLog index fd361fac4..dade5860c 100644 --- a/guile-config/ChangeLog +++ b/guile-config/ChangeLog @@ -1,3 +1,7 @@ +1999-09-11 Jim Blandy + + * Makefile.in: Regenerated. + 1998-07-29 Marius Vollmer * guile-config.in (build-link): Correct non-RnRS usage of internal diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 08d4bd605..73dbe8848 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,20 @@ +1999-09-11 Jim Blandy + + Delete the test which compares the configuration date of libguile + with the configuration date of ice-9. This test yields too many + false positives to be helpful. For example, if you build Guile + for several architectures but have them all share a "share" + directory (which is supposed to work), then all but one + architecture's Guile will complain that the configuration dates + don't match. Which is true, but indicates nothing wrong. + * boot-9.scm: Delete code which compares ice-9-config-stamp with + libguile-config-stamp. + * version.scm.in: Delete. + * Makefile.am (ice9_generated): Delete. + (subpkgdata_DATA): Remove ice9_generated. + (EXTRA_DIST): Remove version.scm.in. + * Makefile.in: Regenerate. + 1999-09-11 Mikael Djurfeldt * * debugger.scm: New file: Initial version of the Guile debugger diff --git a/libguile/ChangeLog b/libguile/ChangeLog index bc20032c9..828e7b49c 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +1999-09-11 Jim Blandy + + * version.c (scm_libguile_config_stamp): Deleted. See + corresponding change to ../ice-9/boot-9.scm. + * version.h: Delete prototype. + * Makefile.in: Regenerated. + 1999-09-11 Gary Houston * filesys.c (scm_directory_p): new procedure "directory?" Returns -- 2.20.1