summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-09-06 19:23:55 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-09-06 19:23:55 (GMT)
commit36aea954df0e2ceb69fe8f6dfd853aa4972d5673 (patch)
tree4c0e6d9f93ea7fff25ba3cdb17e9878c72245dcd /ChangeLog
parentfa9ca5327da10d6516693b272a082e03a255c835 (diff)
downloadtcl-36aea954df0e2ceb69fe8f6dfd853aa4972d5673.zip
tcl-36aea954df0e2ceb69fe8f6dfd853aa4972d5673.tar.gz
tcl-36aea954df0e2ceb69fe8f6dfd853aa4972d5673.tar.bz2
* generic/tclInterp.c (Tcl_Init): Removed constraint on ability
to define a custom [tclInit] before calling Tcl_Init(). Until now the custom command had to be a proc. Now it can be any command.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b883584..9c18ed7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-09-06 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclInterp.c (Tcl_Init): Removed constraint on ability
+ to define a custom [tclInit] before calling Tcl_Init(). Until now
+ the custom command had to be a proc. Now it can be any command.
+
* generic/tclInt.decls: New internal routine TclBackgroundException()
* generic/tclEvent.c: that for the first time permits non-TCL_ERROR
exceptions to trigger [interp bgerror] handling. Closes a gap in