summaryrefslogtreecommitdiffstats
path: root/generic/regc_locale.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-03-211-15/+15
|\
| * Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl ↵jan.nijtmans2019-03-211-15/+15
| |\ | | | | | | | | | doesn't do rendering, this prepares Tcl for the expected may 1 event. See: [http://blog.unicode.org/2018/09/new-japanese-era.html]
| | * Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl ↵jan.nijtmans2019-03-211-15/+15
| | |\ | | | | | | | | | | | | doesn't do rendering, this prepares Tcl for the expected may 1 event. See: [http://blog.unicode.org/2018/09/new-japanese-era.html]
| | | * Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl ↵jan.nijtmans2019-03-211-15/+15
| | | | | | | | | | | | | | | | doesn't do rendering, this prepares Tcl for the expected may 1 event. See: [http://blog.unicode.org/2018/09/new-japanese-era.html]
| * | | enlarge a few small buffers, which could overflow using Unicode characters > ↵jan.nijtmans2019-03-181-1/+1
| | | | | | | | | | | | | | | | /UFFFF. Eliminate some end-of-line spacing
* | | | Merge 8.7jan.nijtmans2019-03-011-172/+177
|\ \ \ \ | |/ / /
| * | | Update Unicode tables to version 12.0jan.nijtmans2019-03-011-172/+177
| |\ \ \ | | |/ /
| | * | Update all internal tables to Unicode 12.0jan.nijtmans2019-03-011-172/+177
| | |\ \ | | | |/
| | | * Update internal tables to Unicode 12.0jan.nijtmans2019-03-011-172/+177
| | | |
| | * | Merge 8.5 (= update Unicode data to Unicode version 11.0)jan.nijtmans2018-06-091-239/+252
| | |\ \ | | | |/
| | | * Update all Unicode tables to Unicode version 11.0jan.nijtmans2018-06-091-239/+252
| | | |
| | * | Merge 8.5. This adds Emoji 11.0 support, when Tcl is compiled with ↵jan.nijtmans2018-05-111-27/+20
| | |\ \ | | | |/ | | | | | | | | TCL_UTF_MAX>3. Useful for Androwish, for example.
| | | * Add emoji 11.0 to the set. Only active when compiled with TCL_UTF_MAX>3. ↵jan.nijtmans2018-05-111-27/+20
| | | | | | | | | | | | | | | | Also prepare tooling for Unicode 11.0 (while being on it)
| | * | Upgrade all internal character tables to Unicode 10jan.nijtmans2017-06-221-202/+209
| | |\ \ | | | |/
| | | * Upgrade all internal character tables to Unicode 10jan.nijtmans2017-06-221-202/+209
| | | |
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and ↵jan.nijtmans2019-02-051-36/+35
| | | | | | | | | | | | | | | | more. Remove many type-casts which are not necessary any more.
* | | | merge trunkjan.nijtmans2018-05-231-259/+265
|\ \ \ \ | |/ / /
| * | | Upgrade everything to Unicode 11 (still in beta, expected in june 2018)jan.nijtmans2018-04-291-259/+265
| | | |
* | | | merge novemjan.nijtmans2017-06-091-204/+211
|\ \ \ \ | |/ / /
| * | | Fix [83a3d869722fab9caaae3b6728215fb2507a6f0d|83a3d86972]: tclEpollNotfy.c ↵jan.nijtmans2017-05-311-5733/+156
| | | | | | | | | | | | | | | | | | | | fails to compile on Linux 2.6.<22 due to unconditionally including <sys/eventfd.h> Also re-generate regc_locale.c with Unicode 10 tables: previous generation went horribly wrong somehow...
| * | | Update internal tables to Unicode 10.0. Still in Beta, but to be released soon.jan.nijtmans2017-05-231-290/+5874
| | | |
| * | | Eliminate some macros that are no longer used/needed.jan.nijtmans2016-11-251-1/+1
| |/ /
| * | Upgrade internal Unicode tables to Unicode 9.0jan.nijtmans2016-06-211-191/+202
| |\ \ | | |/
| | * Upgrade internal Unicode tables to Unicode 9.0jan.nijtmans2016-06-211-191/+202
| | |
* | | Update all Unicode tables to version 9.0 betajan.nijtmans2016-04-061-191/+202
| | |
* | | merge trunkjan.nijtmans2015-06-181-242/+255
|\ \ \ | |/ /
| * | Upgrade all internal Unicode tables from Unicode 7.0 to Unicode 8.0jan.nijtmans2015-06-181-242/+255
| |\ \ | | |/
| | * Upgrade all internal Unicode tables from Unicode 7.0 to Unicode 8.0jan.nijtmans2015-06-181-244/+257
| | |
| | * Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no ↵jan.nijtmans2014-07-111-2/+2
| | | | | | | | | | | | | | | | | | longer a whitespace, but for Tcl it still is. "NEL/Next Line" (U+0085) should have been a Unicode whitespace, but never was in Tcl. This is corrected in Tcl 8.6, but for legacy reasons not in Tcl 8.5. Update documentation accordingly, and extend test-cases for Unicode 7 compliance.
| * | Update Unicode tables to Unicode 7.0jan.nijtmans2014-07-041-297/+340
| |\ \ | | |/
| | * Update Unicode tables to Unicode 7.0jan.nijtmans2014-07-041-297/+340
| | |
| * | Update to Unicode 6.3 tablesjan.nijtmans2013-10-091-9/+10
| |\ \ | | |/
| | * Update to Unicode 6.3 tablesjan.nijtmans2013-10-091-10/+12
| | |
* | | Update Unicode tables to Unicode 7.0 betajan.nijtmans2014-05-021-297/+340
| | |
* | | Update Unicode tables to latest 6.3 beta versionjan.nijtmans2013-06-181-19/+10
| | |
* | | merge trunkjan.nijtmans2013-06-181-2/+3
|\ \ \ | |/ /
| * | Fix [a876646efe]: re_expr character class [:cntrl:] should contain \u0000 - ↵jan.nijtmans2013-06-171-2/+3
| |\ \ | | |/ | | | | | | \u001f
| | * Fix [a876646efe]: re_expr character class [:cntrl:] should contain \u0000 - ↵jan.nijtmans2013-06-171-2/+3
| | | | | | | | | | | | \u001f
* | | Eliminate some usage of VOID and its variants.jan.nijtmans2013-03-221-1/+1
| | | | | | | | | Remove unnecessary #undef's
* | | merge trunk. jan.nijtmans2013-02-251-3/+0
|\ \ \ | |/ / | | | Unicode 6.3 does not have that many spaces.....
* | | merge trunk. jan.nijtmans2013-02-251-5/+18
|\ \ \ | |/ / | | | Update all unicode tables to current state of Unicode 6.3 (not released yet)
* | | remove unnecessary struct names, which only pollute the "struct" namespace ↵jan.nijtmans2012-12-211-1/+1
|\ \ \ | |/ / |/| | | | | for the compiler.
| * | remove unnecessary struct names, which only pollute the "struct" namespace ↵jan.nijtmans2012-08-201-1/+1
| |/ | | | | | | for te compiler.
* | merge trunk jan.nijtmans2012-10-091-2/+2
|\ \ | |/ | | <p>Dont include U+0082 and U+0083 in the Tcl space set
* | tip 318 updatejan.nijtmans2012-09-231-2/+3
|/
* Support Unicode 6.2 (Add Turkish lira sign)jan.nijtmans2012-07-271-1/+1
|\
| * Support Unicode 6.2 (Add Turkish lira sign)jan.nijtmans2012-07-271-1/+1
| |
* | [Frq 3464401] Support Unicode 6.1jan.nijtmans2012-02-021-308/+324
|\ \ | |/
| * merge to feature branchjan.nijtmans2012-01-261-241/+361
| |\
| * | [Frq 3464401] Support Unicode 6.1jan.nijtmans2011-12-261-261/+261
| | | | | | | | | (not to be merged until Unicode 6.1 is final!!!)