summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-11-01 11:11:42 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-11-01 11:11:42 (GMT)
commit2b649ba9103839c6ddefe1dae22a795915b6c654 (patch)
treec144a8963de5dffd6685d2e1acb7631424d263db /ChangeLog
parentb63e2b17063b770287357b30d1839c8df4e7eeb1 (diff)
downloadtcl-2b649ba9103839c6ddefe1dae22a795915b6c654.zip
tcl-2b649ba9103839c6ddefe1dae22a795915b6c654.tar.gz
tcl-2b649ba9103839c6ddefe1dae22a795915b6c654.tar.bz2
\u0000 is ASCII! [Bug 1808258]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a19a492..0712eba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-11-01 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * generic/tclCmdMZ.c (Tcl_StringObjCmd, UniCharIsAscii): Remember,
+ the NUL character is in ASCII too. [Bug 1808258]
+
* doc/file.n: Clarified use of [file normalize]. [Bug 1185154]
2007-10-30 Don Porter <dgp@users.sourceforge.net>