summaryrefslogtreecommitdiffstats
path: root/generic/tclUtf.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed fault with case-insensitive string matching (Bug#233257) and rewrotedkf2002-01-021-1/+4
| | | | | | some tests to test what they claimed to be testing. FossilOrigin-Name: 99e550c5bedfd5ee619bd6cf81b9ee09b8545f7e
* Undo of mistaken commit. Sorry!dgp2001-10-161-12/+12
| | | FossilOrigin-Name: 092e282e8dbae4c2bbedbd6c03cfc75c200dfeb7
* * Added test to demonstrate memory corruption problems. [Bug 219393].dgp2001-10-161-12/+12
| | | FossilOrigin-Name: 6134ad64717dd499cd903e2ec44744f331a3bc5d
* * generic/tclUtf.c (Tcl_UtfPrev): corrected to return the properhobbs2001-09-131-5/+3
| | | | | | | location when the middle of a UTF-8 byte was passed in. [Bug #450504] FossilOrigin-Name: 5f02e9a154f7f71ebbdde2b10e380cc5c505fb2d
* * tests/subst.test:hobbs2001-06-281-6/+17
| | | | | | | * generic/tclUtf.c (Tcl_UtfBackslash): Corrected backslash handling of multibyte utf-8 chars. [Bug #217987] FossilOrigin-Name: 7eba85bf31a83498778ba7f6ea29b16595eda024
* Fixed problem with [string compare \x00 \x01] and hopefully sped thedkf2001-04-061-6/+4
| | | | | | | command up in a few cases too (notably byte arrays and UNICODE objects.) [Bug #219201] FossilOrigin-Name: 6677432d73b149f9509c4c48c313ed077626e881
* Comment typo correction.ericm2000-06-051-2/+2
| | | FossilOrigin-Name: 68d103692ceddaf5c9833ff11df31a7c0689e7ce
* removed unreferenced varhobbs2000-05-081-2/+1
| | | FossilOrigin-Name: 5482dfcb56aca267dc17d3d86457c52cba7a37df
* * doc/Utf.3:hobbs2000-05-081-2/+215
| | | | | | | | | | | | * generic/tclStubInit.c: * generic/tcl.decls: * generic/tclDecls.h: * generic/tclUtf.c: Added new functions Tcl_UniCharNcasecmp and Tcl_UniCharCaseMatch (unicode parallel to Tcl_StringCaseMatch) * generic/tclUtil.c: rewrote Tcl_StringCaseMatch algorithm for optimization and made Tcl_StringMatch just call Tcl_StringCaseMatch FossilOrigin-Name: 52c8e2d16dbbfd2e2986fb0ce94f86340f1d6c78
* * generic/tclUtf.c: changed Tcl_UtfBackslash to not allowhobbs2000-01-111-4/+7
| | | | | | | | | non-octal digits (8,9) in \ooo substs. [Bug: 3975] * generic/tcl.h: noted need to change win/tcl.m4 and tools/tclSplash.bmp for minor version changes FossilOrigin-Name: f664655d336629ba00d54f4714d380c88fa73a24
* * doc/Utf.3:redman1999-07-221-4/+4
| | | | | | | | | | | | | | | * generic/tcl.decls: * generic/tclInt.decls: * generic/tclDecls.h: * generic/tclIntDecls.h: * generic/tclUtf.c: * compat/strftime.c: * unix/tclUnixTime.c: Changed function declarations in non-platform-specific APIs to use "unsigned long" instead of "size_t", which may not be defined on certain compilers (rather than include sys/types.h, which may not exist). FossilOrigin-Name: 22b143003b180eaed3b7f8c9bad28df440ef6071
* * unix/Makefile.in: Changed install-doc to install-man.stanton1999-06-241-4/+8
| | | | | | | | | | | | | | | * 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
* * generic/tclUtf.c (Tcl_UtfNcasecmp): Fixed incorrect computationstanton1999-06-021-4/+7
| | | | | | of relative ordering. [Bug: 2135] FossilOrigin-Name: 58260de12dfa3fd98e161c35ea69b55df62bec82
* Merged changes from scriptics-tclpro-1-3-b2 branchstanton1999-05-221-1/+107
| | | FossilOrigin-Name: f692388d0781830f1c23ef04ebbfb509ecc8d671
* lint in commentshershey1999-05-201-4/+3
| | | FossilOrigin-Name: 9c2ceb73035f1c2ee9857d5cb3ccb8b572e77d5a
* * doc/Utf.3:stanton1999-05-061-1/+88
| | | | | | | | | * generic/tclStubInit.c: * generic/tclDecls.h: * generic/tclUtf.c: * generic/tcl.decls: Added Tcl_UtfNcmp and Tcl_UtfNcasecmp. FossilOrigin-Name: d9e7608a90843e474f12a3fb7fe65ac9c329294e
* Tcl_UtfToUpper and Tcl_UtfToTitle now works on badly formed Utf strings.hershey1999-04-301-6/+23
| | | FossilOrigin-Name: 8cc1ac50959e95dfd19aa8aa799da4e92c157553
* fixed part of bug 1791: Tcl_UtfToUpper and Tcl_UtfToLower now work onhershey1999-04-291-8/+88
| | | | | | badly formed Utf strings. FossilOrigin-Name: a9c361524c2e0380b62e1dc476416f3c9e42b0de
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+1287
FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9