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:
parent
b71099ba05
commit
264871aab7
2 changed files with 19 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2000-06-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||||
|
|
||||||
|
* readline.c (sigwinch_enable_restart, scm_init_readline):
|
||||||
|
Re-enable restart for SIGWINCH signal.
|
||||||
|
|
||||||
|
* configure.in: Added test if readline clears SA_RESTART flag for
|
||||||
|
SIGWINCH. (Thanks to Dale P. Smith.)
|
||||||
|
|
||||||
2000-06-14 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
2000-06-14 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||||
|
|
||||||
* readline.c (scm_readline): Added parenthesis around && within
|
* readline.c (scm_readline): Added parenthesis around && within
|
||||||
|
|
|
@ -1,3 +1,14 @@
|
||||||
|
2000-06-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||||
|
|
||||||
|
* init.c, init.h (scm_initialized_p): Renamed from `initialized'
|
||||||
|
and made global.
|
||||||
|
|
||||||
|
* gdbint.c (gdb_print): Print warning instead of calling scm_write
|
||||||
|
if Guile isn't yet initialized.
|
||||||
|
|
||||||
|
* print.c (scm_current_pstate, scm_make_print_state): Simplified
|
||||||
|
tests, using the assumption that Guile has been initialized.
|
||||||
|
|
||||||
Sun Jun 18 14:45:21 2000 Greg J. Badros <gjb@cs.washington.edu>
|
Sun Jun 18 14:45:21 2000 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
|
|
||||||
* print.c (s_scm_current_pstate): Do not segfault when the
|
* print.c (s_scm_current_pstate): Do not segfault when the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue