summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2003-12-16 02:55:38 (GMT)
committerdavygrvy <davygrvy@noemail.net>2003-12-16 02:55:38 (GMT)
commite36665721d0d3f77cefb28c37e641a30ac239010 (patch)
treeac8c841e1470bf5440f5c63c7ab2e4f25b5b2821 /ChangeLog
parenteae21909106690a7f48ff83a731d8a2d5d2c069b (diff)
downloadtcl-e36665721d0d3f77cefb28c37e641a30ac239010.zip
tcl-e36665721d0d3f77cefb28c37e641a30ac239010.tar.gz
tcl-e36665721d0d3f77cefb28c37e641a30ac239010.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]. FossilOrigin-Name: cf0b9606ba18a016bafb2636ae0238e8b6bbc60c
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>