1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2001-09-20 16:48:02 +00:00
parent 70c07eed72
commit c13f0a90f4
3 changed files with 29 additions and 9 deletions

View file

@ -1,3 +1,12 @@
2001-09-20 Rob Browning <rlb@defaultvalue.org>
* configure.in (AC_CONFIG_FILES): add libguile/version.h.
2001-09-11 Rob Browning <rlb@defaultvalue.org>
* RELEASE: Deleted Ian Grant and Julian Satchell's addresses from
the testing list since they're no longer functional.
2001-09-04 Thien-Thi Nguyen <ttn@revel.glug.org>
* TODO:

10
RELEASE
View file

@ -29,14 +29,6 @@ Tom Tromey <tromey@cygnus.com>:
mips-sgi-irix6.3
sparc-sun-sunos4.1.4
Ian Grant <I.A.N.Grant@damtp.cam.ac.uk>:
alpha-dec-osf4.0e
Julian Satchell <satchell@merry.dra.hmg.gb>:
dec-mips-ultrix
Perry Metzger <perry@piermont.com>
NetBSD
@ -201,7 +193,7 @@ Once you've got a disty that seems pretty solid:
Punting checklist:
* Add "Guile N.M released." entry to the top-level ChangeLog, and commit it.
* Add "Guile X.Y.Z released." entry to the top-level ChangeLog, and commit it.
* Tag the entire source tree with a tag of the form "release_X-Y-Z",
i.e for release 1.6.0, use release_1-6-0

View file

@ -1,3 +1,22 @@
2001-09-20 Rob Browning <rlb@defaultvalue.org>
* .cvsignore: add version.h
* versiondat.h.in: removed (obsolete).
* version.h.in: renamed from version.h.
(SCM_GUILE_MAJOR_VERSION): new public macro.
(SCM_GUILE_MINOR_VERSION): new public macro.
(SCM_GUILE_MICRO_VERSION): new public macro.
* version.h: renamed to version.h.in.
* version.c
(scm_major_version): support integer *_VERSION macros.
(scm_minor_version): support integer *_VERSION macros.
(scm_micro_version): support integer *_VERSION macros.
(scm_version): support integer *_VERSION macros.
2001-09-20 Mikael Djurfeldt <mdj@linnaeus>
* error.c, error.h: Made error keys globally accessible.