summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Bump version numbers for 8.6.9 release.dgp2018-10-052-2/+2
* 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
* | Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate handli...jan.nijtmans2018-06-253-20/+23
* | merge 8.5sebres2018-05-281-2/+2
|\ \ | |/
| * win: searching for FQDN in user-name should be utf-8 safe (user-name could co...sebres2018-05-281-2/+2
* | merge 8.5 (conflicts resolved, rewritten without winapi-stubs)sebres2018-05-283-19/+61
|\ \ | |/
| * 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
* | merge 8.5, conflicts resolved (rewritten without winapi-stubs)sebres2018-05-241-10/+12
|\ \ | |/
| * win: TclpGetUserHome should return normalized path (also in case we find doma...sebres2018-05-241-10/+11
* | merge 8.5jan.nijtmans2018-05-141-0/+3
|\ \ | |/
| * Unbreak build when HAVE_FTS is not set. jan.nijtmans2018-05-141-0/+3
* | amend after merge 8.5sebres2018-04-301-1/+1
* | merge core-8-5-branch (fix-1613456fff)sebres2018-04-301-19/+39
|\ \ | |/
| * 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
* | http::geturl now returns full error stack information if the initial socket c...oehhar2018-04-181-2/+2
* | win/nmakehlp.c: removed unneeded dependencies to shlwapi (the same is easily ...sebres2018-02-081-14/+15
* | Fixed def for INCLUDE_INSTALL_DIR when building against Tcl source. Bumped to...apnadkarni2018-02-021-4/+4
* | Fix bug introduced in [0dd0d14489258621] (only for TCL_UTF_MAX > 3): If len p...jan.nijtmans2017-12-281-17/+16
* | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly wh...jan.nijtmans2017-12-281-13/+44
* | Safer to compare TCLDIR against "" rather than ifdef as recursive nmakesapnadkarni2017-12-261-1/+1
* | merge releasejan.nijtmans2017-12-232-2/+3
|\ \
| * \ merge 8.6dgp2017-12-145-820/+1844
| |\ \
| * | | Start RC branch for Tcl 8.6.8dgp2017-12-062-2/+3
* | | | Look for Tcl and Tk import libraries with or without "t" suffix conventionapnadkarni2017-12-231-5/+34
| |/ / |/| |
* | | Updated nmake system to make use of the new nmakehlp -L option forapnadkarni2017-12-133-25/+72
* | | Add -L option to nmakehlp to locate directoriesapnadkarni2017-12-121-1/+100
* | | Allow standard targets to be selectively disabled.apnadkarni2017-12-112-2/+48
* | | Undo latest change to tcl.rc, since the autoconf-based windows build doesn't ...jan.nijtmans2017-12-091-1/+19