mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
*** empty log message ***
This commit is contained in:
parent
be1cd0966e
commit
5469b4a131
4 changed files with 13 additions and 2 deletions
4
ANON-CVS
4
ANON-CVS
|
@ -15,6 +15,10 @@ sources will be easier for us to evaluate and install, since the
|
||||||
patch's original sources will be closer to what we're working with.
|
patch's original sources will be closer to what we're working with.
|
||||||
And it allows us to start testing features earlier.
|
And it allows us to start testing features earlier.
|
||||||
|
|
||||||
|
Since the CVS tree is arranged for the convenience of the developers,
|
||||||
|
it requires GCC and GNU Make, which together support automatic
|
||||||
|
dependency management.
|
||||||
|
|
||||||
To check out a CVS working directory:
|
To check out a CVS working directory:
|
||||||
|
|
||||||
1) Install CVS version 1.9 or later on your system.
|
1) Install CVS version 1.9 or later on your system.
|
||||||
|
|
4
RELEASE
4
RELEASE
|
@ -5,7 +5,7 @@ it in the distribution.
|
||||||
In release 1.3:
|
In release 1.3:
|
||||||
- (done) make #/ generate a warning.
|
- (done) make #/ generate a warning.
|
||||||
- (done) make SCHEME_LOAD_PATH generate a warning.
|
- (done) make SCHEME_LOAD_PATH generate a warning.
|
||||||
- Perry Metzger <perry@piermont.com> is willing to do beta-testing
|
- (done) Perry Metzger <perry@piermont.com> is willing to do beta-testing
|
||||||
for NetBSD.
|
for NetBSD.
|
||||||
|
|
||||||
In release 1.4:
|
In release 1.4:
|
||||||
|
@ -33,7 +33,7 @@ HP/UX (gcc, HP cc) --- nutrimat.gnu.ai.mit.edu
|
||||||
c) Remove the user-visible markers from the log entries once they're
|
c) Remove the user-visible markers from the log entries once they're
|
||||||
documented.
|
documented.
|
||||||
d) Check for any [[incomplete]] sections of NEWS.
|
d) Check for any [[incomplete]] sections of NEWS.
|
||||||
4) Scan output from `cvs log' to find files that have changed a lot, but
|
4) Scan output from `cvs diff' to find files that have changed a lot, but
|
||||||
do not have up-to-date copyright notices.
|
do not have up-to-date copyright notices.
|
||||||
5) Update the version numbers in GUILE-VERSION, and README. The Guile
|
5) Update the version numbers in GUILE-VERSION, and README. The Guile
|
||||||
version number should be of the form N.M for a major release, and
|
version number should be of the form N.M for a major release, and
|
||||||
|
|
2
THANKS
2
THANKS
|
@ -2,5 +2,7 @@ The Guile core distribution:
|
||||||
|
|
||||||
Bug reports and fixes from:
|
Bug reports and fixes from:
|
||||||
|
|
||||||
|
Nicolas Neuss
|
||||||
|
|
||||||
Also, thanks to:
|
Also, thanks to:
|
||||||
- Pat Eyler, for his continuing work on the Guile web pages
|
- Pat Eyler, for his continuing work on the Guile web pages
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
1998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||||
|
|
||||||
|
* ports.h: Put text after #endif in comment. (Thanks to Nicolas
|
||||||
|
Neuss.)
|
||||||
|
|
||||||
1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
|
1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||||
|
|
||||||
* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,
|
* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue