1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 06:41:13 +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 Bill Schottstaedt
Alex Shinn Alex Shinn
Miroslav Silovic Miroslav Silovic
David Skarda Daniel Skarda
Dale P. Smith Dale P. Smith
Masao Uebayashi Masao Uebayashi
Bernard Urban Bernard Urban

View file

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