summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-07-14 00:11:32 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-07-14 00:11:32 (GMT)
commit4e378306f429f7d5e125b91cecf54ef4fcf6b31b (patch)
tree1724c53491a08f1824f58d41d4e1bbc425c01493 /ChangeLog
parentad35d9b5b7a3de682d371c0bb686815f1c5e849e (diff)
downloadtcl-4e378306f429f7d5e125b91cecf54ef4fcf6b31b.zip
tcl-4e378306f429f7d5e125b91cecf54ef4fcf6b31b.tar.gz
tcl-4e378306f429f7d5e125b91cecf54ef4fcf6b31b.tar.bz2
* generic/tclBasic.c.: NRE left too many calls to
* generic/tclExecute.c: TclResetCancellation lying around: it * generic/tclProc.c: only needs to be called prior to any iPtr->numLevels++. Thanks mistachkin.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bd7012..2d56cb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-07-14 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclBasic.c.: NRE left too many calls to
+ * generic/tclExecute.c: TclResetCancellation lying around: it
+ * generic/tclProc.c: only needs to be called prior to any
+ iPtr->numLevels++. Thanks mistachkin.
+
* generic/tclBasic.c: TclResetCancellation() calls were misplaced
(merge mishap); stray //. Thanks patthoyts.
@@ -44,7 +49,6 @@
* unix/tclUnixTest.c:
* win/tclWin32Dll.c:
-
2008-07-08 Don Porter <dgp@users.sourceforge.net>
* generic/tclGet.c: Corrected out of date comments and removed