1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 13:20:26 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-09-08 14:36:16 +00:00
parent bdb112ea6b
commit e548be5fe6
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* boot-9.scm (expt): Only call integer-expt for an exact integer
exponent, not for an inexact integer one. Also, let integer-expt
handle negative exponents instead of doing it here.
2004-09-02 Kevin Ryde <user42@zip.com.au>
* format.scm (format:out): Ignore excess arguments, per common lisp.

View file

@ -1,3 +1,9 @@
2004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* eq.c (real_eqv): Pretend that all NaNs are equal.
* numbers.c (scm_integer_expt): Do not accept inexact integers.
2004-09-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* srfi-13.c (scm_string_trim_right, scm_string_xcopy_x): Correctly