1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1998-10-13 23:56:29 +00:00
parent 55c4d089d0
commit ae6f9e24ce

View file

@ -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.