summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-03-29 02:17:58 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-03-29 02:17:58 (GMT)
commit8f0d403b02d42ece1a2f24a9bf1327837480fd4e (patch)
treef29ffea15b5c1068e38c10ed20ab408d2a916114 /ChangeLog
parenta2a94771f68b17613c897f5b4ab91dfb979c85d3 (diff)
downloadtcl-8f0d403b02d42ece1a2f24a9bf1327837480fd4e.zip
tcl-8f0d403b02d42ece1a2f24a9bf1327837480fd4e.tar.gz
tcl-8f0d403b02d42ece1a2f24a9bf1327837480fd4e.tar.bz2
* generic/tclCompile.c (TclCompileScript): corrected possible
segfault when a compilation returns TCL_OUTLINE_COMPILE after having grown the compile environment [Bug 925121].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72c08d4..1661a03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-28 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclCompile.c (TclCompileScript): corrected possible
+ segfault when a compilation returns TCL_OUTLINE_COMPILE after
+ having grown the compile environment [Bug 925121].
+
2004-03-21 Jeff Hobbs <jeffh@ActiveState.com>
* win/tclWinInt.h: define VER_PLATFORM_WIN32_CE if not already set.