summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Demonstrate and fix memory leak in Tcl_ParseVar().dgp2013-07-241-0/+21
|\
| * Demonstrate and fix memory leak in Tcl_ParseVar().dgp2013-07-241-0/+21
| |
* | [Bug 1c17fbba5d] Fix -errorinfo from syntax errors so that the error isdgp2013-07-182-8/+2
| | | | | | not obscured. Instead highlight it by making it the last character quoted.
* | Tests demonstrating the need for the last two SetLineInformation() calls.dgp2013-07-121-0/+25
| |
* | Add tests for the SetLineInformation() calls in tclEnsemble.c, and fixdgp2013-07-111-0/+25
| | | | | | the bugs around those calls exposed by the tests.
* | Add tests for SetLineInformation() calls in tclCompCmdsSZ.c as well as somedgp2013-07-101-1/+185
| | | | | | obvious refactoring improvements.
* | Add tests for SetLineInformation() calls in tclCompCmdsGR.c.dgp2013-07-101-0/+53
| |
* | Add tests for, and fix bugs in, the SetLineInformation() calls in tclCompCmds.c.dgp2013-07-101-0/+118
| |
* | Next attempt. Appears to have uncovered a bug.dgp2013-07-101-0/+14
| |
* | First additional test. Remove dup macros in tclEnsemble.c.dgp2013-07-101-0/+15
| |
* | Fix uniClass tool which was the real cause for [a876646efe], and add ↵jan.nijtmans2013-06-181-2/+2
|\ \ | |/ | | | | test-case for it.
| * Fix uniClass tool which was the real cause for [a876646efe], and add ↵jan.nijtmans2013-06-181-2/+2
| | | | | | | | test-case for it.
* | Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64. jan.nijtmans2013-06-131-2/+2
|\ \ | |/ | | Fix some gcc warnings which become visible with -Wextra
| * Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64jan.nijtmans2013-06-121-2/+2
| |
* | [33b7abb8a2] [7174354ecb] Rewrite TclCompileThrowCmd().dgp2013-06-111-0/+6
| |
* | Improving tests, fixed one case.dkf2013-06-091-9/+137
| |
* | More efficient instruction sequence for [dict for] with correct exception ↵dkf2013-06-061-0/+18
| | | | | | | | depth handling.
* | merge trunkdkf_compile_improvementsdkf2013-06-051-1/+1
|\ \
| * \ merge 8.5dgp2013-06-031-1/+1
| |\ \ | | |/
| | * merge 8.4dgp2013-06-031-1/+1
| | |\
| | | * Improve reliability of test httpold-4.12. Thanks AF!dgp2013-06-031-1/+1
| | | |
| | | * Update dde to version 1.3.3. jan.nijtmans2013-04-251-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.nijtmans2013-04-091-0/+14
| | | | | | | | | | | | | | | | http://example.com?foo=bar and bump http to 2.5.8.
* | | | Even better testsdkf2013-06-051-2/+32
| | | |
* | | | Stack cleanup works now even in the most evil expansion cases.dkf2013-06-051-0/+30
| | | |
* | | | Next stage of fixing the break/continue generation.dkf2013-06-031-2/+2
|/ / /
* | | Generate [continue] optimally in [for] next clauses. Add tests for Bug 3614226.dkf2013-06-031-6/+68
| | |
* | | 3614102 - Reset stack housekeeping when compileProc fails.dgp2013-05-291-0/+6
| | |
* | | [3613609]: Replace strcasecmp() with UTF-8-aware version.dkf2013-05-221-0/+9
|\ \ \ | |/ /
| * | Fixed the weird edge case.bug_3613609dkf2013-05-221-0/+3
| | |
| * | Improved tests.dkf2013-05-221-2/+5
| | |
| * | Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctlyjan.nijtmans2013-05-211-0/+3
| | |
* | | Improve code generation for [array set] in a common case.dkf2013-04-291-0/+5
| | |
* | | 3610026 Stop crash when the number of "colors" in a regular expressiondgp2013-04-081-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 expressiondgp2013-04-081-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_3610026dgp2013-04-081-1/+1
| | |
| | * 3610026 Stop segfault when regexp overflows color limits.dgp2013-04-081-0/+11
| | |
| * | Allow URLs that don't have a path, but a query, max2013-04-041-0/+13
| | | | | | | | | e.g. http://example.com?foo=bar and bump http to 2.7.12.
| * | Tcl 8.5 doesn't have [try]jan.nijtmans2013-03-211-13/+12
| | |
* | | Allow URLs that don't have a path, but a query query, e.g. ↵max2013-04-041-2/+14
| | | | | | | | | | | | http://example.com?foo=bar .
* | | Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test ↵jan.nijtmans2013-03-211-22/+1
| | | | | | | | | | | | case fCmd-30.3 were backported from Tcl8.6, but the original tests were not removed.
* | | test suite hygienedgp2013-03-211-1/+2
|\ \ \ | |/ /
| * | test suite hygienedgp2013-03-211-1/+2
| | |
| * | Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test ↵jan.nijtmans2013-03-211-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.nijtmans2013-03-211-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.dgp2013-03-211-0/+31
|\ \ \ \ | |/ / /
| * | | 2102614 Add ensemble indexing support to [auto_mkindex]. Thanks Brian Griffin.dgp2013-03-211-0/+31
| |/ /
* | | Bring forward tests to trunkdgp2013-03-201-1/+22
|\ \ \ | |/ /
| * | dup test namesdgp2013-03-201-2/+2
| | |
* | | 3597000 Consistent [file copy] result.dgp2013-03-191-2/+2
|\ \ \ | |/ /