summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-11-18 11:27:28 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-11-18 11:27:28 (GMT)
commit3942360d85dc8ab11f6914c9ffd17c256c7b8a6a (patch)
treef729c5ddd7caa69c7019895f17824d4b2529c7e0 /ChangeLog
parenta27660e4655bcf0b9f4fec0208158f0c79d6b396 (diff)
downloadtcl-3942360d85dc8ab11f6914c9ffd17c256c7b8a6a.zip
tcl-3942360d85dc8ab11f6914c9ffd17c256c7b8a6a.tar.gz
tcl-3942360d85dc8ab11f6914c9ffd17c256c7b8a6a.tar.bz2
* doc/file.n: [Bug 3111298]: Typofix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 13 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 1401f3a..e12f39e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,15 @@
+2010-11-18 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/file.n: [Bug 3111298]: Typofix.
+
2010-11-16 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclPlatDecls.h [Bug #3110161]: Extensions using TCHAR don't compile
- on VS2005 SP1
+ * generic/tclPlatDecls.h: [Bug 3110161]: Extensions using TCHAR don't
+ compile on VS2005 SP1
2010-11-15 Andreas Kupries <andreask@activestate.com>
- * doc/interp.n: [3081184] TIP #378.
+ * doc/interp.n: [Bug 3081184]: TIP #378 backport.
* doc/tclvars.n: Performance fix for TIP #280.
* generic/tclBasic.c:
* generic/tclExecute.c:
@@ -17,13 +21,12 @@
2010-11-03 Kevin B. Kenny <kennykb@acm.org>
* generic/tclCompCmds.c (TclCompileCatchCmd):
- * tests/compile.test (compile-3.6): Reworked the compilation of
- the [catch] command so as to avoid placing any code that might
- throw an exception (specifically, any initial substitutions
- or any stores to result or options variables) between the
- BEGIN_CATCH and END_CATCH but outside the exception range.
- Added a test case that panics on a stack smash if the change
- is not made. [Bug #3098302]
+ * tests/compile.test (compile-3.6): [Bug 3098302]: Reworked the
+ compilation of the [catch] command so as to avoid placing any code
+ that might throw an exception (specifically, any initial substitutions
+ or any stores to result or options variables) between the BEGIN_CATCH
+ and END_CATCH but outside the exception range. Added a test case that
+ panics on a stack smash if the change is not made.
2010-11-01 Stuart Cassoff <stwo@users.sourceforge.net>