summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2007-08-01 13:27:46 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2007-08-01 13:27:46 (GMT)
commit151923cca7b86c51a2292b427fbf70e75b05bbe3 (patch)
tree21bf6522d2470c253e81d43377bbbb994415144c /ChangeLog
parent24d28892567192aedf221dde8efe1939487fd017 (diff)
downloadtcl-151923cca7b86c51a2292b427fbf70e75b05bbe3.zip
tcl-151923cca7b86c51a2292b427fbf70e75b05bbe3.tar.gz
tcl-151923cca7b86c51a2292b427fbf70e75b05bbe3.tar.bz2
Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permit
compilation with MSVC6 and anything else that may not define this macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a824b6..4270533 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-08-01 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * generic/tclInt.h: Added a TclOffset macro ala Tk_Offset to
+ * generic/tclVar.c: abstract out 'offsetof' which may not be
+ * generic/tclExceute.c: defined (eg: msvc6).
+
2007-08-01 Miguel Sofer <msofer@users.sf.net>
* generic/tclVar.c (TclCleanupVar): fix [Bug 1765225], thx Larry