summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-10-12 22:05:45 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-10-12 22:05:45 (GMT)
commit93eec628d064ab07480feea7e4afc717d4f20f70 (patch)
tree2069736e8310acbf08c84b0791afeed80adb7d09 /ChangeLog
parentd58ee15b712b585ddcbd4f8cdd91997404c10145 (diff)
downloadtcl-93eec628d064ab07480feea7e4afc717d4f20f70.zip
tcl-93eec628d064ab07480feea7e4afc717d4f20f70.tar.gz
tcl-93eec628d064ab07480feea7e4afc717d4f20f70.tar.bz2
Fix for [Bug 1325099]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index bd1f2f6..2149126 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,18 @@
+2005-10-12 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclPathObj.c (SetFsPathFromAny): TclGetString macro must
+ not be combined with post-increment arguments. [Bug 1325099]
+
2005-10-12 Kevin Kenny <kennykb@acm.org>
* generic/tclExecute.c (Tcl_ExecuteByteCode, TclIncrObj):
Several common cases inlined in hopes of gaining a little
performance in [incr].
-
+
2005-10-10 Miguel Sofer <msofer@users.sf.net>
* generic/tclCompCmds.c: New convenience macro CompileTokens().
-
+
2005-10-10 Don Porter <dgp@users.sourceforge.net>
* generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. Also
@@ -15,7 +20,7 @@
2005-10-10 Donal K. Fellows <donal.k.fellows@man.ac.uk>
- * generic/tclInterp.c (DeleteScriptLimitCallback)
+ * generic/tclInterp.c (DeleteScriptLimitCallback)
(SetScriptLimitCallback): Improve the interlocking between the script
limit callback record and the hash table of current such records, to
prevent crashes in callbacks that create callbacks.