Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no ↵ | jan.nijtmans | 2022-11-20 | 1 | -1/+1 | |
|\ | | | | | | | NO votes expected) | |||||
| * | Remove unnecessary end-of-line spacing in test-cases | jan.nijtmans | 2021-02-16 | 1 | -5/+5 | |
| | | ||||||
* | | Rename "testConstraint nodep" to "testConstraint deprecated", making it the ↵ | jan.nijtmans | 2022-01-09 | 1 | -1/+1 | |
| | | | | | | | | same as in Tk | |||||
* | | separate "testConstraint nodep" in tcltests.tcl | jan.nijtmans | 2021-10-18 | 1 | -2/+1 | |
| | | ||||||
* | | Deprecate/remove "string bytelength" | jan.nijtmans | 2021-04-09 | 1 | -1/+2 | |
| | | ||||||
* | | Thanks to TIP #587, convert many escapes in the testcases into the actual ↵ | jan.nijtmans | 2021-03-30 | 1 | -7/+7 | |
| | | | | | | | | (UTF-8) character. | |||||
* | | More ©-sign consolidation | jan.nijtmans | 2020-11-23 | 1 | -1/+1 | |
| | | ||||||
* | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵ | jan.nijtmans | 2020-11-23 | 1 | -3/+3 | |
| | | | | | | | | whenever reasonable. | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 1 | -1/+1 | |
| | | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-08-29 | 1 | -0/+11 | |
|\ \ | |/ | ||||||
| * | merge 8.5 | sebres | 2020-08-28 | 1 | -1/+8 | |
| |\ | ||||||
| | * | tests/regexp.test: more tests for -indices by multi-byte utf-8 (considering ↵ | sebres | 2020-08-28 | 1 | -1/+8 | |
| | | | | | | | | | | | | -start position now) | |||||
| * | | merge 8.5 | sebres | 2020-08-28 | 1 | -0/+4 | |
| |\ \ | | |/ | ||||||
| | * | tests/regexp.test: added missing test that cover indices if running on ↵ | sebres | 2020-08-28 | 1 | -0/+4 | |
| | | | | | | | | | | | | string containing multi-byte utf-8 chars (de/ru, byte offsets != char offsets) | |||||
| | * | Backout the contributed patch memaccounting from Postgres since it changes | dgp | 2016-02-01 | 1 | -1/+1 | |
| | | | | | | | | | the protections incompatibly and causes established tests to crash. | |||||
* | | | Convert many test-cases to modern test syntax | jan.nijtmans | 2020-03-14 | 1 | -90/+90 | |
| | | | ||||||
* | | | Add [regsub -command] case that wasn't actively tested for. | dkf | 2017-06-22 | 1 | -0/+4 | |
| | | | ||||||
* | | | Testing for some error cases. | dkf | 2017-02-18 | 1 | -0/+6 | |
| | | | ||||||
* | | | Add more representation smashing testing and a memleak test. | dkf | 2017-02-18 | 1 | -0/+29 | |
| | | | ||||||
* | | | Stop problems with representation smashes. | dkf | 2017-02-17 | 1 | -0/+6 | |
| | | | ||||||
* | | | Switch to using command prefixes properly. This is quite a bit faster. | dkf | 2017-02-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | Proposed implementation of [regsub -command]. | dkf | 2017-02-11 | 1 | -1/+21 | |
| | | | ||||||
* | | | Eliminate exess spacings in many test-cases | jan.nijtmans | 2016-03-10 | 1 | -5/+5 | |
|/ / | ||||||
* | | [1080042][8f245009b0] Big bundle of regexp engine fixes and improvements ↵ | dgp | 2015-10-21 | 1 | -1/+1 | |
|\ \ | |/ | | | | | contributed from Tom Lane of the postgres project. | |||||
| * | Adaptation of re-memaccounting.patch from Tom Lane @postgres. | dgp | 2015-10-20 | 1 | -1/+1 | |
| | | ||||||
* | | [f0f876c141] Improve consistency in error messages. | dkf | 2014-06-17 | 1 | -8/+8 | |
| | | ||||||
* | | [6585b21ca8] [regexp {(\w).*?\1} abb] failed to match. Thanks to Tom Lane ↵ | dgp | 2013-07-26 | 1 | -0/+4 | |
|\ \ | |/ | | | | | for passing on the discovery in Postgres. | |||||
| * | [6585b21ca8] [regexp {(\w).*?\1} abb] failed to match. | dgp | 2013-07-26 | 1 | -0/+4 | |
| | | | | | | Thanks to Tom Lane for passing on the discovery in Postgres. | |||||
* | | 3610026 Stop crash when the number of "colors" in a regular expression | dgp | 2013-04-08 | 1 | -0/+11 | |
|\ \ | |/ | | | | | overflows a short int. Thanks to Heikki Linnakangas for the report and the patch. | |||||
| * | 3610026 Stop crash when the number of "colors" in a regular expression | dgp | 2013-04-08 | 1 | -0/+11 | |
| |\ | | | | | | | | | | overflows a short int. Thanks to Heikki Linnakangas for the report and the patch. | |||||
| | * | Demand the error message indicating the purpose of the test. | dgp | 2013-04-08 | 1 | -1/+1 | |
| | | | ||||||
| | * | 3610026 Stop segfault when regexp overflows color limits. | dgp | 2013-04-08 | 1 | -0/+11 | |
| | | | ||||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Somewhat tidier, less daunting test. | dgp | 2013-02-27 | 1 | -141/+40 | |
|\ \ \ \ | | |/ / | ||||||
| | * | | Somewhat tidier, less daunting test. | dgp | 2013-02-27 | 1 | -141/+40 | |
| | |\ \ | |/ / / | | | _ | ||||||
| | * | A bit more tidiness expressing the new test expression. | dgp | 2013-02-27 | 1 | -2/+35 | |
| | | | ||||||
| | * | Convert test expression into less imposing form. | dgp | 2013-02-27 | 1 | -3/+7 | |
| | | | ||||||
| * | | Wrap test-case over multiple lines | jan.nijtmans | 2013-02-27 | 1 | -1/+139 | |
| |\ \ | ||||||
* | \ \ | Wrap test-case over multiple lines | jan.nijtmans | 2013-02-27 | 1 | -1/+139 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Wrap test-case over multiple lines. | jan.nijtmans | 2013-02-27 | 1 | -1/+139 | |
| | |/ | |/| | ||||||
* | | | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ↵ | jan.nijtmans | 2013-02-27 | 1 | -0/+5 | |
|\ \ \ | | |/ | |/| | | | | Lane for providing the test-case and the patch. | |||||
| * | | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ↵ | jan.nijtmans | 2013-02-27 | 1 | -0/+5 | |
| |\ \ | | |/ | | | | | | | Lane for providing the test-case and the patch. | |||||
| | * | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ↵ | jan.nijtmans | 2013-02-27 | 1 | -0/+5 | |
| | | | | | | | | | | | | Lane for providing the test-case and the patch. | |||||
* | | | 3604074 Fix regexp optimization to stop hanging on the expression | dgp | 2013-02-15 | 1 | -0/+4 | |
|\ \ \ | |/ / | | | | ((((((((a)*)*)*)*)*)*)*)* . Thanks to Bjørn Grathwohl for discovery. | |||||
| | | | ||||||
| | \ | ||||||
| *-. \ | 3604074 Fix regexp optimization to stop hanging on the expression | dgp | 2013-02-15 | 1 | -0/+4 | |
| |\ \ \ | | | |/ | | | | | ((((((((a)*)*)*)*)*)*)*)* . Thanks to Bjørn Grathwohl for discovery. | |||||
| | | * | revise test numbering for forward merging | dgp | 2013-02-15 | 1 | -1/+4 | |
| | |/ | ||||||
| | * | New branch bug-3604074 with improved patch to correct fixempties() failure | dgp | 2013-02-14 | 1 | -1/+4 | |
| | | | | | | | | | to converge. | |||||
* | | | Use the error messages generated by the variable management code rather than | dkf | 2011-03-28 | 1 | -21/+26 | |
| | | | | | | | | | creating our own in [regexp] and [regsub]. | |||||
* | | | 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. |