mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
*** empty log message ***
This commit is contained in:
parent
f9ed377d74
commit
c299f186ff
4 changed files with 19 additions and 39 deletions
|
@ -1,5 +1,5 @@
|
||||||
GUILE_MAJOR_VERSION=1
|
GUILE_MAJOR_VERSION=1
|
||||||
GUILE_MINOR_VERSION=4
|
GUILE_MINOR_VERSION=4.1
|
||||||
GUILE_VERSION=${GUILE_MAJOR_VERSION}.${GUILE_MINOR_VERSION}
|
GUILE_VERSION=${GUILE_MAJOR_VERSION}.${GUILE_MINOR_VERSION}
|
||||||
|
|
||||||
# For automake.
|
# For automake.
|
||||||
|
|
13
NEWS
13
NEWS
|
@ -3,6 +3,19 @@ Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||||
See the end for copying conditions.
|
See the end for copying conditions.
|
||||||
|
|
||||||
Please send Guile bug reports to bug-guile@gnu.org.
|
Please send Guile bug reports to bug-guile@gnu.org.
|
||||||
|
|
||||||
|
Changes since Guile 1.4:
|
||||||
|
|
||||||
|
* Changes to the distribution
|
||||||
|
|
||||||
|
* Changes to the stand-alone interpreter
|
||||||
|
|
||||||
|
* Changes to Scheme functions and syntax
|
||||||
|
|
||||||
|
* Changes to the gh_ interface
|
||||||
|
|
||||||
|
* Changes to the scm_ interface
|
||||||
|
|
||||||
|
|
||||||
Changes since Guile 1.3.4:
|
Changes since Guile 1.3.4:
|
||||||
|
|
||||||
|
|
6
README
6
README
|
@ -1,4 +1,8 @@
|
||||||
This is version 1.4 of Guile, Project GNU's extension language
|
This is not a Guile release; it is a source tree retrieved via
|
||||||
|
anonymous CVS or as a nightly snapshot at some random time after the
|
||||||
|
Guile 1.4 release.
|
||||||
|
|
||||||
|
This is version 1.4.1 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
|
||||||
|
|
37
THANKS
37
THANKS
|
@ -7,42 +7,5 @@ The Guile maintainer committee consists of
|
||||||
|
|
||||||
Contributors since the last release:
|
Contributors since the last release:
|
||||||
|
|
||||||
Greg Badros
|
|
||||||
Jim Blandy
|
|
||||||
Mikael Djurfeldt
|
|
||||||
Dirk Herrmann
|
|
||||||
Gary Houston
|
|
||||||
Michael Livshin
|
|
||||||
Thomas Tanner
|
|
||||||
Marius Vollmer
|
|
||||||
|
|
||||||
For fixes or providing information which led to a fix:
|
For fixes or providing information which led to a fix:
|
||||||
|
|
||||||
Lauri Alanko
|
|
||||||
Craig Brozefsky
|
|
||||||
Diego Dainese
|
|
||||||
Mark Galassi
|
|
||||||
Ian Grant
|
|
||||||
Greg Harvey
|
|
||||||
Karl M. Hegbloom
|
|
||||||
Jon Hellan
|
|
||||||
Richard Kim
|
|
||||||
Brad Knotwell
|
|
||||||
Tim Mooney
|
|
||||||
Eric Moore
|
|
||||||
Thien-Thi Nguyen
|
|
||||||
Kalle Olavi Niemitalo
|
|
||||||
Han-Wen Nienhuys
|
|
||||||
Jan Nieuwenhuizen
|
|
||||||
Keisuke Nishida
|
|
||||||
Roland Orre
|
|
||||||
Bertrand Petit
|
|
||||||
Jorgen Schaefer
|
|
||||||
Bill Schottstaedt
|
|
||||||
Daniel Skarda
|
|
||||||
Dale P. Smith
|
|
||||||
Ivan Toshkov
|
|
||||||
Tal Tversky
|
|
||||||
Bernard Urban
|
|
||||||
Lynn Winebarger
|
|
||||||
Ryan Yeske
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue