diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 5a3369ad7..3030ebf44 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,13 @@ +2004-04-15 Kevin Ryde + + * 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 * inline.h (scm_cell): use SCM_GC_CELL_WORD for checking tag. diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 36db0c38b..630883075 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,11 @@ +2004-04-15 Kevin Ryde + + * 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 * tests/numbers.test (quotient, remainder): Exercise inum/big at and