diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-05 14:42:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-05 14:42:50 (GMT) |
commit | 18dbdc3e40e19a7266c19924537e6914840adbe5 (patch) | |
tree | 700d77c8a89fe5fd93e3b1d7fd56c96d41d7a194 /ChangeLog | |
parent | a573f6dc86fd4e5c16c4e9d7167d12f50208374b (diff) | |
parent | 8ceba044853804c9710cd28a34999bde36368db9 (diff) | |
download | tcl-18dbdc3e40e19a7266c19924537e6914840adbe5.zip tcl-18dbdc3e40e19a7266c19924537e6914840adbe5.tar.gz tcl-18dbdc3e40e19a7266c19924537e6914840adbe5.tar.bz2 |
TIP #413
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2012-11-05 Jan Nijtmans <nijtmans@users.sf.net> + + IMPLEMENTATION OF TIP#413 + + Align the [string trim] and [string is space] commands, such that + [string trim] by default trims all characters for which [string is + space] returns 1, augmented with the NUL character. + + * generic/tclUtf.c: Add NEL, BOM and two more characters to [string is + space] + * generic/tclCmdMZ.c: Modify [string trim] for Unicode modifications. + * generic/regc_locale.c: Regexp engine must match [string is space] + * doc/string.n + * tests/string.test + 2012-10-31 Jan Nijtmans <nijtmans@users.sf.net> * win/Makefile.in: Dde version number to 1.4.0, ready for Tcl 8.6.0rc1 |