summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for TIP #494 to registry and dde. Only effective when compiled ag...jan.nijtmans2018-10-303-6/+52
* squelch some warnings on higher Visual Studio versions: we are not going to b...jan.nijtmans2018-10-291-0/+2
* close forkdgp2018-10-292-186/+3
|\
| * Merge (on-purpose) fork, makeing the merge-mark easierjan.nijtmans2018-10-281-2/+2
| |\
| * | put back Travis CI build. All merge-marks of previous commit change done.jan.nijtmans2018-10-273-188/+5
* | | [TIP 525] Backport package tcltest 2.5dgp2018-10-297-289/+483
| |/ |/|
* | Missing -DUNICODE in makefile.vcjan.nijtmans2018-10-281-2/+2
|/
* (temporary) backout [0386db909a]: Enable CI builds with Travis. This enables ...jan.nijtmans2018-10-273-5/+188
* Backport various minor issues from 8.6: jan.nijtmans2018-10-276-456/+127
* Update to latest tzdata (backported from 8.6)jan.nijtmans2018-10-2710-386/+427
* Missed some version bumps in previous commitjan.nijtmans2018-10-272-3/+3
* tclWinDde.c: Backport version 1.4.1 from Tcl 8.6.jan.nijtmans2018-10-279-355/+580
* Backport "registry" version 1.3.3, so all active branches now have the same r...jan.nijtmans2018-10-248-477/+519
* Enable CI builds with Travis.dkf2018-10-235-188/+244
|\
| * Expand the build matrixdkf2018-10-221-9/+35
| * Disable windows builds. Make test failures fatal.dkf2018-10-213-8/+12
| * Remove old READMEdkf2018-10-201-185/+0
| * Add local linksdkf2018-10-201-10/+10
| * formatting tweakdkf2018-10-201-10/+10
| * formatting tweakdkf2018-10-201-23/+23
| * formatting fixdkf2018-10-201-39/+15
| * Travis CI builddkf2018-10-202-0/+235
* | Fix test-cases running on Windows 10: [string index $tcl_platform(osVersion...jan.nijtmans2018-10-174-14/+13
* | test-cases to cover quoting of the newline character, and the documentation e...sebres2018-08-302-0/+47
* | tcltest: forgotten built-in constraint "slowTest"sebres2018-08-291-1/+1
* | closes [21b0629c81] 0-day vulnerability - insufficient escape by exec of batc...sebres2018-08-293-105/+367
|\ \
| * | code review, skip slow test winpipe-8.2 executed args from injectList particu...sebres2018-08-233-33/+87
| * | code review, restored backwards compatibility of the simplest escape of quote...sebres2018-08-232-16/+29
| * | fixes escape for special cases (+ more test-cases):sebres2018-08-212-33/+139
| * | because executable (1st argument) always proper escaped now, don't need to re...sebres2018-08-202-12/+34
| * | small amend: avoid reset of unpaired quote flag between arguments (previous a...sebres2018-08-202-68/+126
| * | win: fixes [21b0629c81] - exec/open process pipe under windows (0-day vulnera...sebres2018-08-202-38/+47
|/ /
* | win: TclpCreateProcess or [exec process ...] - search for application extende...sebres2018-08-171-4/+5
* | test cases added to cover width overflow by format (should cause limit exceeded)sebres2018-07-261-0/+14
* | closes [d051b77fc18d7340]: fixed segfault by integer overflow (if width by fo...sebres2018-07-261-0/+4
* | win: closes [3f7af0e21e13f1f5] - avoid "permissions denied" by `file delete`,...sebres2018-07-121-1/+2
* | closes [270f78ca95b642fb]: fix the race condition for `file mkdir` if some wo...sebres2018-07-091-14/+18
* | Align common install locations in SC_PATH_TCLCONFIG and SC_PATH_TKCONFIG. Add...jan.nijtmans2018-06-151-0/+6
* | Stop creating a stray child process.dgp2018-06-131-2/+0
* | [860a9f1945] Remove test safe-8.8; Mac OS 9 tests are no longer useful.dgp2018-06-121-8/+4
* | Update all Unicode tables to Unicode version 11.0jan.nijtmans2018-06-092-954/+984
* | Update to latest tzdata (backported from 8.6)jan.nijtmans2018-06-0992-3461/+3467
* | resolves some warnings by compiling with new gcc-versions (>= 7.x):sebres2018-06-082-3/+9
* | fixes [92564326a9] if compiled on some x86 systems (with dirent64 but without...sebres2018-06-044-6/+85
* | win: searching for FQDN in user-name should be utf-8 safe (user-name could co...sebres2018-05-281-2/+2
* | merge-integrate sebres-bug-9e6b569963-8-5-branch to 8.5sebres2018-05-284-79/+142
|\ \
| * | minor indentation fix (no functional changes)sebres2018-05-251-4/+4
| * | avoid dual init of stubs (possible race condition, 8.5th only)sebres2018-05-251-19/+20
| * | optimized winapi-stubs loading (8.5th only); if user name specified without d...sebres2018-05-253-89/+134
| * | merge/reintegrate test-cases from bug-9e6b569963sebres2018-05-251-0/+6
| |\ \