summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-03-29 02:18:53 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-03-29 02:18:53 (GMT)
commit0a5730913046df59f2f80f2030f46ce4d86745d1 (patch)
tree28e5cc5068dbeb3995cb18ac85de8a141375150c
parent1e9a67e3a64c25ac516395205190d6fd8d1ea00a (diff)
downloadtcl-0a5730913046df59f2f80f2030f46ce4d86745d1.zip
tcl-0a5730913046df59f2f80f2030f46ce4d86745d1.tar.gz
tcl-0a5730913046df59f2f80f2030f46ce4d86745d1.tar.bz2
Changelog fix
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9987a1e..4be3b60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
* generic/tclCompile.c (TclCompileScript): corrected possible
segfault when a compilation returns TCL_OUTLINE_COMPILE after
- having grown the compile environment.
+ having grown the compile environment [Bug 925121].
2004-03-27 Miguel Sofer <msofer@users.sf.net>