mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
*** empty log message ***
This commit is contained in:
parent
469b963c66
commit
5046250eb7
3 changed files with 8 additions and 0 deletions
3
AUTHORS
3
AUTHORS
|
@ -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
2
THANKS
|
@ -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
|
||||
|
|
|
@ -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!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue