From a1f05cbfd283276794b32e0121139afd0148111c Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Thu, 22 Feb 2007 00:11:57 +0000 Subject: [PATCH] *** empty log message *** --- doc/ref/ChangeLog | 11 +++++++++++ test-suite/ChangeLog | 5 +++++ 2 files changed, 16 insertions(+) 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