summaryrefslogtreecommitdiffstats
path: root/generic/tclUtf.c
Commit message (Expand)AuthorAgeFilesLines
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
* * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negativedgp2005-09-071-36/+38
* Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the lengthdkf2003-10-081-5/+2
* * generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure to dgp2003-03-061-4/+7
* * generic/tclExecute.c (TclExecuteByteCode INST_STR_MATCH):hobbs2003-02-181-2/+193
* * generic/tclUtf.c: make use of TclUtfToUniChar macro throughouthobbs2002-11-121-22/+31
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-121/+11
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha...dkf2002-07-191-3/+3
* * unix/configure: regen'edhobbs2002-05-301-4/+4
* Made Tcl_UniCharNcmp faster on big-endian machines; the system memcmp()isdkf2002-05-291-4/+11
* * generic/tclInt.decls:hobbs2002-05-291-12/+55
* * Partial TIP 27 rollback. Following routinesdgp2002-02-081-3/+3
* * Sought out and eliminated instances of CONST-casting that are nodgp2002-01-261-2/+2
* * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c accordingdgp2002-01-171-14/+14
* Fixed fault with case-insensitive string matching (Bug#233257) and rewrotedkf2002-01-021-1/+4
* Undo of mistaken commit. Sorry!dgp2001-10-161-12/+12
* * Added test to demonstrate memory corruption problems. [Bug 219393].dgp2001-10-161-12/+12
* * generic/tclUtf.c (Tcl_UtfPrev): corrected to return the properhobbs2001-09-131-5/+3
* * tests/subst.test:hobbs2001-06-281-6/+17
* Fixed problem with [string compare \x00 \x01] and hopefully sped thedkf2001-04-061-6/+4
* Comment typo correction.ericm2000-06-051-2/+2
* removed unreferenced varhobbs2000-05-081-2/+1
* * doc/Utf.3:hobbs2000-05-081-2/+215
* * generic/tclUtf.c: changed Tcl_UtfBackslash to not allowhobbs2000-01-111-4/+7
* * doc/Utf.3:redman1999-07-221-4/+4
* * unix/Makefile.in: Changed install-doc to install-man.stanton1999-06-241-4/+8
* * generic/tclUtf.c (Tcl_UtfNcasecmp): Fixed incorrect computationstanton1999-06-021-4/+7
* Merged changes from scriptics-tclpro-1-3-b2 branchstanton1999-05-221-1/+107
* lint in commentshershey1999-05-201-4/+3
* * doc/Utf.3:stanton1999-05-061-1/+88
* Tcl_UtfToUpper and Tcl_UtfToTitle now works on badly formed Utf strings.hershey1999-04-301-6/+23
* fixed part of bug 1791: Tcl_UtfToUpper and Tcl_UtfToLower now work onhershey1999-04-291-8/+88
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+1287