| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that "string is space \u202f" will continue to return "1", even if ... | jan.nijtmans | 2013-07-29 | 1 | -1/+1 |
|
|
* | Unbreak MSVC6 debug build (thanks Andreas Kupries!) | jan.nijtmans | 2013-07-08 | 1 | -1/+1 |
|
|
* | Use more portable TclIsSpaceProc() in stead of isspace(). | jan.nijtmans | 2013-06-17 | 1 | -1/+3 |
|
|
* | Fixed the weird edge case.bug_3613609 | dkf | 2013-05-22 | 1 | -12/+25 |
|
|
* | Slight improvement: if cs = "\xC0\x80" and ct = "\x00", loop would continue a... | jan.nijtmans | 2013-05-21 | 1 | -4/+4 |
|
|
* | Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctly | jan.nijtmans | 2013-05-21 | 1 | -0/+27 |
|
|
* | [Frq 3473670]: Various Unicode-related speedups/robustness | jan.nijtmans | 2012-01-22 | 1 | -10/+7 |
|\ |
|
| * | rfe-3473670: Various Unicode-related speedups/robustness | jan.nijtmans | 2012-01-14 | 1 | -10/+7 |
|
|
* | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2012-01-09 | 1 | -35/+23 |
|\ \
| |/ |
|
| * | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2012-01-09 | 1 | -69/+56 |
|
|
* | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-23 | 1 | -1/+1 |
|
|
* | | More isspace() callers. | dgp | 2011-04-28 | 1 | -1/+1 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| * | * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative | dgp | 2005-09-07 | 1 | -36/+38 |
|
|
| * | Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the length | dkf | 2003-10-08 | 1 | -5/+2 |
|
|
| * | * generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure to
| dgp | 2003-03-06 | 1 | -4/+7 |
|
|
* | | Convert to using ANSI decls/definitions and using the (ANSI) assumption that ... | dkf | 2005-10-31 | 1 | -163/+167 |
|
|
* | | * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative | dgp | 2005-09-07 | 1 | -36/+38 |
|
|
* | | Systematizing the formatting | dkf | 2005-07-21 | 1 | -198/+217 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | * doc/DString.3: Eliminated use of identifier "string" in Tcl's | dgp | 2005-05-03 | 1 | -161/+161 |
|
|
* | | Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the length | dkf | 2003-10-08 | 1 | -5/+2 |
|
|
* | | * generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure to | dgp | 2003-03-06 | 1 | -4/+7 |
|/ |
|
* | * generic/tclExecute.c (TclExecuteByteCode INST_STR_MATCH): | hobbs | 2003-02-18 | 1 | -2/+193 |
|
|
* | * generic/tclUtf.c: make use of TclUtfToUniChar macro throughout | hobbs | 2002-11-12 | 1 | -22/+31 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -121/+11 |
|
|
* | Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha... | dkf | 2002-07-19 | 1 | -3/+3 |
|
|
* | * unix/configure: regen'ed | hobbs | 2002-05-30 | 1 | -4/+4 |
|
|
* | Made Tcl_UniCharNcmp faster on big-endian machines; the system memcmp()is | dkf | 2002-05-29 | 1 | -4/+11 |
|
|
* | * generic/tclInt.decls: | hobbs | 2002-05-29 | 1 | -12/+55 |
|
|
* | * Partial TIP 27 rollback. Following routines | dgp | 2002-02-08 | 1 | -3/+3 |
|
|
* | * Sought out and eliminated instances of CONST-casting that are no | dgp | 2002-01-26 | 1 | -2/+2 |
|
|
* | * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c according | dgp | 2002-01-17 | 1 | -14/+14 |
|
|
* | Fixed fault with case-insensitive string matching (Bug#233257) and rewrote | dkf | 2002-01-02 | 1 | -1/+4 |
|
|
* | Undo of mistaken commit. Sorry! | dgp | 2001-10-16 | 1 | -12/+12 |
|
|
* | * Added test to demonstrate memory corruption problems. [Bug 219393]. | dgp | 2001-10-16 | 1 | -12/+12 |
|
|
* | * generic/tclUtf.c (Tcl_UtfPrev): corrected to return the proper | hobbs | 2001-09-13 | 1 | -5/+3 |
|
|
* | * tests/subst.test: | hobbs | 2001-06-28 | 1 | -6/+17 |
|
|
* | Fixed problem with [string compare \x00 \x01] and hopefully sped the | dkf | 2001-04-06 | 1 | -6/+4 |
|
|
* | Comment typo correction. | ericm | 2000-06-05 | 1 | -2/+2 |
|
|
* | removed unreferenced var | hobbs | 2000-05-08 | 1 | -2/+1 |
|
|
* | * doc/Utf.3: | hobbs | 2000-05-08 | 1 | -2/+215 |
|
|
* | * generic/tclUtf.c: changed Tcl_UtfBackslash to not allow | hobbs | 2000-01-11 | 1 | -4/+7 |
|
|
* | * doc/Utf.3: | redman | 1999-07-22 | 1 | -4/+4 |
|
|
* | * unix/Makefile.in: Changed install-doc to install-man. | stanton | 1999-06-24 | 1 | -4/+8 |
|
|
* | * generic/tclUtf.c (Tcl_UtfNcasecmp): Fixed incorrect computation | stanton | 1999-06-02 | 1 | -4/+7 |
|
|
* | Merged changes from scriptics-tclpro-1-3-b2 branch | stanton | 1999-05-22 | 1 | -1/+107 |
|
|
* | lint in comments | hershey | 1999-05-20 | 1 | -4/+3 |
|
|