| Commit message (Expand) | Author | Age | Files | Lines |
* | Contain platform-specific things in the constraint-controlled parts of the test. | dgp | 2018-04-30 | 1 | -2/+3 |
|
|
* | merge fix-1613456fff, closes [1613456fffffffff] and [27b682284974d0cd] | sebres | 2018-04-30 | 6 | -55/+101 |
|\ |
|
| * | win: some test-cases missing constraint for testexcept (if compiled without t... | sebres | 2018-04-11 | 1 | -4/+5 |
|
|
| * | win: fix several test-cases for windows platform | sebres | 2018-04-09 | 3 | -23/+47 |
|
|
| * | amend to [5acb57c7aec45e05]: set code to TCL_ERROR, because primitives from t... | sebres | 2018-04-09 | 1 | -1/+1 |
|
|
| * | [27b682284974d0cd] command "file delete": avoid possible race condition if fi... | sebres | 2018-04-06 | 1 | -9/+9 |
|
|
| * | minor fix on comment (restored getFileSecurityProc back, because getNamedSecu... | sebres | 2018-03-22 | 1 | -1/+1 |
|
|
| * | win: fixes check of file permissions (readable, writable, executable) - more ... | sebres | 2018-03-22 | 1 | -19/+40 |
|
|
* | | An [array set] from a dict can only take shortcuts when the dict is "pure", | dgp | 2018-04-19 | 2 | -1/+13 |
|
|
* | | Restore build success to the TCL_REMOVE_OBSOLETE_TRACES configuration. | dgp | 2018-04-17 | 1 | -1/+11 |
|
|
* | | Correct out-of-date documentation for [string is]. | dgp | 2018-04-07 | 2 | -6/+3 |
|/ |
|
* | TclTrim: special case for TrimRight on single char result of TrimLeft (this c... | sebres | 2018-03-14 | 1 | -3/+3 |
|
|
* | TclTrim must write to *trimRight even when making a quick exit. | dgp | 2018-03-14 | 1 | -0/+1 |
|
|
* | Make TclTrim* routines robust against some malformation in inputs. | dgp | 2018-03-14 | 3 | -57/+181 |
|\ |
|
| * | A few minor revisions. | dgp | 2018-03-13 | 1 | -11/+16 |
|
|
| * | remove unexpected panic by TclTrimLeft/TclTrimRight, handling rewritten: | sebres | 2018-03-13 | 3 | -57/+176 |
|
|
* | | Tidy up and comment [string replace] and its corner cases. | dgp | 2018-03-13 | 2 | -8/+27 |
|/ |
|
* | fixes [1873ea0ee4f01b26]: wrong initialization of std-channels, if no std-han... | sebres | 2018-03-05 | 1 | -9/+13 |
|
|
* | [8e6a9ac221] Stop false matching with bytearrays. (string-11.55) | dgp | 2018-02-23 | 2 | -1/+5 |
|
|
* | lifetime management of files generated by tests | dgp | 2018-01-25 | 4 | -5/+11 |
|
|
* | Dup test names | dgp | 2018-01-25 | 2 | -2/+2 |
|
|
* | (cherry-pick): Use http 2 instead of http 1 for Safe Base testing. | jan.nijtmans | 2018-01-04 | 1 | -4/+4 |
|
|
* | Plug memleak recently put into [package require]. | dgp | 2017-12-06 | 1 | -0/+4 |
|
|
* | [ce3a211dcb] Failed file normalize when tail is empty string. | dgp | 2017-12-06 | 2 | -3/+18 |
|
|
* | Factor clearing of ensemble subcommand table into utility routine. | dgp | 2017-12-05 | 1 | -29/+23 |
|
|
* | [4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands o... | dgp | 2017-12-05 | 2 | -65/+105 |
|\ |
|
| * | Another revised fix, much closer to sebres' patch now. | dgp | 2017-12-05 | 1 | -62/+90 |
|
|
| * | [4f6a1ebd64] Different fix for the problem. Re-order the filling of the | dgp | 2017-12-04 | 2 | -61/+73 |
|/ |
|
* | Cherry-picked test-cases from [046a5af026]: fix for issue [4f6a1ebd64]: ensem... | sebres | 2017-11-29 | 1 | -1/+17 |
|
|
* | Fix [fab92486a1b05ba6f7cfe8677da95b9efb3beff0|fab92486a1]: Windows error 14 "... | jan.nijtmans | 2017-11-17 | 1 | -1/+1 |
|
|
* | No longer document (even though it's only in an example) that Tcl_SavedResult... | jan.nijtmans | 2017-11-16 | 2 | -9/+8 |
|
|
* | [5d6de65036] [package require] with [package prefer stable] was not choosing | dgp | 2017-11-14 | 2 | -33/+68 |
|\ |
|
| * | Ticket [5d65e65036]. My fix. Do not skip the second check for stable versions... | aku | 2017-11-13 | 1 | -33/+58 |
|
|
| * | Test case for Bug 5d65e65036. | dgp | 2017-11-06 | 1 | -0/+10 |
|
|
* | | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be suppo... | jan.nijtmans | 2017-11-13 | 2 | -2/+0 |
|
|
* | | compiler warning | dgp | 2017-11-08 | 1 | -1/+1 |
|
|
* | | [3298012] Stop RebuildTable asking ckalloc for more than it can give. | dgp | 2017-11-08 | 1 | -5/+8 |
|\ \
| |/
|/| |
|
| * | Attempted bug fix. | dgp | 2017-11-07 | 1 | -5/+8 |
|/ |
|
* | Update tests that were still written on the outdated premise that Tcl's | dgp | 2017-10-27 | 2 | -8/+8 |
|
|
* | Historical change affecting tests: Detroit did not observe Daylight Saving Ti... | Kevin B Kenny | 2017-10-24 | 1 | -24/+3 |
|
|
* | Update to tzdata2017c | Kevin B Kenny | 2017-10-24 | 21 | -367/+404 |
|
|
* | In nmakehlp -v, return non-0 exit code if version is not found. (taken from v... | jan.nijtmans | 2017-10-09 | 1 | -2/+8 |
|
|
* | Add visual-studio related entries to ignore-glob. Taken over from reform-vc b... | jan.nijtmans | 2017-10-09 | 1 | -0/+24 |
|
|
* | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace. | dgp | 2017-09-02 | 2 | -62/+119 |
|\ |
|
| * | merge 8.5 | dgp | 2017-09-02 | 4 | -88/+74 |
| |\
| |/
|/| |
|
* | | Cherrypick [527d354828] | andy | 2017-08-08 | 1 | -1/+1 |
|
|
* | | Fix [fb2208172c671f29d60e9ac928d9ded45d01d8b8|fb2208172c]: tclIndex varies ac... | jan.nijtmans | 2017-07-17 | 1 | -2/+2 |
|
|
* | | Fix [293344d4f3]: Regression in SQLite test-suite. Long-standing bug in imple... | jan.nijtmans | 2017-07-13 | 1 | -1/+1 |
|
|
* | | tclPathObj: fixed TclJoinPath (backported from 8.6) - usage of released objec... | sebres | 2017-07-03 | 1 | -84/+70 |
|
|
| * | Add test | dgp | 2017-09-02 | 1 | -0/+15 |
|
|