summaryrefslogtreecommitdiffstats
path: root/tools/uniParse.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Various Unicode handling enhancements, when building with TCL_UTF_MAX > 3, ↵jan.nijtmans2015-09-011-1/+5
| | | | inspired by androwish. No effect if TCL_UTF_MAX=3 (which is the default)
* [Frq 3464401] Support Unicode 6.1jan.nijtmans2012-02-021-1/+1
|\
| * merge to feature branchrfe_3464401jan.nijtmans2012-01-261-20/+43
| |\
* | \ [Frq 3473670]: Various Unicode-related speedups/robustnessjan.nijtmans2012-01-221-20/+43
|\ \ \ | | |/ | |/|
| * | [Frq 3473670]: Various Unicode-related speedups/robustnessjan.nijtmans2012-01-221-20/+43
| |\ \ | | |/ | |/|
| | * merge trunkrfe_3473670jan.nijtmans2012-01-221-2/+17
| | |\ | | |/ | |/| | | | expand all unicode tables and tools to eventually handle the unicode chars > 0xffff (if UTF_MAX_CHAR > 3)
| | * rfe-3473670: Various Unicode-related speedups/robustnessjan.nijtmans2012-01-141-18/+20
| |/
* | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-241-22/+14
|\ \ | |/
| * [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-231-22/+14
| |
* | [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-20/+28
|\ \ | |/
| * [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-20/+28
| |
* | remove some debugging stuffjan.nijtmans2011-08-181-12/+1
|\ \ | |/
| * remove some debugging stuffjan.nijtmans2011-08-181-12/+1
| |
* | [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-5/+14
|\ \ | |/
| * [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-5/+14
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-4/+0
|\ \ | |/ | | more harm than good. Purged them.
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-4/+0
| | | | | | more harm than good. Purged them.
| * [Bug 3085863]: tclUniData 9 years oldnijtmans2010-10-231-22/+26
| | | | | | | | Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF
* | [Bug 3085863]: tclUniData 9 years oldnijtmans2010-10-231-22/+26
|/ | | | Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF
* * tools/uniClass.tcl: added comments to output format and thehobbs2001-05-281-3/+3
| | | | | | | script for clarification. * tools/uniParse.tcl: corrected filename output and GetDelta macro to use 'info' as param (was 'infO')
* * unix/Makefile.in: Changed install-doc to install-man.stanton1999-06-241-21/+38
| | | | | | | | | | | | | * tools/uniParse.tcl: * tools/uniClass.tcl: * tools/README: * tests/string.test: * generic/regc_locale.c: * generic/tclUniData.c: * generic/tclUtf.c: * doc/string.n: Updated Unicode character tables to reflect latest Unicode 2.1 data. Also rationalized "regexp" and "string is" definitions of character classes.
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+369