summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-08-23 20:00:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-08-23 20:00:19 (GMT)
commit46b11973d112f4cdf80dce0c5cbaac1e9ce0b780 (patch)
treee47b5971f9e784bed627f29dc28221076a900154 /ChangeLog
parentbb9f3f7aa9e2a821f747e9fadd74b12c47deb819 (diff)
downloadtcl-46b11973d112f4cdf80dce0c5cbaac1e9ce0b780.zip
tcl-46b11973d112f4cdf80dce0c5cbaac1e9ce0b780.tar.gz
tcl-46b11973d112f4cdf80dce0c5cbaac1e9ce0b780.tar.bz2
* library/init.tcl ([auto_load_index]): Delete stray "]" that created
an expr syntax error (masked by a [catch]).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4416ad..8f5bac4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-08-23 Don Porter <dgp@users.sourceforge.net>
+ * library/init.tcl ([auto_load_index]): Delete stray "]" that created
+ an expr syntax error (masked by a [catch]).
+
* generic/tclCompCmds.c (TclCompileReturnCmd): Added crash protection
to handle callers other than TclCompileScript() failing to meet the
initialization assumptions of the TIP 280 code in CompileWord().