diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-05-18 02:01:35 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-05-18 02:01:35 (GMT) |
commit | 38c8ba15dd7e0173d250b17812065aeedcec5695 (patch) | |
tree | 92984b530a31eb6267161d9008f237ce55c34a6b /ChangeLog | |
parent | 2ed67750d19f6a428a12f468269f8c549c458da7 (diff) | |
download | tcl-38c8ba15dd7e0173d250b17812065aeedcec5695.zip tcl-38c8ba15dd7e0173d250b17812065aeedcec5695.tar.gz tcl-38c8ba15dd7e0173d250b17812065aeedcec5695.tar.bz2 |
* generic/tclExecute.c (TclExecuteByteCode): added comments to
classify the variables according to their use in TEBC.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-05-18 Miguel Sofer <msofer@users.sf.net> + + * generic/tclExecute.c (TclExecuteByteCode): added comments to + classify the variables according to their use in TEBC. + 2004-05-17 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/global.n, doc/uplevel.n: Added an example. |