summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Fix conflict with timezone() function in some MSVC versionsjan.nijtmans2019-01-031-0/+1
|\
| * 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
|\ \ | |/
| * 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
* | merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoi...sebres2018-11-221-3/+7
|\ \ | |/
| * 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
* | merge releasedgp2018-11-152-2/+2
|\ \
| * \ merge 8.6dgp2018-11-014-8/+54
| |\ \
| * \ \ merge 8.6dgp2018-10-294-162/+171
| |\ \ \
| * \ \ \ merge 8.6dgp2018-10-232-3/+3
| |\ \ \ \
| * \ \ \ \ merge 8.6dgp2018-10-091-51/+12
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.6dgp2018-10-051-4/+3
| |\ \ \ \ \ \
| * | | | | | | Bump version numbers for 8.6.9 release.dgp2018-10-052-2/+2
* | | | | | | | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work (again) with TCL_UTF_MAX=6. No...jan.nijtmans2018-11-151-2/+90
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge 8.5jan.nijtmans2018-10-303-6/+52
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | 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
* | | | | | | [TIP 525] Backport package tcltest 2.5dgp2018-10-291-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | merge-mark... well ... almost: Except for a missing <include> in tclWinDde.cjan.nijtmans2018-10-271-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
* | | | | | tclWinReg.c: Code cleanup. Eliminate some unnecessary variables.jan.nijtmans2018-10-264-162/+170
| |_|_|_|/ |/| | | |
* | | | | Fix "registry" test-cases. Thanks to Harald Oehlmann for spotting this!jan.nijtmans2018-10-222-3/+3
| |_|_|/ |/| | |
* | | | Streamline: Tcl_WinTCharToUtf/Tcl_WinUtfToTChar(): Always initialize DString,...jan.nijtmans2018-10-071-4/+10
* | | | Better implementations of Tcl_WinTCharToUtf() and Tcl_WinUtfToTChar(). They d...jan.nijtmans2018-10-051-49/+4
| |_|/ |/| |
* | | Fix wrong usage of Tcl_WinTCharToUtf() contract: nativePath should never be N...jan.nijtmans2018-10-051-4/+3
| |/ |/|
* | In registry, protect "keyName" from being NULL: This actually can lead to cra...jan.nijtmans2018-10-041-19/+15
* | Give lambda function a name "ReceiveChunked" for easier testing. New function...jan.nijtmans2018-09-231-4/+4
* | Update http version number, and fix some related test-casesjan.nijtmans2018-09-221-2/+2
* | small amend to [cae24931ed] (no _CRT_glob in both cases __GNUC__ || TCL_BROKE...sebres2018-08-291-5/+3
* | partially cherry-picking of [5099a81b50], never reached 8.6, so for example b...sebres2018-08-291-0/+4
* | code review after merge with 8.5 (restore usage of some functions, after lost...sebres2018-08-291-9/+9
* | merge 8.5 ([21b0629c81] 0-day vulnerability - insufficient escape by exec of ...sebres2018-08-291-52/+181
|\ \ | |/
| * 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: avoids warning by x64-build in function 'TclWinCPUID' - pointer targets ...sebres2018-07-201-1/+1
* | win: fixes x64-build within gcc-compile runtime env for (mingw64, etc): "$do6...sebres2018-07-202-2/+2
* | merge 8.5sebres2018-07-121-1/+2
|\ \ | |/
| * 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