summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2003-12-16 02:55:38 (GMT)
committerdavygrvy <davygrvy@pobox.com>2003-12-16 02:55:38 (GMT)
commit2534806dbf61a11a318e1e999e4ab37863602e2e (patch)
treeac8c841e1470bf5440f5c63c7ab2e4f25b5b2821 /ChangeLog
parent1507b662546b275a56d4239975de5a453f67d370 (diff)
downloadtcl-2534806dbf61a11a318e1e999e4ab37863602e2e.zip
tcl-2534806dbf61a11a318e1e999e4ab37863602e2e.tar.gz
tcl-2534806dbf61a11a318e1e999e4ab37863602e2e.tar.bz2
* 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].
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>