summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2001-04-10 18:32:39 (GMT)
committerKevin B Kenny <kennykb@acm.org>2001-04-10 18:32:39 (GMT)
commita92611e9ae6caf8a0864552f968a4f04e97ee28e (patch)
tree64ae45fd633d0113984f193dbf1fc4bf393cb7e9 /ChangeLog
parentebe5437f34f4fde04bbe3cb31e365f4e70781b3b (diff)
downloadtcl-a92611e9ae6caf8a0864552f968a4f04e97ee28e.zip
tcl-a92611e9ae6caf8a0864552f968a4f04e97ee28e.tar.gz
tcl-a92611e9ae6caf8a0864552f968a4f04e97ee28e.tar.bz2
Altered tclUnixTime.c in hopes of better K&R compatibility.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be856d3..f8ace39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
2001-04-10 Kevin B. Kenny <kennykb@acm.org>
+ * unix/tclUnixTime.c: Altered code to use memcpy instead of
+ structure assigments in an effort to achieve better K&R
+ compatibility.
+
+2001-04-10 Kevin B. Kenny <kennykb@acm.org>
* unix/tclUnixTime.c: Fixed silly typo in calls to 'gmtime' and
'localtime' that broke the Linux build.