diff options
author | das <das> | 2006-08-21 01:09:32 (GMT) |
---|---|---|
committer | das <das> | 2006-08-21 01:09:32 (GMT) |
commit | 069044cfe673dbd679f6954c80d1f00ff57b1a35 (patch) | |
tree | 4f0e3c32595604e065d4aed8477c24fabfcacf83 /ChangeLog | |
parent | 22916a03a24b7a520e28f1c764991114b80ca93b (diff) | |
download | tk-069044cfe673dbd679f6954c80d1f00ff57b1a35.zip tk-069044cfe673dbd679f6954c80d1f00ff57b1a35.tar.gz tk-069044cfe673dbd679f6954c80d1f00ff57b1a35.tar.bz2 |
* macosx/tkMacOSXCarbonEvents.c (CarbonTimerProc): avoid starving main
event loop: limit the number of tcl events processed per invocation.
Fixes bug reported on tcl-mac by Kevan Hashemi.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-08-21 Daniel Steffen <das@users.sourceforge.net> + + * macosx/tkMacOSXCarbonEvents.c (CarbonTimerProc): avoid starving main + event loop: limit the number of tcl events processed per invocation. + Fixes bug reported on tcl-mac by Kevan Hashemi. + 2006-08-18 Daniel Steffen <das@users.sourceforge.net> * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for |