summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0391e4b..5fcdc8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,16 @@
2003-12-15 David Gravereaux <davygrvy@pobox.com>
- * wintclsh.rc: Slight modification to the STRINGIFY macro to
- support Borland's rc tool. From Helmut Giese
- <hgiese@ratiosoft.com>.
+ * win/tcl.rc:
+ * win/tclsh.rc: Slight modification to the STRINGIFY macro to
+ support Borland's rc tool.
+
+ * win/tclWinFile.c (TclpUtime) : utimbuf struct not a problem
+ with Borland.
+
+ * win/tclWinTime.c (TclpGetDate) : Borland's localtime() has
+ a slight behavioral difference.
+
+ From Helmut Giese <hgiese@ratiosoft.com> [Patch 758097].
2003-12-14 David Gravereaux <davygrvy@pobox.com>