mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
*** empty log message ***
This commit is contained in:
parent
48552b1dcf
commit
26c9c3ce4d
2 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2000-06-14 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||
|
||||
* readline.c (scm_readline): Added parenthesis around && within
|
||||
||.
|
||||
Fixed up prototype for `reentry_barrier'.
|
||||
Conditionally #include <unistd.h>. (Needed for `dup'.)
|
||||
|
||||
2000-06-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||
|
||||
* Makefile.am (dist-hook): Added kludge to fix automake generated
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
2000-06-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||
|
||||
* gc.c (scm_protect_object): Avoid looking up the object handle
|
||||
twice.
|
||||
(scm_unprotect_object): Abort if scm_unprotect_object is called on
|
||||
an unprotected object.
|
||||
|
||||
2000-06-14 Michael Livshin <mlivshin@bigfoot.com>
|
||||
|
||||
* gc.c (scm_unprotect_object): fix a nasty typo bug (thanks to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue