diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 4058996ed..6083669e6 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,11 @@ +2003-05-06 Kevin Ryde + + * scheme-scheduling.texi (C level thread interface): Use @deftypefn + not @deftypefun, to get function names (not types) indexed. + + * scheme-options.texi (Build Config): Add index entries for + %guile-build-info keys. + 2003-05-04 Kevin Ryde * scheme-data.texi (Integer Operations): Describe how quotient, diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 98f02099a..060b2052d 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,8 @@ +2003-05-06 Kevin Ryde + + * tests/numbers.test (-): Add test for negative inum subtract bignum. + (logcount): New tests, exercising some negatives. + 2003-05-03 Marius Vollmer * tests/r5rs_pitfall.test: New. Thanks to Dale P. Smith for