diff options
author | stanton <stanton> | 1999-04-28 21:01:08 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-04-28 21:01:08 (GMT) |
commit | dc761a9ff0e44742cff63ea557f6f4c60620cbe3 (patch) | |
tree | efe1bca3f9a1e6212d3ced349c7cc773958209f0 | |
parent | a12837eeef8ecf52959c787988f8a45eb8baf704 (diff) | |
download | tcl-dc761a9ff0e44742cff63ea557f6f4c60620cbe3.zip tcl-dc761a9ff0e44742cff63ea557f6f4c60620cbe3.tar.gz tcl-dc761a9ff0e44742cff63ea557f6f4c60620cbe3.tar.bz2 |
*** empty log message ***
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +1999-04-28 <stanton@scriptics.com> + + * mac/tclMacResource.c: + * generic/tclListObj.c: + * generic/tclObj.c: + * generic/tclStringObj.c: Changed to avoid freeing the string + representation before freeing the internal rep. This helps with + debugging since the string rep will still be valid when the free + proc is invoked. + 1999-04-27 <stanton@scriptics.com> * generic/tclLiteral.c (TclHideLiteral): Fixed so hidden literals |