summaryrefslogtreecommitdiffstats
path: root/generic/tclUtf.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure that "string is space \u202f" will continue to return "1", even if ...nijtmans@users.sourceforge.net2013-07-291-1/+1
|\
| * Make sure that "string is space \u202f" will continue to return "1", even if ...nijtmans@users.sourceforge.net2013-07-291-1/+1
* | Unbreak MSVC6 debug build (thanks Andreas Kupries!)nijtmans@users.sourceforge.net2013-07-081-1/+1
|\ \ | |/
| * Unbreak MSVC6 debug build (thanks Andreas Kupries!)nijtmans@users.sourceforge.net2013-07-081-1/+1
* | Use more portable TclIsSpaceProc() in stead of isspace().nijtmans@users.sourceforge.net2013-06-171-1/+1
|\ \ | |/
| * Use more portable TclIsSpaceProc() in stead of isspace(). nijtmans@users.sourceforge.net2013-06-171-1/+3
* | [3613609]: Replace strcasecmp() with UTF-8-aware version.donal.k.fellows@manchester.ac.uk2013-05-221-0/+40
|\ \ | |/
| * Fixed the weird edge case.donal.k.fellows@manchester.ac.uk2013-05-221-12/+25
| * Slight improvement: if cs = "\xC0\x80" and ct = "\x00", loop would continue a...nijtmans@users.sourceforge.net2013-05-211-4/+4
| * Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctlynijtmans@users.sourceforge.net2013-05-211-0/+27
* | For Unicode 6.3, mongolian vowel separator (U+180e) is nominated to change ch...nijtmans@users.sourceforge.net2013-02-251-2/+3
* | merge trunk nijtmans@users.sourceforge.net2012-10-091-2/+1
|\ \
* | | tip 318 updatenijtmans@users.sourceforge.net2012-09-231-0/+4
|/ /
* | [Frq 3473670]: Various Unicode-relatednijtmans@users.sourceforge.net2012-01-221-10/+7
|\ \ | |/
| * [Frq 3473670]: Various Unicode-related speedups/robustnessnijtmans@users.sourceforge.net2012-01-221-10/+7
| |\
| | * rfe-3473670: Various Unicode-related speedups/robustnessnijtmans@users.sourceforge.net2012-01-141-10/+7
* | | [Bug 3464428] string is graph \u0120 is wrongnijtmans@users.sourceforge.net2012-01-091-35/+23
|\ \ \ | |/ /
| * | [Bug 3464428] string is graph \u0120 is wrongnijtmans@users.sourceforge.net2012-01-091-35/+23
| |\ \ | | |/
| | * [Bug 3464428] string is graph \u0120 is wrongnijtmans@users.sourceforge.net2012-01-091-69/+56
* | | [Bug 3464428] string is graph \u0120 is wrongnijtmans@users.sourceforge.net2011-12-241-1/+1
|\ \ \ | |/ /
| * | [Bug 3464428] string is graph \u0120 is wrongnijtmans@users.sourceforge.net2011-12-241-1/+1
| |\ \ | | |/
| | * [Bug 3464428] string is graph \u0120 is wrongnijtmans@users.sourceforge.net2011-12-231-1/+1
* | | More isspace() callers.dgp@users.sourceforge.net2011-04-281-1/+1
|\ \ \ | |/ /
| * | More isspace() callers.dgp@users.sourceforge.net2011-04-281-1/+1
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| | * * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negativedgp@users.sourceforge.net2005-09-071-36/+38
| | * Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the lengthdonal.k.fellows@manchester.ac.uk2003-10-081-5/+2
| | * * generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure to dgp@users.sourceforge.net2003-03-061-4/+7
* | | * generic/tclExecute.c: fix potential uninitialized variable use anddas2009-09-071-2/+2
* | | * generic/tclStringObj.c: Changed type of the 'allocated' fielddgp@users.sourceforge.net2009-02-111-1/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).donal.k.fellows@manchester.ac.uk2008-04-271-40/+40
|/ /
* | Convert to using ANSI decls/definitions and using the (ANSI) assumption that ...donal.k.fellows@manchester.ac.uk2005-10-311-163/+167
* | * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negativedgp@users.sourceforge.net2005-09-071-36/+38
* | Systematizing the formattingdonal.k.fellows@manchester.ac.uk2005-07-211-198/+217
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | * doc/DString.3: Eliminated use of identifier "string" in Tcl'sdgp@users.sourceforge.net2005-05-031-161/+161
* | Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the lengthdonal.k.fellows@manchester.ac.uk2003-10-081-5/+2
* | * generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure todgp@users.sourceforge.net2003-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-ifydgp@users.sourceforge.net2002-08-051-121/+11
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha...donal.k.fellows@manchester.ac.uk2002-07-191-3/+3
* * unix/configure: regen'edhobbs2002-05-301-4/+4
* Made Tcl_UniCharNcmp faster on big-endian machines; the system memcmp()isdonal.k.fellows@manchester.ac.uk2002-05-291-4/+11
* * generic/tclInt.decls:hobbs2002-05-291-12/+55
* * Partial TIP 27 rollback. Following routinesdgp@users.sourceforge.net2002-02-081-3/+3
* * Sought out and eliminated instances of CONST-casting that are nodgp@users.sourceforge.net2002-01-261-2/+2
* * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c accordingdgp@users.sourceforge.net2002-01-171-14/+14