mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-07 18:30:25 +02:00
*** empty log message ***
This commit is contained in:
parent
f8c9d4978d
commit
577905a8dc
5 changed files with 13 additions and 39 deletions
|
@ -1,5 +1,5 @@
|
||||||
GUILE_MAJOR_VERSION=1
|
GUILE_MAJOR_VERSION=1
|
||||||
GUILE_MINOR_VERSION=3.1
|
GUILE_MINOR_VERSION=3.2
|
||||||
GUILE_VERSION=$GUILE_MAJOR_VERSION.$GUILE_MINOR_VERSION
|
GUILE_VERSION=$GUILE_MAJOR_VERSION.$GUILE_MINOR_VERSION
|
||||||
|
|
||||||
# For automake.
|
# For automake.
|
||||||
|
|
2
README
2
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
|
library. Guile is an interpreter for Scheme, packaged as a library
|
||||||
that you can link into your applications to give them their own
|
that you can link into your applications to give them their own
|
||||||
scripting language. Guile will eventually support other languages as
|
scripting language. Guile will eventually support other languages as
|
||||||
|
|
4
RELEASE
4
RELEASE
|
@ -11,10 +11,10 @@ In release 1.3.2:
|
||||||
* Release is titled ``wormwood'' release.
|
* Release is titled ``wormwood'' release.
|
||||||
* remove #/ syntax
|
* remove #/ syntax
|
||||||
* Remove SCHEME_LOAD_PATH.
|
* Remove SCHEME_LOAD_PATH.
|
||||||
- remove hook support from boot-9.scm
|
|
||||||
(only provided for backward compatibility)
|
|
||||||
|
|
||||||
In release 1.3.4:
|
In release 1.3.4:
|
||||||
|
- remove hook support from boot-9.scm
|
||||||
|
(only provided for backward compatibility)
|
||||||
- remove names evalext.c: serial-map,
|
- remove names evalext.c: serial-map,
|
||||||
ramap.c: serial-array-copy!, serial-array-map!
|
ramap.c: serial-array-copy!, serial-array-map!
|
||||||
- remove module (ice-9 getopt-gnu-style)
|
- remove module (ice-9 getopt-gnu-style)
|
||||||
|
|
42
THANKS
42
THANKS
|
@ -16,40 +16,14 @@ Greg Harvey made sure I didn't lose any patches, and made readline
|
||||||
|
|
||||||
Bug reports and fixes from:
|
Bug reports and fixes from:
|
||||||
|
|
||||||
Greg Badros
|
Greg Badros, Etienne Bernard, John Bley, Brad Bowman, Frank Cieslok,
|
||||||
Etienne Bernard
|
Karl Eichwalder, Mark Elbrecht, Jay Glascoe, Ian Grant, Eric Hanchrow,
|
||||||
John Bley
|
Greg Harvey, Dirk Herrmann, Johannes Hjorth, Charbel Jacquin, David
|
||||||
Brad Bowman
|
Kaelbling, Lorentey Karoly, Valdis Kletnieks, Brad Knotwell, Michael
|
||||||
Frank Cieslok
|
Livshin, David Lutterkort, Christian Lynbech, Russ McManus, Eric
|
||||||
Karl Eichwalder
|
Moore, Nicolas Neuss, Thien-Thi Nguyen, James Dean Palmer, Richard
|
||||||
Mark Elbrecht
|
Polton, Ken Raeburn, Mikael Ståldal, Telford Tendys, Jon Trowbridge,
|
||||||
Jay Glascoe
|
Bernard Urban, Sebastien Villemot, and Jim Wilson
|
||||||
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
|
|
||||||
|
|
||||||
Also, thanks to:
|
Also, thanks to:
|
||||||
- Craig Brozefsky, for his work on the Guile mailing list web archives
|
- Craig Brozefsky, for his work on the Guile mailing list web archives
|
||||||
|
|
|
@ -903,7 +903,7 @@ Fri Jun 25 22:14:32 1999 Greg Badros <gjb@cs.washington.edu>
|
||||||
1999-04-20 Gary Houston <ghouston@easynet.co.uk>
|
1999-04-20 Gary Houston <ghouston@easynet.co.uk>
|
||||||
|
|
||||||
* ports.c (scm_newptob): bugfix: set seek member.
|
* 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.
|
and generalised to all port types.
|
||||||
|
|
||||||
1999-04-18 Gary Houston <ghouston@easynet.co.uk>
|
1999-04-18 Gary Houston <ghouston@easynet.co.uk>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue