mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
*** empty log message ***
This commit is contained in:
parent
e4755e5c7b
commit
ef0615e4d8
4 changed files with 43 additions and 4 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,19 @@
|
||||||
|
1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
|
||||||
|
|
||||||
|
Remove all automatic readline support, to avoid copyright
|
||||||
|
confusion.
|
||||||
|
* INSTALL: Update text.
|
||||||
|
* NEWS: Explain the situation.
|
||||||
|
* configure.in: Remove configury for readline and its supporting
|
||||||
|
libraries.
|
||||||
|
* configure: Regenerated.
|
||||||
|
|
||||||
|
* README: Change URL's for automake and autoconf.
|
||||||
|
|
||||||
|
* Makefile.in, aclocal.m4: Regenerated with automake 1.4.
|
||||||
|
Mikael's getting different results than I am because he's got
|
||||||
|
libtool 1.2f installed, which I can't get my hands on.
|
||||||
|
|
||||||
1999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
|
1999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
|
||||||
|
|
||||||
* New libtool: 1.2f
|
* New libtool: 1.2f
|
||||||
|
|
4
README
4
README
|
@ -87,14 +87,14 @@ are the following:
|
||||||
Autoconf 2.13 --- a system for automatically generating `configure'
|
Autoconf 2.13 --- a system for automatically generating `configure'
|
||||||
scripts from templates which list the non-portable features a
|
scripts from templates which list the non-portable features a
|
||||||
program would like to use. Available in
|
program would like to use. Available in
|
||||||
"ftp://prep.ai.mit.edu/pub/gnu".
|
"ftp://ftp.gnu.org/pub/gnu/autoconf"
|
||||||
|
|
||||||
Automake 1.4 --- a system for automatically generating Makefiles that
|
Automake 1.4 --- a system for automatically generating Makefiles that
|
||||||
conform to the (rather Byzantine) GNU coding standards. The
|
conform to the (rather Byzantine) GNU coding standards. The
|
||||||
nice thing is that it takes care of hairy targets like 'make
|
nice thing is that it takes care of hairy targets like 'make
|
||||||
dist' and 'make distclean', and automatically generates
|
dist' and 'make distclean', and automatically generates
|
||||||
Makefile dependencies. Automake is available in
|
Makefile dependencies. Automake is available in
|
||||||
"ftp://prep.ai.mit.edu/pub/gnu".
|
"ftp://ftp.gnu.org/pub/gnu/automake"
|
||||||
|
|
||||||
Before using automake, you may need to copy `threads.m4' and
|
Before using automake, you may need to copy `threads.m4' and
|
||||||
`guile.m4' from the top directory of the Guile core disty to
|
`guile.m4' from the top directory of the Guile core disty to
|
||||||
|
|
6
THANKS
6
THANKS
|
@ -1,8 +1,9 @@
|
||||||
The Guile core distribution:
|
The Guile core distribution:
|
||||||
|
|
||||||
Michael Livshin implemented Dybvig's Guardians.
|
|
||||||
Ken Raeburn made Guile use `const' in some appropriate places.
|
|
||||||
Greg Harvey made readline highlight matching parenthesis.
|
Greg Harvey made readline highlight matching parenthesis.
|
||||||
|
Michael Livshin implemented Dybvig's Guardians.
|
||||||
|
Russ McManus contributed a command-line argument parser (ice-9 getopt-long).
|
||||||
|
Ken Raeburn made Guile use `const' in some appropriate places.
|
||||||
|
|
||||||
Bug reports and fixes from:
|
Bug reports and fixes from:
|
||||||
|
|
||||||
|
@ -20,6 +21,7 @@ Bug reports and fixes from:
|
||||||
Nicolas Neuss
|
Nicolas Neuss
|
||||||
Thien-Thi Nguyen
|
Thien-Thi Nguyen
|
||||||
Richard Polton
|
Richard Polton
|
||||||
|
Ken Raeburn
|
||||||
Telford Tendys
|
Telford Tendys
|
||||||
Bernard Urban
|
Bernard Urban
|
||||||
Jim Wilson
|
Jim Wilson
|
||||||
|
|
|
@ -1,3 +1,24 @@
|
||||||
|
1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
|
||||||
|
|
||||||
|
Remove readline support, to avoid copyright confusion.
|
||||||
|
* Makefile.in: Remove readline files from lists.
|
||||||
|
* init.c: Don't initialize readline.
|
||||||
|
* scmconfig.h.in: Regenerated.
|
||||||
|
|
||||||
|
* numbers.c (s_bignum): Renamed to s_bignum, and made static.
|
||||||
|
Libguile should not be exporting random little strings.
|
||||||
|
* numbers.h (s_bignum): Extern declaration removed.
|
||||||
|
|
||||||
|
More const changes from Ken Raeburn.
|
||||||
|
* numbers.c (scm_s_bignum, fx): Now const.
|
||||||
|
(scm_logtab, scm_ilentab, s_adjbig): Now static and const.
|
||||||
|
* numbers.h (scm_s_bignum): Update declaration.
|
||||||
|
* eval.c (bodycheck): Argument WHAT now points to const.
|
||||||
|
* snarf.h (SCM_SYNTAX): Name is const.
|
||||||
|
|
||||||
|
* eval.c (scm_i_let): Make this globally visible, to avoid dynamic
|
||||||
|
linking crashes on NetBSD. (Thanks to Ken Raeburn.)
|
||||||
|
|
||||||
1999-03-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
1999-03-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||||
|
|
||||||
* numbers.c (isfinite): Define this macro if not defined: Return a
|
* numbers.c (isfinite): Define this macro if not defined: Return a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue