summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2005-03-31 19:10:43 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2005-03-31 19:10:43 (GMT)
commitac48c61804b6b50bc23713fe164e9ce95a35c284 (patch)
tree0f520606ceca5f11e0cc83ef82b9632eee918114 /ChangeLog
parent33ae5ac77607ca3f3761de4133cbcce7bdc2b7af (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c758f8..67021e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]