summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-05-05 18:08:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-05-05 18:08:57 (GMT)
commit0a70b2484a2941f3b3eb30e8bd929525b231cc16 (patch)
treed7f1dc91ccc6e259c9e4a334695c1be2406c56ac /ChangeLog
parent95abd51fd7b5108b75ff09404f65795308746f50 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f74546..d5c397f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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