summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-222-2/+2
* win/Makefile.in: small amend normalizing test-dependenciessebres2019-08-201-7/+7
* Prevent misleading message:jan.nijtmans2019-08-201-2/+2
* win/Makefile.in: partially cherry-picked 8.6th version (and normalized to be ...sebres2019-08-191-117/+126
* Fix this Travis build problems on Win32: [https://travis-ci.org/tcltk/tcl/job...jan.nijtmans2019-07-261-3/+3
* close forksebres2019-07-121-3172/+2925
|\
| * Leave out travis tests for MSVC, until test-cases are fixed.jan.nijtmans2019-07-121-3172/+2925
* | integrate branch bug-4718b41c56, closes [4718b41c56]sebres2019-07-126-4/+75
|\ \ | |/ |/|
| * little tweaks, makeing it possible to use either _USE_64BIT_TIME_T or __MINGW...jan.nijtmans2019-07-101-10/+7
| * win/x86: compat fix, 64-bit time_t for 32-build is optional now (via configur...sebres2019-07-105-7/+53
| * fixes [4718b41c56] for windows x86 (mingw / MSVC versions with CRT supporting...sebres2019-07-082-3/+31
* | Updated win/configure to use current version of autoconfdkf2019-07-071-2925/+3172
|/
* Remove EXECUTE flag for tclWinFile.c. More eol-spacing cleanup (keeping tes...jan.nijtmans2019-06-262-1/+0
* nmakehlp: fixed const qualifiersebres2019-06-251-1/+1
* fixed build with MSVC 6.0sebres2019-06-251-1/+0
* merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba...sergey.brester2019-02-1219-762/+1178
|\
| * Fix signed<->unsigned comparsion warning (occurring in some gcc compilation f...jan.nijtmans2019-01-041-3/+3
| * Fix conflict with timezone() function in some MSVC versionsjan.nijtmans2019-01-031-0/+1
| * Fix [3cf3a939d32707e100e06e23806e13569856286a|3cf3a939d3]: timezone deprecate...jan.nijtmans2018-12-301-0/+8
| * No need for latest "rvm" any more in osx builds (now even gives an error)jan.nijtmans2018-12-182-23/+0
| * win/Makefile.in (mingw/gcc toolchains): fixes make mode "tcltest" - added dep...sebres2018-11-221-1/+1
| * win: repair test command "testchmod": correct load module (ADVAPI32 for x86/x...sebres2018-11-211-4/+11
| * 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
| * [TIP 525] Backport package tcltest 2.5dgp2018-10-292-6/+6
| * Missing -DUNICODE in makefile.vcjan.nijtmans2018-10-281-2/+2
| * 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-277-233/+408
| * Backport "registry" version 1.3.3, so all active branches now have the same r...jan.nijtmans2018-10-246-360/+334
| * code review, skip slow test winpipe-8.2 executed args from injectList particu...sebres2018-08-231-31/+50
| * code review, restored backwards compatibility of the simplest escape of quote...sebres2018-08-231-12/+25
| * fixes escape for special cases (+ more test-cases):sebres2018-08-211-32/+110
| * because executable (1st argument) always proper escaped now, don't need to re...sebres2018-08-201-1/+1
| * small amend: avoid reset of unpaired quote flag between arguments (previous a...sebres2018-08-201-7/+18
| * win: fixes [21b0629c81] - exec/open process pipe under windows (0-day vulnera...sebres2018-08-201-34/+43
| * win: TclpCreateProcess or [exec process ...] - search for application extende...sebres2018-08-171-4/+5
| * win: closes [3f7af0e21e13f1f5] - avoid "permissions denied" by `file delete`,...sebres2018-07-121-1/+2
| * resolves some warnings by compiling with new gcc-versions (>= 7.x):sebres2018-06-081-2/+8
| * win: searching for FQDN in user-name should be utf-8 safe (user-name could co...sebres2018-05-281-2/+2
| * 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
| * [9e6b569963] win: if user specified without domain (and local user was not fo...sebres2018-05-241-8/+19
| * win: TclpGetUserHome should return normalized path (also in case we find doma...sebres2018-05-241-10/+11
| * Unbreak build when HAVE_FTS is not set. jan.nijtmans2018-05-141-0/+3
| * minor fix on comment (restored getFileSecurityProc back, because getNamedSecu...sebres2018-03-221-1/+1
| * win: fixes check of file permissions (readable, writable, executable) - more ...sebres2018-03-221-19/+40
| * Fix [fab92486a1b05ba6f7cfe8677da95b9efb3beff0|fab92486a1]: Windows error 14 "...jan.nijtmans2017-11-171-1/+1
| * In nmakehlp -v, return non-0 exit code if version is not found. (taken from v...jan.nijtmans2017-10-091-2/+8
* | [win32] optimized calibration cycle (makes Tcl for windows "RTS" resp. NRT-ca...sebres2017-05-231-53/+122