mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Post-release changes for 1.3.2.
This commit is contained in:
parent
0a852b9424
commit
43fa9a05fe
4 changed files with 5 additions and 27 deletions
|
@ -1,5 +1,5 @@
|
|||
GUILE_MAJOR_VERSION=1
|
||||
GUILE_MINOR_VERSION=3.2
|
||||
GUILE_MINOR_VERSION=3.3
|
||||
GUILE_VERSION=$GUILE_MAJOR_VERSION.$GUILE_MINOR_VERSION
|
||||
|
||||
# For automake.
|
||||
|
|
3
NEWS
3
NEWS
|
@ -3,6 +3,9 @@ Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
|
|||
See the end for copying conditions.
|
||||
|
||||
Please send Guile bug reports to bug-guile@gnu.org.
|
||||
|
||||
Changes since Guile 1.3.2:
|
||||
|
||||
|
||||
Changes since Guile 1.3:
|
||||
|
||||
|
|
2
README
2
README
|
@ -1,4 +1,4 @@
|
|||
This is release 1.3.2 of Guile, Project GNU's extension language
|
||||
This is release 1.3.3 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
|
||||
|
|
25
THANKS
25
THANKS
|
@ -1,30 +1,5 @@
|
|||
The Guile core distribution:
|
||||
|
||||
Mikael Djurfeldt contributed core support for GOOPS, a CLOS-like object
|
||||
system for Guile, a generalized set! syntax, and a new random number
|
||||
generator.
|
||||
Greg Badros contributes patches to use the new SMOB interface.
|
||||
Gary Houston contributed a more efficient and portable implementation of
|
||||
I/O ports, and hacked on (ice-9 expect).
|
||||
Michael Livshin implemented Dybvig's Guardians.
|
||||
Roland Orre contributed list and vector sorting functions.
|
||||
Russ McManus contributed a command-line argument parser (ice-9 getopt-long).
|
||||
Ken Raeburn contributed patches to make Guile use `const' in some
|
||||
appropriate places.
|
||||
Greg Harvey made sure I didn't lose any patches, and made readline
|
||||
highlight matching parenthesis.
|
||||
|
||||
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, and Jim Wilson
|
||||
|
||||
Also, thanks to:
|
||||
- Craig Brozefsky, for his work on the Guile mailing list web archives
|
||||
- Pat Eyler, for his continuing work on the Guile web pages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue