summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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)
commitc8e3b3d6810e3f38fd8ca4538eb288a79c5af5d9 (patch)
tree28e5cc5068dbeb3995cb18ac85de8a141375150c /ChangeLog
parent460ed0321393f6eddfe71e7a912f595dfda606aa (diff)
downloadtcl-c8e3b3d6810e3f38fd8ca4538eb288a79c5af5d9.zip
tcl-c8e3b3d6810e3f38fd8ca4538eb288a79c5af5d9.tar.gz
tcl-c8e3b3d6810e3f38fd8ca4538eb288a79c5af5d9.tar.bz2
Changelog fix
Diffstat (limited to 'ChangeLog')
-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>