summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* http package from 2.7.14 to 2.7.15jan.nijtmans2019-11-181-2/+2
* On win32, include <inttypes.h> if available, just as on UNIX. jan.nijtmans2019-11-111-5/+11
* Bump to dde 1.4.2 and registry 1.3.4.dgp2019-10-214-10/+10
* Change LSTATUS to LONG, since older SDK's don't know it.jan.nijtmans2019-10-052-3/+3
* Use consistantly "/D" in stead of "-D" for Microsoft compilers (MSVC)jan.nijtmans2019-09-251-13/+13
* Modify registry/dde such that they no longer need to be compiled with -DUNICO...jan.nijtmans2019-09-204-219/+289
* windows: eliminate overwriting of WINDIR env-variable in makefiles (used WIN_...sebres2019-09-122-43/+43
* Final touch to make everything work for 8.5:jan.nijtmans2019-09-092-4/+4
* dde and registry extension should be compiled with -DUNICODE -D_UNICODE.jan.nijtmans2019-09-081-1/+9
* Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft coul...jan.nijtmans2019-09-072-11/+20
|\
| * Don't let Tcl depend on USE_32BIT_TIME_T any more: If your compiler supports ...jan.nijtmans2019-09-062-11/+20
* | Fix configure script (re-generated with a modified autoconf-2.59, in which th...jan.nijtmans2019-09-061-10/+12
|/
* amend to [4718b41c56]: check size of st_mtime instead of time_t in constraintsebres2019-09-051-1/+6
* Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added @runs...jan.nijtmans2019-09-021-1/+2
* 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