diff options
author | dgp <dgp@users.sourceforge.net> | 2011-05-02 15:44:14 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-05-02 15:44:14 (GMT) |
commit | 0460c501692feb12cd4c0198e99712a9ccc5d5eb (patch) | |
tree | d01cce7427e718ba1d1a2717b5e98f1c8c63154d /ChangeLog | |
parent | f24cdf4341465ea638b1d195d2ae99f4fc0eb163 (diff) | |
parent | ef87219015417dcab0f3aae83834c2c00cdb5607 (diff) | |
download | tcl-0460c501692feb12cd4c0198e99712a9ccc5d5eb.zip tcl-0460c501692feb12cd4c0198e99712a9ccc5d5eb.tar.gz tcl-0460c501692feb12cd4c0198e99712a9ccc5d5eb.tar.bz2 |
Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we
actually want.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +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. + 2011-04-28 Don Porter <dgp@users.sourceforge.net> * generic/tclInt.h: New utility routines: |