diff --git a/THANKS b/THANKS index 9639314c4..98434a43b 100644 --- a/THANKS +++ b/THANKS @@ -18,6 +18,7 @@ For fixes or providing information which led to a fix: Richard Kim Brad Knotwell Eric Moore + Han-Wen Nienhuys Roland Orre Bertrand Petit Jorgen Schaefer @@ -26,3 +27,4 @@ For fixes or providing information which led to a fix: Bernard Urban Lynn Winebarger Ryan Yeske + diff --git a/libguile/ChangeLog b/libguile/ChangeLog index bbf8358fa..5e4e08e6b 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +Sat Feb 19 12:20:12 2000 Greg J. Badros + + * ports.c: Made `set-port-column!' and `set-port-line!' each + return SCM_UNSPECIFIED instead of a (not-scheme-object) integer + that caused a seg fault. Also fixed `set-port-column!'s + docstring. Thanks Han-Wen Nienhuys for finding the bug! + Sun Feb 13 19:11:42 2000 Greg J. Badros * arbiters.c, eq.c, gc.c, guardians.c, list.c, ports.c, print.c,