| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
|\ |
|
| * | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha... | jan.nijtmans | 2020-09-14 | 1 | -4/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Let all test-cases load the "tcltest" package the same way. Depend on tcltest... | jan.nijtmans | 2020-09-04 | 1 | -2/+2 |
|
|
* | | simplify check for ::tcltest namespace in testcases | jan.nijtmans | 2020-07-16 | 1 | -1/+1 |
|
|
* | | Merge 8.6 (Except encoding-12.6 test-case still to be handled) | jan.nijtmans | 2020-04-24 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Backout [ 649f53b9f4]: This was not meant for 8.6 | jan.nijtmans | 2020-04-24 | 1 | -1/+2 |
|
|
| * | merge 8.5 | dgp | 2020-04-24 | 1 | -2/+1 |
| |\ |
|
| | * | Fix [cc4d805771]: reg-13.17.error fails in 8.5 tip | jan.nijtmans | 2020-04-24 | 1 | -2/+1 |
|
|
| | | | |
| | \ | |
| *-. \ | Merge from 8.5. Failing tests encoding-12.6, reg-13.3[34] appear to be real | dgp | 2020-04-24 | 1 | -0/+1 |
| |\ \ \
| | | |/ |
|
| | | * | Revise tests to reflect fixed bug in RE parsing of \uHHHH escapes. | dgp | 2020-04-24 | 1 | -1/+2 |
| | |/ |
|
* | | | Eliminate exess spacings in many test-cases | jan.nijtmans | 2016-03-10 | 1 | -3/+3 |
|/ / |
|
* | | [1080042][8f245009b0] Big bundle of regexp engine fixes and improvements cont... | dgp | 2015-10-21 | 1 | -3/+56 |
|\ \
| |/ |
|
| * | Adapted new tests contributed from Tom Lane @postgres. | dgp | 2015-10-21 | 1 | -0/+28 |
|
|
| * | Adaptation of the patch re-fixconstraintloops.patch from | dgp | 2015-10-19 | 1 | -0/+25 |
|
|
* | | [1115587][0e0e150e49] Major fix for regexp handling of quantified backrefs. | dgp | 2015-09-21 | 1 | -1/+9 |
|
|
* | | [1905562] [8d2c0da36d] Raise the recursion limits on regexps to allow | dgp | 2013-08-01 | 1 | -0/+3 |
|
|
* | | [3603557]: Increase the maximum depth of recursion used when duplicating an | dkf | 2013-02-08 | 1 | -0/+75 |
|
|
* | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati... | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
|
|
* | | Add tests relating to bug 1115587. The bug itself still exists at this point. | dkf | 2012-02-23 | 1 | -30/+33 |
|\ \
| |/ |
|
| * | Add tests relating to bug 1115587. The bug itself still exists at this point. | dkf | 2012-02-23 | 1 | -30/+33 |
|
|
* | | TIP 388 implementation | jan.nijtmans | 2011-08-12 | 1 | -3/+12 |
|/ |
|
* | 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 |
|
|
| * | reduce reg-33.14 space used to prevent stack segfault | hobbs | 2008-05-26 | 1 | -2/+2 |
|
|
| * | Fixes for problems created when processing regular expressions that | dkf | 2007-12-18 | 1 | -1/+14 |
|
|
| * | * tests/reg.test (reg-32.*): Added missing testregexp constraints. | dgp | 2004-11-27 | 1 | -5/+5 |
|
|
| * | * generic/regcomp.c: Backported regexp bug fixes and tests. Thanks | dgp | 2003-11-17 | 1 | -1/+136 |
|
|
| * | * tests/reg.test: Corrected duplicate test names. | dgp | 2003-10-06 | 1 | -2/+2 |
|
|
* | | Test hygiene for the ::tmp variable | dgp | 2009-10-29 | 1 | -5/+9 |
|
|
* | | Added workaround for [Bug 1905562] | dkf | 2008-03-19 | 1 | -2/+3 |
|
|
* | | Fixes for problems created when processing regular expressions that | dkf | 2007-12-18 | 1 | -1/+10 |
|
|
* | | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: | hobbs | 2006-11-03 | 1 | -14/+14 |
|
|
* | | Major simplification of reg.test to de-Spencer it somewhat. | dkf | 2004-11-05 | 1 | -744/+672 |
|
|
* | | Fix constraints so can test with tclsh as well as tcltest [Bug 736431] | dkf | 2004-06-24 | 1 | -12/+12 |
|
|
* | | * tests/reg.test: Added tests for [Bugs 230589, 504785, 505048, 840258] | dgp | 2003-11-17 | 1 | -1/+48 |
|
|
* | | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognition | dgp | 2003-11-14 | 1 | -12/+12 |
|
|
* | | * tests/reg.test: Corrected duplicate test names. | dgp | 2003-10-06 | 1 | -2/+2 |
|
|
* | | fix 5 small filesystem bugs, and some typos | vincentdarley | 2003-04-11 | 1 | -1/+89 |
|/ |
|
* | Dump junk spaces... | dkf | 2002-07-29 | 1 | -3/+3 |
|
|
* | Fixes for regexp issues raised in [Bug 578363]. | dkf | 2002-07-29 | 1 | -3/+9 |
|
|
* | * Corrections to tcltest and the Tcl test suite so that a test | dgp | 2002-06-22 | 1 | -5/+5 |
|
|
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
|
|
* | * tests/reg.test (matchexpected): corrected tests to use tcltest | hobbs | 2000-04-10 | 1 | -18/+27 |
|
|
* | * tests/reg.test: updated to Henry Spencer's new regexp engine | hobbs | 1999-10-13 | 1 | -95/+125 |
|
|
* | * tests/reg.test: Added test for REG_EXPECT bug fixed by Henry's | stanton | 1999-08-05 | 1 | -1/+2 |
|
|
* | * win/Makefile.in: Added tcltest target so runtest works | stanton | 1999-07-08 | 1 | -1/+3 |
|
|
* | Changed the tests to use the testConstraints array that the | jenn | 1999-07-01 | 1 | -2/+2 |
|
|
* | Fixed style problems in many of the test files. | rjohnson | 1999-06-26 | 1 | -2/+2 |
|
|
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -2/+3 |
|
|