summaryrefslogtreecommitdiffstats
path: root/tests/stringComp.test
Commit message (Expand)AuthorAgeFilesLines
* [eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test.dgp2016-10-141-0/+3
* [1af8de570511] Fix crash in [string replace] caused by cut-n-paste.dkf2016-03-201-0/+10
* [0dca3bfa8f] Strengthen validity checks on fast-path string comparison.dkf2014-12-031-0/+8
* Don't use [pid] in tests, stick to constant literals.ferrieux2014-08-021-3/+3
* TIP 429 Implementation: [string cat]ferrieux2014-08-021-2/+36
* make doubly sure that things which should be unshared stay unshareddkf2014-05-011-6/+6
* missing constraintdgp2014-05-011-1/+1
* [82e7f67325] Fix an evil refcount problem in compiled [string replace].dkf2014-04-301-1/+33
* [Bug 3588366]: Corrected implementation of bounds restriction for end-indexeddkf2012-11-191-3/+11
* No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati...jan.nijtmans2012-07-291-0/+3
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * tests/appendComp.test: Backport test suite fixes of errorsdgp2004-10-281-144/+144
* | | * tests/stringComp.test: improved string test coveragehobbs2010-09-251-167/+153
* | | More test suite cleanup for "-singleproc 1 -debug 1" testing.dgp2009-06-241-1/+2
* | | fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-2/+2
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Turn the [string] command into a real compiled ensemble.dkf2007-11-231-3/+3
* | * generic/tclIOCmd.c: Revise [open] so that it interprets leadingdgp2007-10-151-7/+7
* | Forgot to fix the relevant testsdkf2007-06-081-3/+3
* | Implemented [string reverse].dkf2006-11-091-2/+2
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | TIP#176 IMPLEMENTATION [Patch 1165695]dgp2005-04-291-5/+5
* | * tests/unload.test (unload-3.1): Verify [pkgb_sub] does not exist.dgp2004-05-251-144/+144
* | Massive test cleanup; all tests are run, and constraints are used where neces...dkf2004-05-191-3/+2
|/
* * generic/tclExecute.c (TclExecuteByteCode INST_STR_MATCH):hobbs2003-02-181-1/+47
* added more string comparison checkshobbs2002-05-291-1/+13
* added lset tests and updated lindex tests for TIPs#22,33,45 by Kennyhobbs2001-11-141-2/+3
* * tests/stringComp.test: added string-1.3hobbs2001-08-251-1/+10
* * tests/appendComp.test:hobbs2001-05-171-0/+651