| Commit message (Expand) | Author | Age | Files | Lines |
* | [Bug 3606390]: Fix isolation of test string-6.37. | dkf | 2013-03-19 | 1 | -2/+4 |
|
|
* | comment fix | jan.nijtmans | 2011-05-06 | 1 | -3/+3 |
|\ |
|
| * | comment fix | jan.nijtmans | 2011-05-06 | 1 | -3/+3 |
|
|
* | | 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 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 |
|
|
* | | 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 |
|
|
* | | * generic/tclDictObj.c: Changed the underlying implementation of the | dkf | 2007-11-20 | 1 | -3/+3 |
|
|
* | | \u0000 is ASCII! [Bug 1808258] | dkf | 2007-11-01 | 1 | -4/+4 |
|
|
* | | * generic/tclIOCmd.c: Revise [open] so that it interprets leading | dgp | 2007-10-15 | 1 | -11/+11 |
|
|
* | | * generic/tclCmdMZ.c: Correct [string is (wide)integer] failure | dgp | 2007-10-11 | 1 | -1/+7 |
|
|
* | | Forgot to fix the relevant tests | dkf | 2007-06-08 | 1 | -5/+5 |
|
|
* | | * tests/string.test: More [string reverse] tests. | dgp | 2007-03-30 | 1 | -1/+28 |
|
|
* | | [string is list] tests: fixed mixed up test name, added test of unicode handling | dkf | 2006-11-22 | 1 | -2/+6 |
|
|
* | | TIP#269 implementation | dkf | 2006-11-22 | 1 | -3/+48 |
|
|
* | | Optimize for the unshared case. | dkf | 2006-11-09 | 1 | -3/+9 |
|
|
* | | Implemented [string reverse]. | dkf | 2006-11-09 | 1 | -6/+14 |
|
|
* | | added ref to [Bug 1410553] in new test string-12.21 | Miguel Sofer | 2006-01-23 | 1 | -2/+2 |
|
|
* | | Added test for [Bug 1410553] | dkf | 2006-01-23 | 1 | -1/+17 |
|
|
* | | 2005-12-19 Don Porter <dgp@users.sourceforge.net> | dgp | 2005-12-19 | 1 | -1/+9 |
|
|
* | | * tests/compile.test: Updated tests with changed behavior | dgp | 2005-11-09 | 1 | -3/+6 |
|
|
* | | Marked several failing tests as "knownBug" until they can be updated. | dgp | 2005-10-21 | 1 | -2/+2 |
|
|
* | | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -2/+2 |
|
|
* | | * tests/compExpr-old.test: Still more conversion of "nonPortable" | dgp | 2005-07-28 | 1 | -2/+4 |
|
|
* | | * tests/string.test: Add string is tests for | mdejong | 2005-07-23 | 1 | -1/+49 |
|
|
* | | Corrected duplication of test names | dgp | 2005-05-12 | 1 | -5/+5 |
|
|
* | | * tests/string.test: string-10.[21-30] | hobbs | 2005-05-11 | 1 | -1/+31 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -5/+2 |
|
|
* | | TIP#176 IMPLEMENTATION [Patch 1165695] | dgp | 2005-04-29 | 1 | -19/+19 |
|
|
* | | typo | dgp | 2005-04-22 | 1 | -2/+2 |
|
|
* | | * tests/string.test: Test string-23.0 for Bug 1187123. | dgp | 2005-04-22 | 1 | -1/+8 |
|
|
* | | * tests/clock.test: Correct duplicate test names. | dgp | 2004-10-28 | 1 | -3/+3 |
|
|
* | | Fix a crash caused by sharing in [string map]. [Bug 1018562] | dkf | 2004-08-30 | 1 | -1/+5 |
|
|
* | | TIP#188 implementation. Thanks to KBK! [Patch 940915] | dkf | 2004-06-30 | 1 | -3/+52 |
|
|
* | | Massive test cleanup; all tests are run, and constraints are used where neces... | dkf | 2004-05-19 | 1 | -3/+2 |
|
|
* | | [string map] now can take dictionaries for maps but the condition for doing so | dkf | 2003-07-04 | 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 |
|/ |
|
* | * generic/tclExecute.c (TclExecuteByteCode INST_STR_MATCH): | hobbs | 2003-02-18 | 1 | -2/+35 |
|
|