diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-12-14 21:11:42 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-12-14 21:11:42 (GMT) |
commit | bd20925e673c0a425280fc0163ce6febaf8c1e31 (patch) | |
tree | 107f654f002e993a551fe1925e706a97939c8a44 /ChangeLog | |
parent | e648edc8fd0e8e6aa1d499e3392456a056f5acce (diff) | |
download | tcl-bd20925e673c0a425280fc0163ce6febaf8c1e31.zip tcl-bd20925e673c0a425280fc0163ce6febaf8c1e31.tar.gz tcl-bd20925e673c0a425280fc0163ce6febaf8c1e31.tar.bz2 |
changing the isProcCallFrame field of the CallFrame struct from a 0/1 field
to flags. Should be perfectly backwards compatible.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-12-12 Miguel Sofer <msofer@users.sf.net> + + * generic/tclCmdIL.c: + * generic/tclInt.h: + * generic/tclProc.c: + * generic/tclVar.c: changing the isProcCallFrame field of the + CallFrame struct from a 0/1 field to flags. Should be perfectly + backwards compatible. + 2004-12-14 Don Porter <dgp@users.sourceforge.net> * unix/configure.in: Added special processing to remove "$U" |