diff options
author | dgp <dgp@users.sourceforge.net> | 2005-11-01 20:17:10 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-11-01 20:17:10 (GMT) |
commit | f2332264c55b9ab52d0cfa33c31a6b2e89e97e7d (patch) | |
tree | 7d8c5aa0a80bfe6ee5fae1136e72b5427ab415ff /ChangeLog | |
parent | 1b435abc4154bcc21eab372039b43f00d9216aff (diff) | |
download | tcl-f2332264c55b9ab52d0cfa33c31a6b2e89e97e7d.zip tcl-f2332264c55b9ab52d0cfa33c31a6b2e89e97e7d.tar.gz tcl-f2332264c55b9ab52d0cfa33c31a6b2e89e97e7d.tar.bz2 |
* generic/tclTrace.c (TclCheckExecutionTraces): Corrected mistaken
assumption that all command traces are set at the script level.
Report/fix from Jacques H. de Villiers. [Bug 1337941]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2005-11-01 Don Porter <dgp@users.sourceforge.net> + * generic/tclTrace.c (TclCheckExecutionTraces): Corrected mistaken + assumption that all command traces are set at the script level. + Report/fix from Jacques H. de Villiers. [Bug 1337941] + * tests/unixNotfy.test (1.1,2): Update error message whitespace to match changes in code. |