diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-22 13:48:40 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-22 13:48:40 (GMT) |
commit | 6b698fdbdeb2c71d4e27829e834036824d3cd5bd (patch) | |
tree | 61a8bec7ef0f2af23551560436d8292a83f0e87e /ChangeLog | |
parent | 37d7c1ccf17d7e32d084c88f510f7639514a7676 (diff) | |
download | tcl-6b698fdbdeb2c71d4e27829e834036824d3cd5bd.zip tcl-6b698fdbdeb2c71d4e27829e834036824d3cd5bd.tar.gz tcl-6b698fdbdeb2c71d4e27829e834036824d3cd5bd.tar.bz2 |
Standardize way of calling object freeIntRepProcs...
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-10-22 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclExecute.c (TclCompEvalObj, Tcl_ExprObj): + * generic/tclProc.c (TclProcCompileProc): Always call object + freeIntRepProc's in the same way. + 2004-10-22 Miguel Sofer <msofer@users.sf.net> * generic/tclVar.c: fixed bug in commit of 2004-07-23, which was |