summaryrefslogtreecommitdiffstats
path: root/generic/regc_locale.c
Commit message (Collapse)AuthorAgeFilesLines
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ | | | | | | | | more harm than good. Purged them. FossilOrigin-Name: 79367df0f0e01a96f037f893e889e7cb9b807847
| * 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. FossilOrigin-Name: 90b4acd7bdab65433169a232124967885c18d972
| * [Bug 3085863]: tclUniData 9 years oldnijtmans2010-10-231-394/+605
| | | | | | | | | | | | Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF FossilOrigin-Name: fc0a947b55de72961d487be693741e89c048dec0
* | [Bug 3085863]: tclUniData 9 years oldnijtmans2010-10-231-226/+327
| | | | | | | | | | | | Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF FossilOrigin-Name: 62a84670be75c48a3a51f2efa4517d72f74d7d01
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| | | | | | FossilOrigin-Name: d1f7550cd9bf1343d8505fb99fc5141b58bb88bf
* | Eliminate multi-char collating element code completely. Simplifies the codedkf2007-11-141-70/+23
| | | | | | | | | | | | | | quite a bit. If people still want the full code, it will remain on the 8.4 branch. [Bug 1831425] FossilOrigin-Name: c3a6a6c85d822a4dbbad8d4cc48b0b7c6bf86148
* | Comment/#ifdef out the multi-char collating element support code.dkf2007-11-141-22/+28
| | | | | | | | | | | | We never used or supported it. [Bug 1831425] FossilOrigin-Name: ca5f3f73b00c6e2d02631653ece13466a003e4f6
* | Improve const-correctness of RE compilerdkf2007-04-191-24/+24
| | | | | | FossilOrigin-Name: cf122e81f894c9291c93945803adce7797118d19
* | Complete conversion to ANSI function definitionsdkf2007-04-101-8/+8
| | | | | | FossilOrigin-Name: 636dd2841941e617ec52ca1901a384363398936a
* | various "const" additions, in line with TIP #27nijtmans2007-02-201-11/+11
| | | | | | FossilOrigin-Name: 81ea4e1335f3c78465e90ec021758c096ba9b544
* | * generic/regc_locale.c (cclass):das2006-07-201-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclExecute.c (TclExecuteByteCode): * generic/tclIOCmd.c (Tcl_ExecObjCmd): * generic/tclListObj.c (NewListIntRep): * generic/tclObj.c (Tcl_GetLongFromObj, Tcl_GetWideIntFromObj, FreeBignum, Tcl_SetBignumObj): * generic/tclParseExpr.c (Tcl_ParseExpr): * generic/tclStrToD.c (TclParseNumber): * generic/tclStringObj.c (TclAppendFormattedObjs): * unix/tclUnixPipe.c (TclpCreateProcess): fix signed-with-unsigned comparison and other warnings from gcc4 -Wextra. FossilOrigin-Name: 25ff7e8b0a8a08f1b6f8c86b6c7f9f5fe7f17e3d
* | Fix [1376892]dkf2006-04-121-1/+86
| | | | | | FossilOrigin-Name: fac5a1c7111a0705a0331a6708dc46437c5b0dd8
* | ANSIfy the RE compiler.dkf2005-11-091-368/+409
| | | | | | FossilOrigin-Name: afc463b61c4b6d7656b220694e75e3f2cd579e1d
* | Fix memleak. [Bug 902562]dkf2004-02-231-2/+2
|/ | | FossilOrigin-Name: d3278367b9d81811412f2f0143a121de4a1291c2
* Extra comments for argumentsdkf2002-07-291-28/+29
| | | FossilOrigin-Name: a1d98aa51552495cbb866e97629694037f4c4aa6
* 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...) FossilOrigin-Name: 8cfaf94bd837a529e9a21183061ca146ef877650
* generic/regc_locale.c (casecmp): slight performance improvementhobbs2002-02-071-9/+5
| | | FossilOrigin-Name: 4fa5ad1498f12f7c95b27dd9d726243ed92c0beb
* * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c accordingdgp2002-01-171-3/+4
| | | | | | to the guidelines of TIP 27. Updated callers. FossilOrigin-Name: 17ade1570084cb2d14c947ac65b1832f709d3bb6
* * 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. FossilOrigin-Name: 07fa5ce75a13302eb638d661f4d3445fe643dbf0
* * 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. FossilOrigin-Name: 801921c81830b2e88cf056e287360955dcd7d0cb
* * 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. FossilOrigin-Name: 9d26b8335934c953a1668ca4972b9a0427413b2e
* * 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] FossilOrigin-Name: 96584c60d8cb01cfeb755d8fa10d149157c64005
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+781
FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9