| Commit message (Expand) | Author | Age | Files | Lines |
* | amend to [d498578df4], still one test for [Bug ba921a8d98] with inplace by su... | sebres | 2018-07-26 | 1 | -1/+4 |
|
|
* | New test for [Bug ba921a8d98]. | dgp | 2018-07-26 | 1 | -0/+3 |
|
|
* | Bug-fix in Tcl_UtfAtIndex (for TCL_UTF_MAX=4 only). With test-case (in "strin... | jan.nijtmans | 2018-04-23 | 1 | -2/+9 |
|
|
* | Merge new test and comments from 8.5 to demo that INST_STR_REPLACE is bad. | dgp | 2018-03-13 | 1 | -0/+6 |
|\ |
|
| * | Tidy up and comment [string replace] and its corner cases. | dgp | 2018-03-13 | 1 | -0/+6 |
|
|
* | | [8e6a9ac221] Stop false matching with bytearrays. (string-11.55) | dgp | 2018-02-23 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | [8e6a9ac221] Stop false matching with bytearrays. (string-11.55) | dgp | 2018-02-23 | 1 | -0/+3 |
|
|
* | | Fix behavior of Tcl_GetRange() and "string range" regarding surrogates, when ... | jan.nijtmans | 2018-01-11 | 1 | -0/+4 |
|
|
* | | Don't use Unicode character \udead in test-cases, because it is an invalid Un... | jan.nijtmans | 2017-11-07 | 1 | -13/+13 |
|
|
* | | Add more test-cases for UTF-8 parser, including test-cases for TCL_UTF_MAX=4 ... | jan.nijtmans | 2017-06-06 | 1 | -7/+11 |
|
|
* | | Don't use [pid] in tests, stick to constant literals. | ferrieux | 2014-08-02 | 1 | -3/+3 |
|
|
* | | TIP 429 Implementation: [string cat] | ferrieux | 2014-08-02 | 1 | -5/+29 |
|
|
* | | [f0f876c141] Improve consistency in error messages. | dkf | 2014-06-17 | 1 | -2/+2 |
|
|
* | | [8d5f5b8034] Flush internal representations in [string tolower] of unshared obj | dkf | 2014-02-25 | 1 | -0/+9 |
|
|
* | | [Bug 3606390]: Fix isolation of test string-6.37. | dkf | 2013-03-19 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | [Bug 3606390]: Fix isolation of test string-6.37. | dkf | 2013-03-19 | 1 | -2/+4 |
|
|
* | | tip 318 update | jan.nijtmans | 2012-09-23 | 1 | -6/+6 |
|
|
* | | more result generation conversion | dkf | 2012-08-03 | 1 | -2/+2 |
|
|
* | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati... | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
|
|
* | | Implementation of TIP #395 | dkf | 2012-03-27 | 1 | -5/+77 |
|
|
* | | 3396731 Revise the [string reverse] implementation to operate on the | dgp | 2011-08-27 | 1 | -0/+8 |
|\ \ |
|
| * | | 3396731 Another rewrite of TclStringObjReverse() to make it adopt the | dgp | 2011-08-25 | 1 | -0/+8 |
|
|
* | | | [Enh 3396731] Follow-up: special case for Pure-unicode representation | jan.nijtmans | 2011-08-25 | 1 | -0/+3 |
|/ / |
|
* | | comment fix | jan.nijtmans | 2011-05-06 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | comment fix | jan.nijtmans | 2011-05-06 | 1 | -3/+3 |
| |\ |
|
| | * | comment fix | jan.nijtmans | 2011-05-06 | 1 | -3/+3 |
|
|
* | | | Test for [Bug 3285472]. Not buggy in trunk. | dgp | 2011-04-12 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | Repair corruption in [string reverse] when string rep invalidation failed | dgp | 2011-04-12 | 1 | -0/+5 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | 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-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 |
|
|
| | * | replaced new test string-12.21 with dkf's version from HEAD | Miguel Sofer | 2006-01-23 | 1 | -9/+14 |
|
|
| | * | added test for [Bug 1410553] | Miguel Sofer | 2006-01-23 | 1 | -1/+11 |
|
|
| | * | * tests/string.test: string-10.[21-30] | hobbs | 2005-05-11 | 1 | -1/+31 |
|
|
| | * | * generic/tclCmdMZ.c: Corrected intrep-dependence of | dgp | 2005-04-22 | 1 | -1/+10 |
|
|
| | * | Fix crash in [string map] when objects are shared. [Bug 1018562] | dkf | 2004-08-30 | 1 | -1/+5 |
|
|
| | * | * string.test (string-4.15): Added test for [string first] bug | dgp | 2003-06-09 | 1 | -1/+8 |
|
|
| | * | * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected | dgp | 2003-04-11 | 1 | -1/+17 |
|
|
| * | | Backport fix for [Bug 2006884] | dkf | 2009-01-06 | 1 | -8/+8 |
|
|
* | | | Added test case for empty table in ::prefix | ferrieux | 2010-03-01 | 1 | -1/+4 |
|
|
* | | | More test suite cleanup for "-singleproc 1 -debug 1" testing. | dgp | 2009-06-24 | 1 | -1/+2 |
|
|
* | | | Fix test flaws exposed by -singleproc 1 -debug 1 | dgp | 2008-10-14 | 1 | -4/+4 |
|
|
* | | | Implemented TIP#195 - tcl::prefix command. [Patch 1040206] | dkf | 2008-10-03 | 1 | -1/+201 |
|
|
* | | | Implement TIP 318. | dkf | 2008-09-29 | 1 | -1/+10 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -2/+2 |
|
|
* | | | Fix [2006884] | dkf | 2008-07-01 | 1 | -10/+8 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlob | hobbs | 2007-12-11 | 1 | -1/+61 |
|
|
* | | Turn the [string] command into a real compiled ensemble. | dkf | 2007-11-23 | 1 | -5/+5 |
|
|
* | | Flag shimmering bug found in [string range]. | dkf | 2007-11-22 | 1 | -1/+6 |
|
|