diff options
author | hobbs <hobbs> | 2001-05-17 08:18:56 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-05-17 08:18:56 (GMT) |
commit | bf4082eda19fcaea560008729846cd50cdf0eb4c (patch) | |
tree | bb33cec558ac6a21b730d7a06a9c4280e55e974a /ChangeLog | |
parent | 4347f67c557afb989b2e46c3f2c24fe9a770dda5 (diff) | |
download | tcl-bf4082eda19fcaea560008729846cd50cdf0eb4c.zip tcl-bf4082eda19fcaea560008729846cd50cdf0eb4c.tar.gz tcl-bf4082eda19fcaea560008729846cd50cdf0eb4c.tar.bz2 |
* library/history.tcl (tcl::HistAdd): prevent empty calls from
being added to the history (arndt)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2001-05-16 Jeff Hobbs <jeffh@ActiveState.com> + * library/history.tcl (tcl::HistAdd): prevent empty calls from + being added to the history (arndt) + * tests/error.test: updated error-1.3 message to account for string index being compiled at toplevel. * tests/appendComp.test: |