summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-03-03 10:04:41 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-03-03 10:04:41 (GMT)
commit2b74a113c3bb3d805124282e42b7e8919d2169bd (patch)
tree02a1e5ed9accc054f5a5b2c127a4822e4589b6e3 /ChangeLog
parentcd496d782fff1c8e8c78906717567c871519387e (diff)
downloadtcl-2b74a113c3bb3d805124282e42b7e8919d2169bd.zip
tcl-2b74a113c3bb3d805124282e42b7e8919d2169bd.tar.gz
tcl-2b74a113c3bb3d805124282e42b7e8919d2169bd.tar.bz2
Added macro to conceal at least some of the pointer hackery.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 79e83d0..51df871 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,16 @@
+2007-03-03 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclLink.c (LinkedVar): Added macro to conceal at least some
+ of the pointer hackery.
+
2007-03-02 Don Porter <dgp@users.sourceforge.net>
* generic/tclCmdIL.c (Tcl_LreverseObjCmd): Added missing
- TclInvalidateStringRep() call when we directly manipulate the
- intrep of an unshared "list" Tcl_Obj. [Bug 1672585].
+ TclInvalidateStringRep() call when we directly manipulate the intrep
+ of an unshared "list" Tcl_Obj. [Bug 1672585].
* generic/tclCmdIL.c (Tcl_JoinObjCmd): Revised [join] implementation
- to append Tcl_Obj's instead of strings. [RFE 1669420]
+ to append Tcl_Obj's instead of strings. [RFE 1669420]
* generic/tclCmdIL.c (Info*Cmd): Code simplifications and
optimizations.
@@ -164,9 +169,9 @@
2007-02-08 Jeff Hobbs <jeffh@ActiveState.com>
- * unix/tclUnixInit.c (TclpCheckStackSpace): do stack size checks
- with unsigned size_t to correctly validate stackSize in the 2^31+
- range. [Bug 1654104]
+ * unix/tclUnixInit.c (TclpCheckStackSpace): do stack size checks with
+ unsigned size_t to correctly validate stackSize in the 2^31+ range.
+ [Bug 1654104]
2007-02-08 Don Porter <dgp@users.sourceforge.net>