1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +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.

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