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:
parent
084b1d8eec
commit
caff34d4fa
2 changed files with 23 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
||||||
|
2003-12-03 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
|
* numbers.c (scm_less_p): Remove spurious xisnan from frac+big case.
|
||||||
|
|
||||||
|
* numbers.c (scm_make_ratio): Check for numerator equal to
|
||||||
|
SCM_MOST_NEGATIVE_FIXNUM and bignum denominator the negative of that,
|
||||||
|
giving integer -1.
|
||||||
|
|
||||||
|
* numbers.c (scm_real_part): Return fraction unchanged rather than
|
||||||
|
converting to flonum.
|
||||||
|
|
||||||
2003-11-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
2003-11-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||||
|
|
||||||
* modules.c (module_variable): Fixed (and thus simplified) the
|
* modules.c (module_variable): Fixed (and thus simplified) the
|
||||||
|
|
|
@ -1,3 +1,15 @@
|
||||||
|
2003-12-03 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
|
* tests/fractions.test: Exercise most-negative-fixnum over -ve of
|
||||||
|
most-negative-fixnum.
|
||||||
|
|
||||||
|
* tests/fractions.test (real-part): Expect fraction return, not
|
||||||
|
converted to flonum.
|
||||||
|
|
||||||
|
* tests/numbers.test (abs): Add a few more tests.
|
||||||
|
|
||||||
|
* tests/srfi-1.test (count): New tests.
|
||||||
|
|
||||||
2003-12-01 Mikael Djurfeldt <mdj@chunk.mit.edu>
|
2003-12-01 Mikael Djurfeldt <mdj@chunk.mit.edu>
|
||||||
|
|
||||||
* standalone/Makefile.am (snarfcppopts): Added -I$(top_srcdir).
|
* standalone/Makefile.am (snarfcppopts): Added -I$(top_srcdir).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue