summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.