1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-23 03:54:12 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1999-09-20 23:05:51 +00:00
parent 2cc4167286
commit 920ffdaa76
2 changed files with 9 additions and 3 deletions

7
THANKS
View file

@ -16,6 +16,7 @@ Rodney Brown Julian Satchell
Ian Grant Jorgen Schaefer Ian Grant Jorgen Schaefer
Dirk Herrmann Bill Schottstaedt Dirk Herrmann Bill Schottstaedt
Anders Holst Ceri Storey Anders Holst Ceri Storey
Karoly Lorentey Suzuki Toshiya Michael Livshin Suzuki Toshiya
Han-Wen Nienhuys Tom Tromey Karoly Lorentey Tom Tromey
Jan Nieuwenhuizen Bernard Urban Han-Wen Nienhuys Bernard Urban
Jan Nieuwenhuizen

View file

@ -1,5 +1,10 @@
1999-09-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> 1999-09-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* vectors.c (scm_vector_move_right_x): Bugfix: Remove side effect
in SCM_ASSERT macro.
numbers.c: Removed #ifndef SCM_RECKLESS at places where type
checking may invoke a generic. (Thanks to Michael Livshin.)
* __scm.h (SCM_WTA_DISPATCH_0, SCM_GASSERT0): New macros. * __scm.h (SCM_WTA_DISPATCH_0, SCM_GASSERT0): New macros.
* numbers.c (scm_max, scm_min, scm_sum, scm_difference, * numbers.c (scm_max, scm_min, scm_sum, scm_difference,