summaryrefslogtreecommitdiffstats
path: root/Lib/sysconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/sysconfig.py')
0 files changed, 0 insertions, 0 deletions
1'>bug_2a94652ee1 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-06-10 20:21:42 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-06-10 20:21:42 (GMT)
commit5cc6198142c7a34521224803492e113737909520 (patch)
tree756ee5ba84cacb249fe887e2655fdd7f0eace3fc
parent9e340f705106fc00e36f298a638284fccedeec4a (diff)
parent5013093fdff62b9092e3c058bef4a178cbf7869f (diff)
downloadtcl-5cc6198142c7a34521224803492e113737909520.zip
tcl-5cc6198142c7a34521224803492e113737909520.tar.gz
tcl-5cc6198142c7a34521224803492e113737909520.tar.bz2
merge to RC
Diffstat
-rw-r--r--ChangeLog18
-rw-r--r--generic/tclBasic.c1
-rw-r--r--generic/tclInt.h13
-rw-r--r--generic/tclLiteral.c71
-rw-r--r--generic/tclUtil.c2
-rw-r--r--tests/namespace.test16
6 files changed, 42 insertions, 79 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fe71c5..4eccf76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2011-06-02 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclBasic.c: Removed TclCleanupLiteralTable(), and old
+ * generic/tclInt.h: band-aid routine put in place while a fix
+ * generic/tclLiteral.c: for [Bug 994838] took shape. No longer needed.
+
+2011-06-02 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclInt.h (TclInvalidateNsCmdLookup): [Bug 3185407]: Extend
+ the set of epochs that are potentially bumped when a command is
+ created, for a slight performance drop (in some circumstances) and
+ improved semantics.
+
+2011-06-01 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclUtil.c: Fix for [Bug 3309871]: Valgrind finds:
+ invalid read in TclMaxListLength()
+
2011-05-25 Don Porter <dgp@users.sourceforge.net>
* library/msgcat/msgcat.tcl: Backport improvements to msgcat
diff --git a/generic/tclBasic.c b/generic/tclBasic.c