Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | [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. | |||||
* | | | [Bug 3605120]: Stop test chan-io-28.7 from hanging when run standalone. | dkf | 2013-02-26 | 1 | -5/+9 | |
| | | | ||||||
* | | | [Bug 3605721]: Test independence fixes for binary-41.* | dkf | 2013-02-25 | 1 | -24/+32 | |
| | | | ||||||
* | | | 3605719,3605720 Test independence. Thanks Rolf Ade for patches. | dgp | 2013-02-25 | 2 | -10/+26 | |
|\ \ \ | |/ / | ||||||
| * | | 3605719,3605720 Test independence. Thanks Rolf Ade for patches. | dgp | 2013-02-25 | 2 | -10/+26 | |
| | | | ||||||
* | | | 3605447 Make sure the -clear option to [namespace export] always clears, | dgp | 2013-02-21 | 1 | -0/+8 | |
|\ \ \ | |/ / | | | | whether or not new export patterns are specified. | |||||
| * | | 3605447 Make sure the -clear option to [namespace export] always clears, | dgp | 2013-02-21 | 1 | -0/+8 | |
| |\ \ | | |/ | | | | whether or not new export patterns are specified. | |||||
| | * | added testbug_3605447 | dgp | 2013-02-21 | 1 | -0/+8 | |
| | | | ||||||
* | | | Fix bug #2438181: Incorrect error reporting in traces. | jan.nijtmans | 2013-02-19 | 1 | -0/+10 | |
|\ \ \ | |/ / | | | | Test-case and fix provided by Poor Yorick. | |||||
| * | | Fix bug #2438181: Incorrect error reporting in traces. | jan.nijtmans | 2013-02-19 | 1 | -0/+10 | |
| |\ \ | | |/ | | | | Test-case and fix provided by Poor Yorick. | |||||
| | * | Add test-case for Bug #2438181 (which passes in Tcl 8.4 but fails in 8.5/8.6). | jan.nijtmans | 2013-02-19 | 1 | -0/+10 | |
| | | | | | | | | | Provided by Poor Yorick | |||||
* | | | 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() failurebug_3604074 | dgp | 2013-02-14 | 1 | -1/+4 | |
| | | | | | | | | | to converge. | |||||
| | * | Don't call "ulimit" on cygwin: On Cygwin the stack size cannot be modified, ↵ | jan.nijtmans | 2013-01-07 | 1 | -1/+2 | |
| | | | | | | | | | | | | and the reported stacksize is much lower than the real one. | |||||
* | | | [Bug 3604576]: msgcat-1.5.0.tm error on windows XP | jan.nijtmans | 2013-02-14 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Suggested fix for bug 3604576: msgcat -1.5.0.tm error on windows XP, ↵ | jan.nijtmans | 2013-02-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | inclusive bump to version 1.5.1. Changelog entry still missing. | |||||
* | | | Correction to comment in re key buffer size.bug_3603553 | dkf | 2013-02-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | [Bug 3603553]: Ensure that data gets written to the underlying stream by | dkf | 2013-02-11 | 1 | -0/+19 | |
| | | | | | | | | | | | | | | | | | | | | | compressing transforms when the amount of data to be written is one buffer's-worth; problem was particularly likely to occur when compressing large quantities of not-very-compressible data. Many thanks to Piera Poggio (vampiera) for reporting. | |||||
* | | | characterize bug | dkf | 2013-02-08 | 1 | -0/+19 | |
| | | | ||||||
* | | | [3603557]: Increase the maximum depth of recursion used when duplicating an | dkf | 2013-02-08 | 1 | -0/+75 | |
| | | | | | | | | | | | | | | | automaton in response to encountering a "wild" RE that hit the previous limit. Allow the limit (DUPTRAVERSE_MAX_DEPTH) to be set by defining its value in the Makefile. Problem reported by Jonathan Mills. | |||||
* | | | Merge in fix for 3602706 | dgp | 2013-02-04 | 1 | -0/+5 | |
|\ \ \ | |/ / | ||||||
| * | | Cherrypick again. Add test.bug_3602706 | dgp | 2013-02-04 | 1 | -0/+5 | |
| | | | ||||||
* | | | [3603163]: Prevent odd crashes in 'eval {array set ...}' | dkf | 2013-02-04 | 1 | -0/+69 | |
| | | | ||||||
* | | | For traces and embedding support, select modernizations from Patrick Fradin. | dgp | 2013-01-31 | 2 | -163/+158 | |
|\ \ \ | |/ / | ||||||
| * | | For embedding support, select modernizations from Patrick Fradin | dgp | 2013-01-31 | 1 | -13/+13 | |
| | | | ||||||
| * | | For traces, select modernizations from Patrick Fradlin. | dgp | 2013-01-30 | 1 | -150/+145 | |
| | | | ||||||
* | | | Better testevent cleanup and event loop management | dgp | 2013-01-31 | 1 | -3/+2 | |
| | | | ||||||
* | | | Remove old vars and tests, now unused, one that collides with tcltest. | dgp | 2013-01-30 | 1 | -22/+0 | |
| | | | ||||||
* | | | missing testevent delete | dgp | 2013-01-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | For Parse/eval & msgcat, select modernizations from Patrick Fradin + -debug fix | dgp | 2013-01-30 | 11 | -74/+58 | |
|\ \ \ | |/ / | ||||||
| * | | For msgcat, select modernizations from Patrick Fradin + -debug fix. | dgp | 2013-01-30 | 1 | -7/+6 | |
| | | | ||||||
| * | | For Parse/eval, select modernizations from Patrick Fradin. | dgp | 2013-01-30 | 10 | -68/+52 | |
| | | | ||||||
* | | | For [package] etc., select modernizations from Patrick Fradin. | dgp | 2013-01-30 | 2 | -10/+8 | |
|\ \ \ | |/ / | ||||||
| * | | For [package] etc., select modernizations from Patrick Fradin. | dgp | 2013-01-30 | 2 | -10/+8 | |
| | | | ||||||
* | | | In the script library, selected modernizations from Patrick Fradin. | dgp | 2013-01-30 | 3 | -19/+24 | |
|\ \ \ | |/ / | ||||||
| * | | In the script library, selected modernizations from Patrick Fradin. | dgp | 2013-01-30 | 3 | -19/+24 | |
| | | | ||||||
* | | | Fradin improvements in test suite too | dgp | 2013-01-30 | 1 | -11/+6 | |
|\ \ \ | |/ / | ||||||
| * | | Fradin improvements in test suite too. | dgp | 2013-01-30 | 1 | -11/+6 | |
| | | | ||||||
* | | | Fix [2911139]: connect asynchronously, but without unnecessary internal waits. | jan.nijtmans | 2013-01-23 | 1 | -4/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Now really fix test-case http-4.14bug_2911139 | jan.nijtmans | 2013-01-22 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fix test-case http-4.14 | jan.nijtmans | 2013-01-22 | 1 | -2/+1 | |
| | | | ||||||
* | | | Test for Bug 1884496 (not buggy on trunk). | dgp | 2013-01-11 | 1 | -0/+9 | |
| | | | ||||||
* | | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in ↵ | jan.nijtmans | 2013-01-06 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | unrelated places . Bump http package to 2.8.6. | |||||
* | | | Added mechanism for pre-parsing built-in ensembles even when they are not going | dkf | 2013-01-03 | 2 | -37/+15 | |
|\ \ \ | | | | | | | | | to generate specific code. This provides a good speedup in some cases. | |||||
| * | | | All tests pass except one; not sure what's wrong there. | dkf | 2013-01-02 | 2 | -37/+15 | |
| | | | | ||||||
* | | | | test case for bug-3598580: Tcl_ListObjReplace may release deleted elements ↵ | jan.nijtmans | 2013-01-03 | 1 | -0/+4 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | too early |