diff options
author | dgp <dgp@users.sourceforge.net> | 2009-02-10 21:04:05 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-02-10 21:04:05 (GMT) |
commit | 23f46a304464683d61975cfe1622a61b52b2d86a (patch) | |
tree | f702137882fe7766c99fc1a85bbac55682ec836f /ChangeLog | |
parent | 0de29ee94bd90a5b0401dd31599c0c5a44c387e2 (diff) | |
download | tcl-23f46a304464683d61975cfe1622a61b52b2d86a.zip tcl-23f46a304464683d61975cfe1622a61b52b2d86a.tar.gz tcl-23f46a304464683d61975cfe1622a61b52b2d86a.tar.bz2 |
Removed handling of (objPtr->bytes != NULL) from UpdateStringOfString,
which is only called when objPtr->bytes is NULL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ Simplify Tcl_AttemptSetObjLength by removing unreachable code. Simplify SetStringFromAny() by removing unreachable and duplicate code. Simplify Tcl_SetObjLength by removing unreachable code. + Removed handling of (objPtr->bytes != NULL) from UpdateStringOfString, + which is only called when objPtr->bytes is NULL. 2009-02-09 Jan Nijtmans <nijtmans@users.sf.net> |