diff options
author | Kevin Ryde <user42@zip.com.au> | 2004-01-03 22:34:05 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2004-01-03 22:34:05 +0000 |
commit | e0499207154aa2ceff06e7679cd94afc25b3001e (patch) | |
tree | 722e56236501287b74fedfbdbe26c68a5911f375 | |
parent | f40771d8833d5d9a1bd9dbb9aa468c9a27360c0a (diff) | |
download | guile-e0499207154aa2ceff06e7679cd94afc25b3001e.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 7491f45d9..03db8277b 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -24,6 +24,9 @@ * numbers.c (scm_less_p): Don't convert frac to float for compares, can give bad results due to rounding. + * stime.c (scm_current_time, scm_gettimeofday): Add a comment about + setzone/restorezone protection for DOS. + 2003-12-26 Marius Vollmer <mvo@zagadka.de> * gen-scmconfig.h.in, gen-scmconfig.c: Arrange for scm_t_intmax |