1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-08 02:40:17 +02:00

*** empty log message ***

This commit is contained in:
Greg J. Badros 2000-02-19 20:40:46 +00:00
parent 564478fd3b
commit 898942f8a3
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,10 @@
Sat Feb 19 12:20:12 2000 Greg J. Badros <gjb@cs.washington.edu>
* 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 <gjb@cs.washington.edu>
* arbiters.c, eq.c, gc.c, guardians.c, list.c, ports.c, print.c,