1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2002-03-11 19:10:47 +00:00
parent 469b963c66
commit 5046250eb7
3 changed files with 8 additions and 0 deletions

View file

@ -322,3 +322,6 @@ In the subdirectory libguile, changes to:
continuations.h
continuations.c
gc.c
John W. Eaton, based on code from AT&T Bell Laboratories and Bellcore:
The complex number division method in libguile/numbers.c.

2
THANKS
View file

@ -12,11 +12,13 @@ For fixes or providing information which led to a fix:
Brian Crowder
Christopher Cramer
Alexandre Duret-Lutz
John W Eaton
Aubrey Jaffer
Eric Gillespie, Jr
John Goerzen
Han-Wen Nienhuys
Ron Peterson
David Pirotte
Ken Raeburn
Bill Schottstaedt
Momchil Velikov

View file

@ -1,5 +1,8 @@
2002-03-11 Marius Vollmer <mvo@zagadka.ping.de>
* numbers.c (scm_divide): Adapt code from libstdc++/f2c to void
potential overflow problems. Thanks to John W Eaton!
* strop.c (string_capitalize_x): Treat characters as unsigned so
that 8-bit chars work. Thanks to David Pirotte!