summaryrefslogtreecommitdiffstats
path: root/generic/regc_locale.c
Commit message (Collapse)AuthorAgeFilesLines
* Support Unicode 6.2 (Add Turkish lira sign)jan.nijtmans2012-07-271-1/+1
|
* merge to feature branchrfe_3464401jan.nijtmans2012-01-261-241/+361
|\
| * merge trunkrfe_3473670jan.nijtmans2012-01-221-158/+257
| | | | | | | | expand all unicode tables and tools to eventually handle the unicode chars > 0xffff (if UTF_MAX_CHAR > 3)
| * [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-091-85/+90
| |
* | [Frq 3464401] Support Unicode 6.1jan.nijtmans2011-12-261-261/+261
|/ | | (not to be merged until Unicode 6.1 is final!!!)
* [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-231-212/+84
|
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | more harm than good. Purged them.
* [Bug 3085863]: tclUniData 9 years oldnijtmans2010-10-231-394/+605
| | | | Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF
* Extra comments for argumentsdkf2002-07-291-28/+29
|
* Fixes for regexp issues raised in [Bug 578363].dkf2002-07-291-352/+368
| | | | | Lots of thanks to pvgoran@users.sf.net for tracking them down! Also made the RE files touched meet the Tcl Engineering Guidelines a bit better (they've a long way to go, but this is a start...)
* generic/regc_locale.c (casecmp): slight performance improvementhobbs2002-02-071-9/+5
|
* * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c accordingdgp2002-01-171-3/+4
| | | | to the guidelines of TIP 27. Updated callers.
* * generic/regc_locale.c: updated character class range data forhobbs2001-05-281-170/+215
| | | | | | | 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.
* * generic/regc_color.c:hobbs1999-10-131-2/+2
| | | | | | | | | | | | | | | | * generic/regc_cvec.c: * generic/regc_lex.c: * generic/regc_locale.c: * generic/regcomp.c: * generic/regcustom.h: * generic/regerrs.h: * generic/regex.h: * generic/regexec.c: * generic/regguts.h: * generic/tclRegexp.c: * generic/tclTest.c: * tests/reg.test: updated to Henry Spencer's new regexp engine (mid-Sept 99). Should greatly reduce stack space reqs.
* * unix/Makefile.in: Changed install-doc to install-man.stanton1999-06-241-230/+379
| | | | | | | | | | | | | * 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.
* * tests/reg.test:stanton1999-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * generic/regc_color.c: * generic/regc_cvec.c: * generic/regc_lex.c: * generic/regc_locale.c: * generic/regc_nfa.c: * generic/regcomp.c: * generic/regcustom.h: * generic/rege_dfa.c: * generic/regerror.c: * generic/regerrs.h: * generic/regex.h: * generic/regexec.c: * generic/regfree.c: * generic/regfronts.c: * generic/regguts.h: * generic/tclCmdMZ.c: * generic/tclRegexp.c: * generic/tclRegexp.h: * generic/tclTest.c: Applied Henry Spencer's latest regexp patches that fix an infinite loop bug and add support for testing whether a string could match with additional input. [Bug: 2117]
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+781