aboutsummaryrefslogtreecommitdiffstats
path: root/util/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'util/ChangeLog')
-rw-r--r--util/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog
index 589eb26c8..1530f07b3 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -1,3 +1,9 @@
+2001-04-19 Werner Koch <[email protected]>
+
+ * miscutil.c (asctimestamp): Handle negative times. We must do
+ this because Windoze segvs on negative times passed to gmtime().
+ (strtimestamp): Ditto.
+
2001-04-14 Werner Koch <[email protected]>
* strgutil.c (utf8_to_native): Fixed a segv. Thanks to Keith Clayton.