summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8789cdc..9f89997 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2001-05-27 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/regc_locale.c: updated character class range data for
+ Unicode v3.1.0 compliance.
+ * generic/tclUniData.c: regenerated from Unicode v3.1.0 data file
+ (new as of 2001-05-16). This brings Tcl to current unicode
+ compliance.
+
+ * tests/utf.test: added tests to check unicode 3 compliance
+
+ * unix/Makefile.in (tclUtf.o): added tclUniData.c dependency.
+
+ * tools/uniClass.tcl: added comments to output format and the
+ script for clarification.
+
+ * tools/uniParse.tcl: corrected filename output and GetDelta macro
+ to use 'info' as param (was 'infO')
+
2001-05-17 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* generic/tclVar.c (tclArraySearchType,SetArraySearchObj,
@@ -11,7 +29,6 @@
TclInitObjSubsystem to be with the bulk of the rest.
[Patch 424851] Committed by Miguel Sofer <mig@utdt.edu>
-
2001-05-23 Jeff Hobbs <jeffh@ActiveState.com>
* tests/io.test: changed io-52.[9-11] to not be platform sensitive