diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2010-08-11 23:13:49 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2010-08-11 23:13:49 (GMT) |
commit | d4439781ca7806d539585ab1e454657ed8e2bda7 (patch) | |
tree | f869a7da81f7e09914329a300eb627653ff7f4b0 /ChangeLog | |
parent | e903e08c727987af3ddea0475f5803e87366a50c (diff) | |
download | tcl-d4439781ca7806d539585ab1e454657ed8e2bda7.zip tcl-d4439781ca7806d539585ab1e454657ed8e2bda7.tar.gz tcl-d4439781ca7806d539585ab1e454657ed8e2bda7.tar.bz2 |
* generic/tclBasic.c (TclNRYieldToObjCmd): fixed bad copypasta
snafu. Thanks to Andy Goth for finding the bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2010-08-11 Miguel Sofer <msofer@users.sf.net> + * generic/tclBasic.c (TclNRYieldToObjCmd): fixed bad copypasta + snafu. Thanks to Andy Goth for finding the bug. + 2010-08-10 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclUtil.c (TclByteArrayMatch): patterns may not be |