diff options
author | dgp <dgp@users.sourceforge.net> | 2006-05-05 18:09:47 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-05-05 18:09:47 (GMT) |
commit | c802ec354b63ada12adc6522c9d96b60bd16687a (patch) | |
tree | 798c410899336ae3a0e0642c314d7af97a06dd75 /ChangeLog | |
parent | 567b7209bf2c1079048fca82605f2f468b9bf66b (diff) | |
download | tcl-c802ec354b63ada12adc6522c9d96b60bd16687a.zip tcl-c802ec354b63ada12adc6522c9d96b60bd16687a.tar.gz tcl-c802ec354b63ada12adc6522c9d96b60bd16687a.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.5a5 |