diff options
author | hobbs <hobbs> | 2001-05-28 04:45:43 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-05-28 04:45:43 (GMT) |
commit | aacee6531b9fce9c180f03888366e864858a1bf1 (patch) | |
tree | 7618b16a9e073b3e907416a7244c2db7e16bba8d /ChangeLog | |
parent | 10183c5e6c370680dca338ab2b5232626e501c0b (diff) | |
download | tcl-aacee6531b9fce9c180f03888366e864858a1bf1.zip tcl-aacee6531b9fce9c180f03888366e864858a1bf1.tar.gz tcl-aacee6531b9fce9c180f03888366e864858a1bf1.tar.bz2 |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -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 |