1
Fork 0
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:
Jim Blandy 1998-10-10 21:29:37 +00:00
parent af77c5fdf1
commit 216d3a1e28
3 changed files with 6 additions and 1 deletions

View file

@ -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

1
THANKS
View file

@ -48,6 +48,7 @@ Christopher Lee
Radey Shouman
Miroslav Silovic
Maciej Stachowiak
Harvey J. Stein
Eiichi Takamori
David Tillman
John Tobey

View 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.