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.h
|
||||||
continuations.c
|
continuations.c
|
||||||
gc.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
|
Brian Crowder
|
||||||
Christopher Cramer
|
Christopher Cramer
|
||||||
Alexandre Duret-Lutz
|
Alexandre Duret-Lutz
|
||||||
|
John W Eaton
|
||||||
Aubrey Jaffer
|
Aubrey Jaffer
|
||||||
Eric Gillespie, Jr
|
Eric Gillespie, Jr
|
||||||
John Goerzen
|
John Goerzen
|
||||||
Han-Wen Nienhuys
|
Han-Wen Nienhuys
|
||||||
Ron Peterson
|
Ron Peterson
|
||||||
|
David Pirotte
|
||||||
Ken Raeburn
|
Ken Raeburn
|
||||||
Bill Schottstaedt
|
Bill Schottstaedt
|
||||||
Momchil Velikov
|
Momchil Velikov
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
2002-03-11 Marius Vollmer <mvo@zagadka.ping.de>
|
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
|
* strop.c (string_capitalize_x): Treat characters as unsigned so
|
||||||
that 8-bit chars work. Thanks to David Pirotte!
|
that 8-bit chars work. Thanks to David Pirotte!
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue