diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2005-04-01 16:18:32 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2005-04-01 16:18:32 (GMT) |
commit | 5950047f06d1ebff15c5829817ec1ba437dacc60 (patch) | |
tree | 5a831a5ccc15f8b67b722dfd14a290467a48a3a7 /ChangeLog | |
parent | 67eadc7d6cf028cb746dd535f431bc5d655ea6a5 (diff) | |
download | tcl-5950047f06d1ebff15c5829817ec1ba437dacc60.zip tcl-5950047f06d1ebff15c5829817ec1ba437dacc60.tar.gz tcl-5950047f06d1ebff15c5829817ec1ba437dacc60.tar.bz2 |
* generic/tclExecute.c:
* generic/tclInt.h: ExecEnv now stores two Tcl_Obj* pointing to
the constants "0" and "1", for use by TEBC.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ 2005-04-01 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c: + * generic/tclInt.h: ExecEnv now stores two Tcl_Obj* pointing to + the constants "0" and "1", for use by TEBC. + +2005-04-01 Miguel Sofer <msofer@users.sf.net> + + * generic/tclExecute.c: * generic/tclInt.h: * generic/tclObj.c: * generic/tclStringObj.c: defined new internal macros for creating |