diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 4fa4a3c8b..73b39439e 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,14 @@ +2007-02-22 Kevin Ryde + + * posix.texi (Signals): Merge sleep and usleep, note usleep not + actually microsecond accurate, remove warning usleep not always + available (guile has own code for it now, it's not the system call). + Cross reference scm_std_sleep / scm_std_usleep. + + * posix.texi (Signals): Merge getitimer and setitimer, describe what + each timer does, use @defvar to get them indexed, caution may not + actually be microsecond accurate. + 2007-02-16 Kevin Ryde * api-compound.texi (Records): In make-record-type, describe optional diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 94ecef995..c2330396c 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,8 @@ +2007-02-22 Kevin Ryde + + * tests/structs.test (make-struct): New test of type check on a "u" + field, which had been causing an abort(). + 2007-02-20 Neil Jerram * standalone/Makefile.am (check_SCRIPTS): Add test-use-srfi, so