*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Tue, 20 Oct 1998 15:20:35 +0000 (15:20 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 20 Oct 1998 15:20:35 +0000 (15:20 +0000)
ANON-CVS
RELEASE
THANKS
libguile/ChangeLog

index 0983712..2f61a2c 100644 (file)
--- a/ANON-CVS
+++ b/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.
 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:
 
 1) Install CVS version 1.9 or later on your system.
diff --git a/RELEASE b/RELEASE
index 7a8568b..8de98b0 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -5,7 +5,7 @@ it in the distribution.
 In release 1.3:
 - (done) make #/ 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.
 
 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
       documented.
    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.
 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
diff --git a/THANKS b/THANKS
index 1400228..ce4ed8a 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -2,5 +2,7 @@ The Guile core distribution:
 
 Bug reports and fixes from:
 
+     Nicolas Neuss
+
 Also, thanks to:
 - Pat Eyler, for his continuing work on the Guile web pages
index 25245f8..11b693e 100644 (file)
@@ -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>
 
        * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,