| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [3ae1251264] Run only the tests that match the assumptions of the test design. | dgp | 2017-09-21 | 1 | -0/+2 |
| | | |||||
| * | Include $noComp flag in string test names | andy | 2017-09-20 | 1 | -588/+588 |
| | | |||||
| * | Alternate, equivalent way of running bytecoded tests | andy | 2017-09-20 | 1 | -1/+1 |
| | | |||||
| * | Correct string tests to exercise both bytecoded and non-bytecoded ↵ | andy | 2017-09-20 | 1 | -657/+616 |
| | | | | | implementations. string-29.6 now fails. | ||||
| * | Add test cleanup | andy | 2017-08-20 | 1 | -0/+4 |
| | | |||||
| * | Add tests to exercise almost every line of TclStringReplace(). The one line ↵ | andy | 2017-08-20 | 1 | -3/+52 |
| | | | | | not being exercised is the "return NULL" on TclStringCatObjv() failure. Coverage checked in an ad-hoc way by putting a breakpoint at the start of every basic block, then confirming each breakpoint is hit at least once when running string.test. | ||||
| * | Add non-bytecoded [string replace] tests to exercise new TclStringReplace() ↵ | andy | 2017-08-20 | 1 | -0/+51 |
| | | | | | function | ||||
| * | Add string-14.18 to test that [string replace] with last<first does not ↵ | andy | 2017-08-20 | 1 | -0/+3 |
| | | | | | insert a string, even though we might wish that it did, to be in compliance with the documented behavior. Correct non-bytecoded [string replace] accordingly. | ||||
| * | Clip (don't reject) out-of-bounds indexes, per sebres's suggestion and to ↵ | andy | 2017-08-17 | 1 | -4/+4 |
| | | | | | match [linsert] | ||||
| * | Work around [3397978fff] | andy | 2017-08-17 | 1 | -14/+17 |
| | | |||||
| * | Backout [b163c4f423]: Command ensembles indeed do affect argument reference ↵ | andy | 2017-08-17 | 1 | -2/+1 |
| | | | | | counts, see [3397978fff] | ||||
| * | Test code to investigate command ensemble argument reference counts | andy | 2017-08-16 | 1 | -1/+2 |
| | | |||||
| * | Write some test cases | andy | 2017-08-15 | 1 | -1/+42 |
| | | |||||
| * | Update existing tests to accommodate new [string insert] command | andy | 2017-08-15 | 1 | -4/+4 |
| | | |||||
| * | Extend cases where string rep generation can be prevented. | dgp | 2017-06-16 | 1 | -0/+15 |
| | | |||||
| * | Tests for string rep generation suppression | dgp | 2017-06-08 | 1 | -0/+30 |
| | | |||||
| * | merge core-8-6-branch | jan.nijtmans | 2017-06-06 | 1 | -4/+4 |
| |\ | |||||
| | * | Add more test-cases for UTF-8 parser, including test-cases for TCL_UTF_MAX=4 ↵ | jan.nijtmans | 2017-06-06 | 1 | -7/+11 |
| | | | | | | | | | or TCL_UTF_MAX=6 | ||||
| * | | Route all [string last] operations through a common implementation. | dgp | 2016-11-08 | 1 | -2/+2 |
| | | | |||||
| * | | Update [string map] tests to get illustration of need for pure dict | dgp | 2016-10-07 | 1 | -0/+4 |
| | | | | | | | restriction up to date with ordered dicts. | ||||
| * | | Eliminate exess spacings in many test-cases | jan.nijtmans | 2016-03-10 | 1 | -3/+3 |
| |/ | |||||
| * | 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 ↵ | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
| | | | | | | | | | combination with tcltest86.dll to do that (Windows only) | ||||
| * | | 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 |
| |\ \ | | | | | | | representation that comes in, avoid conversion to other reps. | ||||
| | * | | 3396731 Another rewrite of TclStringObjReverse() to make it adopt the | dgp | 2011-08-25 | 1 | -0/+8 |
| | | | | | | | | | | | | | nijtmans approach for reversing the objPtr->bytes rep without losing performance. | ||||
| * | | | [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 |
| | | | | | | | | | | to also reset the bytes allocated for string rep to zero [Bug 3285472]. | ||||
| * | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \ \ | |/ / | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| | * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| | |\ \ | | |/ | | | | more harm than good. Purged them. | ||||
| | | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | | more harm than good. Purged them. | ||||
| | | * | 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 (Tcl_StringObjCmd): add extra checks to prevent possible UMR in unichar cmp function for string map. | ||||
| | | * | * generic/tclCmdMZ.c: Corrected intrep-dependence of | dgp | 2005-04-22 | 1 | -1/+10 |
| | | | | | | | | | | | | | * tests/string.test: [string is boolean] [Bug 1187123] | ||||
| | | * | 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 |
| | | | | | | | | | | | | | | | | reported in Tcl 8.3, where test for all-single-byte-encoded strings was not reliable. | ||||
| | | * | * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected | dgp | 2003-04-11 | 1 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | inconsistent results of [string is integer] observed on systems where sizeof(long) != sizeof(int). [Bug 718878] * tests/string.test: Added tests for Bug 718878. * doc/string.n: Clarified that [string is integer] accepts 32-bit integers. | ||||
| | * | | Backport fix for [Bug 2006884] | dkf | 2009-01-06 | 1 | -8/+8 |
| | | | | |||||
