diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2005-03-31 19:10:43 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2005-03-31 19:10:43 (GMT) |
commit | ac48c61804b6b50bc23713fe164e9ce95a35c284 (patch) | |
tree | 0f520606ceca5f11e0cc83ef82b9632eee918114 /ChangeLog | |
parent | 33ae5ac77607ca3f3761de4133cbcce7bdc2b7af (diff) | |
download | tcl-ac48c61804b6b50bc23713fe164e9ce95a35c284.zip tcl-ac48c61804b6b50bc23713fe164e9ce95a35c284.tar.gz tcl-ac48c61804b6b50bc23713fe164e9ce95a35c284.tar.bz2 |
* generic/tclExecute.c (INST_JUMP_TRUE/FALSE): replaced
"test and branch" with "compute index into table"
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-03-31 Miguel Sofer <msofer@users.sf.net> + + * generic/tclExecute.c (INST_JUMP_TRUE/FALSE): replaced + "test and branch" with "compute index into table" + 2005-03-30 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * doc/FileSystem.3: Defined loadHandle argument. [Bug 1172401] |