diff options
author | dgp <dgp@users.sourceforge.net> | 2006-05-05 18:08:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-05-05 18:08:57 (GMT) |
commit | 0a70b2484a2941f3b3eb30e8bd929525b231cc16 (patch) | |
tree | d7f1dc91ccc6e259c9e4a334695c1be2406c56ac /ChangeLog | |
parent | 95abd51fd7b5108b75ff09404f65795308746f50 (diff) | |
download | tcl-0a70b2484a2941f3b3eb30e8bd929525b231cc16.zip tcl-0a70b2484a2941f3b3eb30e8bd929525b231cc16.tar.gz tcl-0a70b2484a2941f3b3eb30e8bd929525b231cc16.tar.bz2 |
* generic/tclMain.c (Tcl_Main): Corrected flaw that required
* tests/main.test: (Tcl_Main-4.5): processing of one interactive
command before passing control to the loop routine registered with
Tcl_SetMainLoop() [Bug 1481986].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-05-05 Don Porter <dgp@users.sourceforge.net> + + * generic/tclMain.c (Tcl_Main): Corrected flaw that required + * tests/main.test: (Tcl_Main-4.5): processing of one interactive + command before passing control to the loop routine registered with + Tcl_SetMainLoop() [Bug 1481986]. + 2006-05-04 Don Porter <dgp@users.sourceforge.net> * README: Bump version number to 8.4.14 |