summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreask <andreask>2011-06-22 15:53:59 (GMT)
committerandreask <andreask>2011-06-22 15:53:59 (GMT)
commit7fd39d73bb3a5e23d654f8ad41b61abd44141c7c (patch)
tree0ba39cf8c86bec0c9eb871feceb0aea6912c9909 /ChangeLog
parent5360716eb1f8fe9fecc00f2c462d4d98fec7d99a (diff)
downloadtcl-7fd39d73bb3a5e23d654f8ad41b61abd44141c7c.zip
tcl-7fd39d73bb3a5e23d654f8ad41b61abd44141c7c.tar.gz
tcl-7fd39d73bb3a5e23d654f8ad41b61abd44141c7c.tar.bz2
Fixed the inadvertently committed disabling of stack checks, see my 2010-11-15 commit [8902c8bc82].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f4037d..aff660f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-22 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclInt.h: Fixed the inadvertently committed disabling of
+ stack checks, see my 2010-11-15 commit.
+
2011-06-21 Don Porter <dgp@users.sourceforge.net>
* changes: Update for 8.5.10 release.