| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [3ae1251264] Run only the tests that match the assumptions of the test design. | dgp | 2017-09-21 | 1 | -0/+2 |
| | | |||||
| * | Include $noComp flag in string test names | andy | 2017-09-20 | 1 | -588/+588 |
| | | |||||
| * | Alternate, equivalent way of running bytecoded tests | andy | 2017-09-20 | 1 | -1/+1 |
| | | |||||
| * | Correct string tests to exercise both bytecoded and non-bytecoded ↵ | andy | 2017-09-20 | 2 | -1460/+616 |
| | | | | | implementations. string-29.6 now fails. | ||||
| * | Update stringComp.test for new [string insert] command | andy | 2017-09-18 | 1 | -2/+2 |
| | | |||||
| * | stringComp.test and maybe many other tests may need to be reconsidered so ↵ | andy | 2017-09-18 | 1 | -0/+2 |
| | | | | | that both bytecoded and non-bytecoded code paths are exercised | ||||
| * | Merge trunk | andy | 2017-09-16 | 1 | -0/+15 |
| |\ | |||||
| | * | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace. | dgp | 2017-09-02 | 1 | -0/+15 |
| | |\ | |||||
| | | * | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace. | dgp | 2017-09-02 | 1 | -0/+15 |
| | | |\ | |||||
| | | | * | Add test | dgp | 2017-09-02 | 1 | -0/+15 |
| | | | | | |||||
| | | * | | (cherry-pick): Fix [b50fb21410dababca95baa122964b2e312cb9d8a|b50fb214] : ↵ | jan.nijtmans | 2017-08-29 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | exec redirection to append stdout and stderr to the same file | ||||
| | | * | | Backport [array names -regexp] should support backrefs | dgp | 2017-08-10 | 1 | -0/+7 |
| | | | | | |||||
| | * | | | Cherrypick string.test [de104ef5ab] | andy | 2017-08-30 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | Merge trunk | andy | 2017-08-30 | 1 | -2/+6 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Fix [b50fb214] : add to 2>> the same O_APPEND that was added to >> back in 2005. | ferrieux | 2017-08-24 | 1 | -2/+6 |
| | | | | | |||||
| * | | | | Add test cleanup | andy | 2017-08-20 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Add tests to exercise almost every line of TclStringReplace(). The one line ↵ | andy | 2017-08-20 | 1 | -3/+52 |
| | | | | | | | | | | | | | | | | | not being exercised is the "return NULL" on TclStringCatObjv() failure. Coverage checked in an ad-hoc way by putting a breakpoint at the start of every basic block, then confirming each breakpoint is hit at least once when running string.test. | ||||
| * | | | | Add non-bytecoded [string replace] tests to exercise new TclStringReplace() ↵ | andy | 2017-08-20 | 1 | -0/+51 |
| | | | | | | | | | | | | | | | | | function | ||||
| * | | | | Add string-14.18 to test that [string replace] with last<first does not ↵ | andy | 2017-08-20 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | insert a string, even though we might wish that it did, to be in compliance with the documented behavior. Correct non-bytecoded [string replace] accordingly. | ||||
| * | | | | Clip (don't reject) out-of-bounds indexes, per sebres's suggestion and to ↵ | andy | 2017-08-17 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | match [linsert] | ||||
| * | | | | Work around [3397978fff] | andy | 2017-08-17 | 1 | -14/+17 |
| | | | | | |||||
| * | | | | Backout [b163c4f423]: Command ensembles indeed do affect argument reference ↵ | andy | 2017-08-17 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | counts, see [3397978fff] | ||||
| * | | | | Test code to investigate command ensemble argument reference counts | andy | 2017-08-16 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Write some test cases | andy | 2017-08-15 | 1 | -1/+42 |
| | | | | | |||||
| * | | | | Update existing tests to accommodate new [string insert] command | andy | 2017-08-15 | 1 | -4/+4 |
| |/ / / | |||||
| * | | | merge 8.6 | dgp | 2017-08-04 | 3 | -21/+48 |
| |\ \ \ | |/ / | |||||
| | * | | Improved test http-4.16. | dgp | 2017-08-03 | 1 | -4/+10 |
| | | | | |||||
| | * | | Fix weird hangs in macOS Sierra on some networks. Name resolution timeouts ↵ | dkf | 2017-08-02 | 3 | -17/+38 |
| | | | | | | | | | | | | | not what we want to test in the http package. | ||||
| * | | | Merge 8.6; Bump to TclOO 1.2.0. | dgp | 2017-06-26 | 1 | -0/+10 |
| |\ \ \ | |/ / | |||||
| | * | | Try to make good stack trace. Fallback to making not-so-good stack trace.bug_46f801ea5a | dgp | 2017-06-26 | 1 | -1/+1 |
| | | | | | | | | | | Stop failing altogether. Test in test suite, not program fragility. | ||||
| | * | | Test demonstrating autoloader fragility. | dgp | 2017-06-26 | 1 | -0/+10 |
| | | | | |||||
| * | | | No longer split tests for longIs32bit/longIs64bit, since the results should ↵ | jan.nijtmans | 2017-06-23 | 1 | -12/+3 |
| | | | | | | | | | | | | | be identical | ||||
| * | | | repair broken tests | dgp | 2017-06-23 | 1 | -2/+2 |
| | | | | |||||
| * | | | TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literals | jan.nijtmans | 2017-06-23 | 4 | -8/+47 |
| |\ \ \ | |||||
| | * \ \ | Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....) | jan.nijtmans | 2017-06-14 | 4 | -5/+63 |
| | |\ \ \ | |||||
| | | * | | | Add support of 0d in the format %# conversion flag. Add tests for same. | griffin | 2017-06-12 | 1 | -0/+19 |
| | | | | | | |||||
| | | * | | | 0d in LinkVar | griffin | 2017-05-28 | 1 | -0/+21 |
| | | | | | | |||||
| | | * | | | Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o. | griffin | 2017-05-27 | 2 | -2/+20 |
| | | | | | | |||||
| * | | | | | Add [regsub -command] case that wasn't actively tested for. | dkf | 2017-06-22 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Implement TIP #473: Allow a Defined Target Namespace in oo::copy | dkf | 2017-06-22 | 1 | -0/+35 |
| |\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| | * | | | | Rebase for final implementation work | dkf | 2017-06-22 | 1 | -0/+35 |
| | | | | | | |||||
| * | | | | | merge trunktip_470 | dkf | 2017-06-22 | 13 | -87/+259 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | merge trunktip_463 | dgp | 2017-06-22 | 26 | -153/+513 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | merge core-8-6-branch | jan.nijtmans | 2017-06-22 | 1 | -0/+19 |
| | | |\ \ \ \ \ | | | |/ / / / | |||||
| | | | * | | | | Add test-cases, testing the legacy behavior of "format %#d" | jan.nijtmans | 2017-06-22 | 2 | -3/+22 |
| | | | |/ / / | |||||
| | | * | | | | Extend cases where string rep generation can be prevented. | dgp | 2017-06-16 | 1 | -0/+15 |
| | | | | | | | |||||
| | | * | | | | Tests for string rep generation suppression | dgp | 2017-06-08 | 1 | -0/+30 |
| | | | | | | | |||||
| | | * | | | | merge core-8-6-branch | jan.nijtmans | 2017-06-08 | 1 | -4/+11 |
| | | |\ \ \ \ | | | |/ / / | |||||
| | | | * | | | Fix [2738427]: Tcl_NumUtfChars(...) no overflow check. | jan.nijtmans | 2017-06-08 | 1 | -1/+5 |
| | | | |\ \ \ | | | | | |/ | | | | |/| | |||||
| | | | * | | | tclUtil.c: Use TclUtfToUniChar() in stead of handling ASCII characters ↵ | jan.nijtmans | 2017-06-08 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | separately: This macro already does that. Add new test-case for Tcl_NumUtfChars(), for a knownBug still to be fixed. | ||||
