diff options
-rw-r--r-- | libguile/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index e7b420514..af761d0d0 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,10 @@ 1998-10-14 Jim Blandy <jimb@zwingli.cygnus.com> + * stime.c (scm_get_internal_real_time): Do the arithmetic using + SCM numbers, so we won't have rollover problems; the range of a + signed long in milliseconds is about 25 days. (Thanks to Karl + Hegbloom.) + Don't redefine sleep and usleep. * coop.c (sleep, usleep): Remove declarations; we don't use or redefine these any more. |