mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
*** empty log message ***
This commit is contained in:
parent
7f703e0d21
commit
c9cdd3966e
2 changed files with 18 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
|||
2004-04-15 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* cpp_sig_symbols.in: Add SIGSYS.
|
||||
|
||||
* list.c (scm_append_x): Use iterative style, to avoid non-tail
|
||||
recursion.
|
||||
|
||||
* numbers.c (scm_max, scm_min): For inum/frac, frac/inum, big/frac,
|
||||
frac/big and frac/frac, use scm_less_p for exact comparison.
|
||||
|
||||
2004-04-06 Han-Wen Nienhuys <hanwen@xs4all.nl>
|
||||
|
||||
* inline.h (scm_cell): use SCM_GC_CELL_WORD for checking tag.
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
2004-04-15 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* tests/numbers.test (max, min): Exercise some inum/frac, frac/inum,
|
||||
big/frac, frac/big and frac/frac cases.
|
||||
|
||||
* tests/numbers.test (min): Correction, test "documented? min" not
|
||||
"documented? max".
|
||||
|
||||
2004-04-06 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* tests/numbers.test (quotient, remainder): Exercise inum/big at and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue