diff options
author | dgp <dgp@users.sourceforge.net> | 2011-05-02 15:52:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-05-02 15:52:52 (GMT) |
commit | 947276586182ac00478069deedd6c81310e6d783 (patch) | |
tree | 4fbdd48b0a1d19dee6790635c014578c8f79a05c /ChangeLog | |
parent | ae77402981ca9e7f6265c7b98206c31f6050e8e7 (diff) | |
parent | ef87219015417dcab0f3aae83834c2c00cdb5607 (diff) | |
download | tcl-947276586182ac00478069deedd6c81310e6d783.zip tcl-947276586182ac00478069deedd6c81310e6d783.tar.gz tcl-947276586182ac00478069deedd6c81310e6d783.tar.bz2 |
Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we
actually want.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2011-05-02 Don Porter <dgp@users.sourceforge.net> + + * generic/tclInt.h: Replace TclCountSpaceRuns() with + * generic/tclListObj.c: TclMaxListLength() which is the function we + * generic/tclUtil.c: actually want. + * generic/tclCompCmds.c: + 2011-04-28 Don Porter <dgp@users.sourceforge.net> * generic/tclInt.h: New utility routines: |