*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Sat, 10 Oct 1998 21:29:37 +0000 (21:29 +0000)
committerJim Blandy <jimb@red-bean.com>
Sat, 10 Oct 1998 21:29:37 +0000 (21:29 +0000)
ChangeLog
THANKS
libguile/ChangeLog

index a557c71..90a51b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,13 @@
 1998-10-10  Jim Blandy  <jimb@zwingli.cygnus.com>
 
+       * GUILE-VERSION: bump to 1.2.91, since we're doing snapshots again.
+
        * Guile 1.2.90 released --- beta.
        * GUILE-VERSION: Set to 1.2.90.  This would appear to be a
        regression from 1.3a, but everyone knows that the next release is
        1.3, I want to switch to a more coherent version numbering system,
        and now is the time.
        
-
 1998-10-09  Jim Blandy  <jimb@zwingli.cygnus.com>
 
        * configure.in: Call AC_C_INLINE, so we can use inline happily in
diff --git a/THANKS b/THANKS
index 6a23f38..201c669 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -48,6 +48,7 @@ Christopher Lee
       Radey Shouman
    Miroslav Silovic
      Maciej Stachowiak
+  Harvey J. Stein
      Eiichi Takamori
       David Tillman
        John Tobey
index 5550ca5..ea52248 100644 (file)
@@ -1,5 +1,8 @@
 1998-10-10  Jim Blandy  <jimb@zwingli.cygnus.com>
 
+       * genio.c (scm_do_read_line): Maintain the line count correctly.
+       (Thanks to Harvey J. Stein and Greg Harvey.)
+
        * gc.c (scm_return_first): Remove #ifdef __STDC__ garbage; Guile
        requires ANSI now.