1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1999-09-20 23:36:16 +00:00
parent 4cc81ec6ca
commit 24e720c8d5
3 changed files with 13 additions and 5 deletions

View file

@ -103,9 +103,10 @@ Spiffing checklist:
* Build a test distribution. * Build a test distribution.
+ BEFORE doing 'make dist', configure the source tree for build + BEFORE doing 'make dist', configure the source tree for build
in the same tree with configuration option --with-threads. in the same tree with configuration option --with-threads.
Make sure that readline was enabled correctly. + Make sure that readline was enabled correctly.
If this is not done, there will be missing dependencies in two + Build the tree.
Makefile.in. (If the above steps are not done, the dependencies won't be properly
included in the generated Makefile.in files.)
+ Then do 'make dist'. + Then do 'make dist'.
* Give the test disty to various people to try. Here's what you should do: * Give the test disty to various people to try. Here's what you should do:
+ Unset GUILE_LOAD_PATH. + Unset GUILE_LOAD_PATH.

4
THANKS
View file

@ -16,7 +16,7 @@ Rodney Brown Julian Satchell
Ian Grant Jorgen Schaefer Ian Grant Jorgen Schaefer
Dirk Herrmann Bill Schottstaedt Dirk Herrmann Bill Schottstaedt
Anders Holst Ceri Storey Anders Holst Ceri Storey
Michael Livshin Suzuki Toshiya Michael Livshin Suzuki Toshiya
Karoly Lorentey Tom Tromey Karoly Lorentey Tom Tromey
Han-Wen Nienhuys Bernard Urban Han-Wen Nienhuys Bernard Urban
Jan Nieuwenhuizen Jan Nieuwenhuizen

View file

@ -1,3 +1,10 @@
1999-09-20 Jim Blandy <jimb@savonarola.red-bean.com>
* read.c (scm_read): Don't assume that scm_cur_inp is always open.
* ports.c (scm_read_char): Same.
* ioext.c (scm_read_line): Same.
(Thanks to Bernard Urban.)
1999-09-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> 1999-09-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* vectors.c (scm_vector_move_right_x): Bugfix: Remove side effect * vectors.c (scm_vector_move_right_x): Bugfix: Remove side effect