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:
parent
4cc81ec6ca
commit
24e720c8d5
3 changed files with 13 additions and 5 deletions
7
RELEASE
7
RELEASE
|
@ -103,9 +103,10 @@ Spiffing checklist:
|
|||
* Build a test distribution.
|
||||
+ BEFORE doing 'make dist', configure the source tree for build
|
||||
in the same tree with configuration option --with-threads.
|
||||
Make sure that readline was enabled correctly.
|
||||
If this is not done, there will be missing dependencies in two
|
||||
Makefile.in.
|
||||
+ Make sure that readline was enabled correctly.
|
||||
+ Build the tree.
|
||||
(If the above steps are not done, the dependencies won't be properly
|
||||
included in the generated Makefile.in files.)
|
||||
+ Then do 'make dist'.
|
||||
* Give the test disty to various people to try. Here's what you should do:
|
||||
+ Unset GUILE_LOAD_PATH.
|
||||
|
|
|
@ -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>
|
||||
|
||||
* vectors.c (scm_vector_move_right_x): Bugfix: Remove side effect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue