1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

*** empty log message ***

This commit is contained in:
Thien-Thi Nguyen 2001-08-24 22:24:11 +00:00
parent 31623ceabe
commit ec2667f0cf
2 changed files with 3 additions and 3 deletions

2
THANKS
View file

@ -51,7 +51,7 @@ For fixes or providing information which led to a fix:
Bill Schottstaedt
Alex Shinn
Miroslav Silovic
David Skarda
Daniel Skarda
Dale P. Smith
Masao Uebayashi
Bernard Urban

View file

@ -1,7 +1,7 @@
2001-08-18 Neil Jerram <neil@ossau.uklinux.net>
* __scm.h (SCM_ENABLE_VCELLS): Fix spelling mistake in comment.
2001-08-17 Thien-Thi Nguyen <ttn@revel.glug.org>
* gc.c: Fix omission bug: Add `heap_segment' forward decl
@ -1017,7 +1017,7 @@
* print.c (scm_simple_format): Support "~~" and "~%". Signal
error for unsupported format controls and for superflous
arguments. Thanks to David Skarda!
arguments. Thanks to Daniel Skarda!
* print.h, print.c (scm_print_symbol_name): Factored out of
scm_iprin1.