Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for SetLineInformation() calls in tclCompCmdsGR.c. | dgp | 2013-07-10 | 1 | -0/+53 |
| | |||||
* | Add tests for, and fix bugs in, the SetLineInformation() calls in tclCompCmds.c. | dgp | 2013-07-10 | 1 | -0/+118 |
| | |||||
* | Next attempt. Appears to have uncovered a bug. | dgp | 2013-07-10 | 1 | -0/+14 |
| | |||||
* | First additional test. Remove dup macros in tclEnsemble.c. | dgp | 2013-07-10 | 1 | -0/+15 |
| | |||||
* | Fix uniClass tool which was the real cause for [a876646efe], and add ↵ | jan.nijtmans | 2013-06-18 | 1 | -2/+2 |
|\ | | | | | | | test-case for it. | ||||
| * | Fix uniClass tool which was the real cause for [a876646efe], and add ↵ | jan.nijtmans | 2013-06-18 | 1 | -2/+2 |
| | | | | | | | | test-case for it. | ||||
* | | Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64. | jan.nijtmans | 2013-06-13 | 1 | -2/+2 |
|\ \ | |/ | | | Fix some gcc warnings which become visible with -Wextra | ||||
| * | Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64 | jan.nijtmans | 2013-06-12 | 1 | -2/+2 |
| | | |||||
* | | [33b7abb8a2] [7174354ecb] Rewrite TclCompileThrowCmd(). | dgp | 2013-06-11 | 1 | -0/+6 |
| | | |||||
* | | Improving tests, fixed one case. | dkf | 2013-06-09 | 1 | -9/+137 |
| | | |||||
* | | More efficient instruction sequence for [dict for] with correct exception ↵ | dkf | 2013-06-06 | 1 | -0/+18 |
| | | | | | | | | depth handling. | ||||
* | | merge trunkdkf_compile_improvements | dkf | 2013-06-05 | 1 | -1/+1 |
|\ \ | |||||
| * \ | merge 8.5 | dgp | 2013-06-03 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | merge 8.4 | dgp | 2013-06-03 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Improve reliability of test httpold-4.12. Thanks AF! | dgp | 2013-06-03 | 1 | -1/+1 |
| | | | | |||||
| | | * | Update dde to version 1.3.3. | jan.nijtmans | 2013-04-25 | 1 | -41/+53 |
| | | | | | | | | | | | | | | | | Update registry to version 1.2.2. (the same as distributed with Tcl 8.5.14) | ||||
| | | * | Allow URLs that don't have a path, but a query, e.g. ↵ | jan.nijtmans | 2013-04-09 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | http://example.com?foo=bar and bump http to 2.5.8. | ||||
* | | | | Even better tests | dkf | 2013-06-05 | 1 | -2/+32 |
| | | | | |||||
* | | | | Stack cleanup works now even in the most evil expansion cases. | dkf | 2013-06-05 | 1 | -0/+30 |
| | | | | |||||
* | | | | Next stage of fixing the break/continue generation. | dkf | 2013-06-03 | 1 | -2/+2 |
|/ / / | |||||
* | | | Generate [continue] optimally in [for] next clauses. Add tests for Bug 3614226. | dkf | 2013-06-03 | 1 | -6/+68 |
| | | | |||||
* | | | 3614102 - Reset stack housekeeping when compileProc fails. | dgp | 2013-05-29 | 1 | -0/+6 |
| | | | |||||
* | | | [3613609]: Replace strcasecmp() with UTF-8-aware version. | dkf | 2013-05-22 | 1 | -0/+9 |
|\ \ \ | |/ / | |||||
| * | | Fixed the weird edge case.bug_3613609 | dkf | 2013-05-22 | 1 | -0/+3 |
| | | | |||||
| * | | Improved tests. | dkf | 2013-05-22 | 1 | -2/+5 |
| | | | |||||
| * | | Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctly | jan.nijtmans | 2013-05-21 | 1 | -0/+3 |
| | | | |||||
* | | | Improve code generation for [array set] in a common case. | dkf | 2013-04-29 | 1 | -0/+5 |
| | | | |||||
* | | | 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.bug_3610026 | dgp | 2013-04-08 | 1 | -1/+1 |
| | | | |||||
| | * | 3610026 Stop segfault when regexp overflows color limits. | dgp | 2013-04-08 | 1 | -0/+11 |
| | | | |||||
| * | | Allow URLs that don't have a path, but a query, | max | 2013-04-04 | 1 | -0/+13 |
| | | | | | | | | | e.g. http://example.com?foo=bar and bump http to 2.7.12. | ||||
| * | | Tcl 8.5 doesn't have [try] | jan.nijtmans | 2013-03-21 | 1 | -13/+12 |
| | | | |||||
* | | | Allow URLs that don't have a path, but a query query, e.g. ↵ | max | 2013-04-04 | 1 | -2/+14 |
| | | | | | | | | | | | | http://example.com?foo=bar . | ||||
* | | | Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test ↵ | jan.nijtmans | 2013-03-21 | 1 | -22/+1 |
| | | | | | | | | | | | | case fCmd-30.3 were backported from Tcl8.6, but the original tests were not removed. | ||||
* | | | test suite hygiene | dgp | 2013-03-21 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | test suite hygiene | dgp | 2013-03-21 | 1 | -1/+2 |
| | | | |||||
| * | | Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test ↵ | jan.nijtmans | 2013-03-21 | 1 | -33/+18 |
| |\ \ | | | | | | | | | | | | | case fCmd-30.3 were backported from Tcl8.6, but the original tests were not removed. | ||||
| | * | | Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test ↵ | jan.nijtmans | 2013-03-21 | 1 | -33/+18 |
| | | | | | | | | | | | | | | | | case fCmd-30.3 were backported from Tcl8.6, but the original tests were not removed. | ||||
* | | | | 2102614 Add ensemble indexing support to [auto_mkindex]. Thanks Brian Griffin. | dgp | 2013-03-21 | 1 | -0/+31 |
|\ \ \ \ | |/ / / | |||||
| * | | | 2102614 Add ensemble indexing support to [auto_mkindex]. Thanks Brian Griffin. | dgp | 2013-03-21 | 1 | -0/+31 |
| |/ / | |||||
* | | | Bring forward tests to trunk | dgp | 2013-03-20 | 1 | -1/+22 |
|\ \ \ | |/ / | |||||
| * | | dup test names | dgp | 2013-03-20 | 1 | -2/+2 |
| | | | |||||
* | | | 3597000 Consistent [file copy] result. | dgp | 2013-03-19 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | 3597000 Consistent [file copy] result. | dgp | 2013-03-19 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| * | | [Bug 2893771]: file stat fails on locked files on win32. | jan.nijtmans | 2013-03-19 | 1 | -0/+22 |
| |\ \ | | |/ | |||||
| | * | [Bug 2893771]: file stat fails on locked files on win32. | jan.nijtmans | 2013-03-19 | 1 | -0/+22 |
| | | | |||||
* | | | Test independence in fCmd.test | dgp | 2013-03-19 | 1 | -0/+10 |
|\ \ \ | |/ / | |||||
| * | | Test independence in fCmd.test. | dgp | 2013-03-19 | 1 | -0/+10 |
| | | | |||||
* | | | [Bug 3606390]: Fix isolation of test string-6.37. | dkf | 2013-03-19 | 1 | -2/+4 |
|\ \ \ | |/ / |