1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 18:20:22 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2003-06-04 16:38:59 +00:00
parent b7d22e033c
commit e418bd7c12
3 changed files with 27 additions and 0 deletions

View file

@ -3,6 +3,9 @@
* numbers.c (scm_max, scm_min): For inum, bignum and real, if other
operand is NaN, then return NaN. Also avoid passing NaN to mpz_cmp_d.
* read.c (scm_input_error): Pass arg list parameter to scm_error_scm,
rather than SCM_EOL. Needed by "Unknown # object" case in scm_lreadr.
2003-06-04 Dirk Herrmann <D.Herrmann@tu-bs.de>
* __scm.h, gc-card.c (SCM_DEBUG_DEBUGGER_SUPPORT,