diff options
author | dgp <dgp@users.sourceforge.net> | 2007-07-02 17:13:45 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-07-02 17:13:45 (GMT) |
commit | e866d24f95b719da53f4fcc0d0b5df23fd0916ed (patch) | |
tree | 868e4909e24ae2b42d8b3b64650f6f41561e8e12 /ChangeLog | |
parent | 4157542c246e381cb81ca70553a628d70381a3b2 (diff) | |
download | tcl-e866d24f95b719da53f4fcc0d0b5df23fd0916ed.zip tcl-e866d24f95b719da53f4fcc0d0b5df23fd0916ed.tar.gz tcl-e866d24f95b719da53f4fcc0d0b5df23fd0916ed.tar.bz2 |
* generic/tclCompExpr.c: Removed dead code, old implementations
* generic/tclEvent.c: of expr parsing and compiling, including the
* generic/tclInt.h: routine TclFinalizeCompilation().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-07-02 Don Porter <dgp@users.sourceforge.net> + + * generic/tclCompExpr.c: Removed dead code, old implementations + * generic/tclEvent.c: of expr parsing and compiling, including the + * generic/tclInt.h: routine TclFinalizeCompilation(). + 2007-06-30 Donal K. Fellows <dkf@users.sf.net> * generic/tclCmdIL.c (Tcl_LsortObjCmd): Plug a memory leak caused by |