From 577905a8dcda74490f12e34a1d22e017bf712582 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 20 Aug 1999 05:24:05 +0000 Subject: [PATCH] *** empty log message *** --- GUILE-VERSION | 2 +- README | 2 +- RELEASE | 4 ++-- THANKS | 42 ++++++++---------------------------------- libguile/ChangeLog | 2 +- 5 files changed, 13 insertions(+), 39 deletions(-) diff --git a/GUILE-VERSION b/GUILE-VERSION index efa8c934e..1d86d7c26 100644 --- a/GUILE-VERSION +++ b/GUILE-VERSION @@ -1,5 +1,5 @@ GUILE_MAJOR_VERSION=1 -GUILE_MINOR_VERSION=3.1 +GUILE_MINOR_VERSION=3.2 GUILE_VERSION=$GUILE_MAJOR_VERSION.$GUILE_MINOR_VERSION # For automake. diff --git a/README b/README index 84d2f0870..fbfe33ae4 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is release 1.3 of Guile, Project GNU's extension language +This is release 1.3.2 of Guile, Project GNU's extension language library. Guile is an interpreter for Scheme, packaged as a library that you can link into your applications to give them their own scripting language. Guile will eventually support other languages as diff --git a/RELEASE b/RELEASE index 1a5b87b72..8eb499f4e 100644 --- a/RELEASE +++ b/RELEASE @@ -11,10 +11,10 @@ In release 1.3.2: * Release is titled ``wormwood'' release. * remove #/ syntax * Remove SCHEME_LOAD_PATH. -- remove hook support from boot-9.scm - (only provided for backward compatibility) In release 1.3.4: +- remove hook support from boot-9.scm + (only provided for backward compatibility) - remove names evalext.c: serial-map, ramap.c: serial-array-copy!, serial-array-map! - remove module (ice-9 getopt-gnu-style) diff --git a/THANKS b/THANKS index 1cf4241a9..f972449fd 100644 --- a/THANKS +++ b/THANKS @@ -16,40 +16,14 @@ Greg Harvey made sure I didn't lose any patches, and made readline Bug reports and fixes from: - Greg Badros - Etienne Bernard - John Bley - Brad Bowman - Frank Cieslok - Karl Eichwalder - Mark Elbrecht - Jay Glascoe - Ian Grant - Eric Hanchrow - Greg Harvey - Dirk Herrmann - Johannes Hjorth - Charbel Jacquin - David Kaelbling - Lorentey Karoly - Valdis Kletnieks - Brad Knotwell - Michael Livshin - David Lutterkort - Christian Lynbech - Russ McManus - Eric Moore - Nicolas Neuss - Thien-Thi Nguyen - James Dean Palmer - Richard Polton - Ken Raeburn - Mikael Ståldal - Telford Tendys - Jon Trowbridge - Bernard Urban - Sebastien Villemot - Jim Wilson +Greg Badros, Etienne Bernard, John Bley, Brad Bowman, Frank Cieslok, +Karl Eichwalder, Mark Elbrecht, Jay Glascoe, Ian Grant, Eric Hanchrow, +Greg Harvey, Dirk Herrmann, Johannes Hjorth, Charbel Jacquin, David +Kaelbling, Lorentey Karoly, Valdis Kletnieks, Brad Knotwell, Michael +Livshin, David Lutterkort, Christian Lynbech, Russ McManus, Eric +Moore, Nicolas Neuss, Thien-Thi Nguyen, James Dean Palmer, Richard +Polton, Ken Raeburn, Mikael Ståldal, Telford Tendys, Jon Trowbridge, +Bernard Urban, Sebastien Villemot, and Jim Wilson Also, thanks to: - Craig Brozefsky, for his work on the Guile mailing list web archives diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 14a5d2183..09be3e1cd 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -903,7 +903,7 @@ Fri Jun 25 22:14:32 1999 Greg Badros 1999-04-20 Gary Houston * ports.c (scm_newptob): bugfix: set seek member. -* * (scm_lseek): new procedure, using code from ioext.c:scm_fseek + * (scm_lseek): new procedure, using code from ioext.c:scm_fseek and generalised to all port types. 1999-04-18 Gary Houston -- 2.20.1