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

(scm_odd_p, scm_even_p): Bugfix: Treat result of

scm_inf_p test as Scheme values.
(scm_sum): Bugfix: Normalize bignum created from a negative bignum
and a positive inum.
Use GNU indentation style.
This commit is contained in:
Mikael Djurfeldt 2003-07-13 16:13:57 +00:00
parent 192de9a4d6
commit 0aacf84ee6
2 changed files with 1750 additions and 1425 deletions

View file

@ -1,3 +1,11 @@
2003-07-13 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* numbers.c (scm_odd_p, scm_even_p): Bugfix: Treat result of
scm_inf_p test as Scheme values.
(scm_sum): Bugfix: Normalize bignum created from a negative bignum
and a positive inum.
Use GNU indentation style.
2003-07-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
* values.c (scm_values): Build lists of length 1 by using
@ -19,7 +27,7 @@
2003-07-08 Kevin Ryde <user42@zip.com.au>
* numbers.c (s_scm_make_polar): Use sincos, when available.
* numbers.c (scm_make_polar): Use sincos, when available.
(scm_magnitude): Use hypot.
* ports.c (scm_char_ready_p, scm_peek_char): In docstrings, don't use

File diff suppressed because it is too large Load diff