diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-29 08:19:47 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-29 08:19:47 (GMT) |
commit | 883a79a9d4ece9f76dbbcd5a9b7e8c6e5bd43b57 (patch) | |
tree | e3ea31ba18eb44f2434272cab18a17e5c8d339ce /ChangeLog | |
parent | 28e0461696908d8627af917607355d087a422c3d (diff) | |
download | tcl-883a79a9d4ece9f76dbbcd5a9b7e8c6e5bd43b57.zip tcl-883a79a9d4ece9f76dbbcd5a9b7e8c6e5bd43b57.tar.gz tcl-883a79a9d4ece9f76dbbcd5a9b7e8c6e5bd43b57.tar.bz2 |
Implement TIP 318.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-09-29 Donal K. Fellows <dkf@users.sf.net> + + TIP #318 IMPLEMENTATION + + * generic/tclCmdMZ.c (StringTrimCmd,StringTrimLCmd,StringTrimRCmd): + Update the default set of trimmed characters to include some from + the larger UNICODE space. Factor out the default trim set into a + macro so that it is easier to keep them in synch. + 2008-09-28 Donal K. Fellows <dkf@users.sf.net> TIP #314 IMPLEMENTATION |