1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1999-09-11 15:08:11 +00:00
parent 6b63595cb8
commit e1f20ec6ad
5 changed files with 38 additions and 0 deletions

View file

@ -1,3 +1,9 @@
1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
* 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 <jimb@mule.m17n.org>
Propagate the changes of 2 Sept the rest of the way through.

View file

@ -1,3 +1,7 @@
1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
* Makefile.in: Regenerated.
Fri Jun 25 22:21:43 1999 Greg Badros <gjb@cs.washington.edu>
* data-rep.texi: Updated SMOB docs to talk about

View file

@ -1,3 +1,7 @@
1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
* Makefile.in: Regenerated.
1998-07-29 Marius Vollmer <mvo@zagadka.ping.de>
* guile-config.in (build-link): Correct non-RnRS usage of internal

View file

@ -1,3 +1,20 @@
1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
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 <mdj@thalamus.nada.kth.se>
* * debugger.scm: New file: Initial version of the Guile debugger

View file

@ -1,3 +1,10 @@
1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
* 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 <ghouston@easynet.co.uk>
* filesys.c (scm_directory_p): new procedure "directory?" Returns