summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-05 14:42:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-05 14:42:50 (GMT)
commit18dbdc3e40e19a7266c19924537e6914840adbe5 (patch)
tree700d77c8a89fe5fd93e3b1d7fd56c96d41d7a194 /ChangeLog
parenta573f6dc86fd4e5c16c4e9d7167d12f50208374b (diff)
parent8ceba044853804c9710cd28a34999bde36368db9 (diff)
downloadtcl-18dbdc3e40e19a7266c19924537e6914840adbe5.zip
tcl-18dbdc3e40e19a7266c19924537e6914840adbe5.tar.gz
tcl-18dbdc3e40e19a7266c19924537e6914840adbe5.tar.bz2
TIP #413
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f75101..e6a6f97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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