Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all tables to Unicode 14 | jan.nijtmans | 2021-09-14 | 1 | -3/+3 |
|\ | |||||
| * | Replace Unicode 13 tables with Unicode 14 (still not finailized). Let's see ↵ | jan.nijtmans | 2021-02-12 | 1 | -1/+1 |
| | | | | | | | | how it goes so far. | ||||
| * | TIP #587 follow-up: Looks like -encoding utf-8 still was missing in some ↵ | jan.nijtmans | 2020-12-28 | 1 | -1/+1 |
| | | | | | | | | places, only visible on Windows | ||||
| * | Don't use "Copyright <year> _by_" any more. This results in more ↵ | jan.nijtmans | 2020-11-20 | 1 | -2/+2 |
| | | | | | | | | consistant copyright statements in the (html) documentation | ||||
| * | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵ | jan.nijtmans | 2020-09-14 | 1 | -2/+2 |
| | | | | | | | | | | Thanks! More usage of $index<0 in stead of $index==-1 consistantly | ||||
* | | Backport many (formatting) changes in tools/*. Nothing functional. | jan.nijtmans | 2020-09-20 | 1 | -2/+2 |
|/ | | | testest.tcl: Use more uppercase hex. | ||||
* | Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so ↵ | jan.nijtmans | 2020-03-17 | 1 | -2/+2 |
| | | | | | generate those in the tables too. Add one reserved stub entry (Backported from 8.6) | ||||
* | Update all tables to [http://unicode.org/versions/Unicode13.0.0/|Unicode 13] ↵ | jan.nijtmans | 2020-02-11 | 1 | -7/+7 |
| | | | | (to be released March 10, 2020) | ||||
* | For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ↵ | jan.nijtmans | 2019-03-17 | 1 | -4/+4 |
| | | | | value of TCL_UTF_MAX. Do this in all Tcl versions, in order to prevent merge conflicts in future Unicode table updates. | ||||
* | Add emoji 11.0 to the set. Only active when compiled with TCL_UTF_MAX>3. ↵ | jan.nijtmans | 2018-05-11 | 1 | -4/+13 |
| | | | | Also prepare tooling for Unicode 11.0 (while being on it) | ||||
* | [Frq 3464401] Support Unicode 6.1 | jan.nijtmans | 2012-02-02 | 1 | -1/+1 |
|\ | |||||
| * | merge to feature branch | jan.nijtmans | 2012-01-26 | 1 | -20/+43 |
| |\ | |||||
* | \ | [Frq 3473670]: Various Unicode-related speedups/robustness | jan.nijtmans | 2012-01-22 | 1 | -20/+43 |
|\ \ \ | | |/ | |/| | |||||
| * | | [Frq 3473670]: Various Unicode-related speedups/robustness | jan.nijtmans | 2012-01-22 | 1 | -20/+43 |
| |\ \ | | |/ | |/| | |||||
| | * | merge trunk | jan.nijtmans | 2012-01-22 | 1 | -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/robustness | jan.nijtmans | 2012-01-14 | 1 | -18/+20 |
| |/ | |||||
* | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-24 | 1 | -22/+14 |
|\ \ | |/ | |||||
| * | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-23 | 1 | -22/+14 |
| | | |||||
* | | [Bug 3444754] string tolower \u01c5 is wrong | jan.nijtmans | 2011-12-07 | 1 | -20/+28 |
|\ \ | |/ | |||||
| * | [Bug 3444754] string tolower \u01c5 is wrong | jan.nijtmans | 2011-12-07 | 1 | -20/+28 |
| | | |||||
* | | remove some debugging stuff | jan.nijtmans | 2011-08-18 | 1 | -12/+1 |
|\ \ | |/ | |||||
| * | remove some debugging stuff | jan.nijtmans | 2011-08-18 | 1 | -12/+1 |
| | | |||||
* | | [Bug 3393714] overflow in toupper delta | jan.nijtmans | 2011-08-18 | 1 | -5/+14 |
|\ \ | |/ | |||||
| * | [Bug 3393714] overflow in toupper delta | jan.nijtmans | 2011-08-18 | 1 | -5/+14 |
| | | |||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -4/+0 |
|\ \ | |/ | | | more harm than good. Purged them. | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -4/+0 |
| | | | | | | more harm than good. Purged them. | ||||
| * | [Bug 3085863]: tclUniData 9 years old | nijtmans | 2010-10-23 | 1 | -22/+26 |
| | | | | | | | | Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF | ||||
* | | [Bug 3085863]: tclUniData 9 years old | nijtmans | 2010-10-23 | 1 | -22/+26 |
|/ | | | | Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF | ||||
* | * tools/uniClass.tcl: added comments to output format and the | hobbs | 2001-05-28 | 1 | -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. | stanton | 1999-06-24 | 1 | -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 trunk | stanton | 1999-04-16 | 1 | -0/+369 |