summaryrefslogtreecommitdiffstats
path: root/win
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
* [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
* Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for...jan.nijtmans2017-05-033-102/+91
* (cherry-pick): fix typo-bug (using wrong thread handle by set priority)jan.nijtmans2017-04-281-1/+1
* Fixes nmakehlp: allows more as one option by -l, to provide mandatory linker ...sebres2017-01-122-9/+17
* Allows to compile direct from Visual Studio IDE (prevents throwing error "LNK...sebres2017-01-121-5/+10
* Fix for [b87ad7e9146832d505f9a430d779c5313c440256|b87ad7e914], rebased to cor...jan.nijtmans2017-01-091-21/+39
|\
| * [win] bug fix in NativeGetTime: each call of it blurs current performance cou...sebres2017-01-021-17/+37
| * compatability -> compatibilityjan.nijtmans2016-12-011-2/+2
| |\
| | * compatability -> compatibilityjan.nijtmans2016-12-011-2/+2
| | |\ | |_|/ |/| |
| * | more internal use of size_t (in stead of int)jan.nijtmans2016-11-293-21/+19
| * | Merge trunk. Re-generate tclTomMath.h. Use faster exponentiation-function fro...jan.nijtmans2016-11-172-3/+3
| |\ \
| | * \ Remove subdirectories of "libtommath", and various individual related files, ...jan.nijtmans2016-11-172-3/+3
| | |\ \ | | | |/
| * | | (experimental) Upgrade to libtommath 1.0 (actually by merging all changes bet...jan.nijtmans2016-11-162-0/+2
| |/ /
| * | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-165-14/+15
| * | Fix harmless gcc warning message: using "unsigned" doesn't serve any purpose,...jan.nijtmans2016-11-112-3/+3
| * | merge core-8-6-branch (http package version update)jan.nijtmans2016-11-021-2/+2
| |\ \ | | |/
| | * Update http version number to 2.8.10, due to [838e99a76d]jan.nijtmans2016-11-021-2/+2
| | |\
| * | \ Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread existsjan.nijtmans2016-10-111-2/+4
| |\ \ \ | | |/ /
| | * | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread existsjan.nijtmans2016-10-111-2/+4
| | |\ \
| * | \ \ merge core-8-6-branchjan.nijtmans2016-09-262-9/+16
| |\ \ \ \ | | |/ / /
| | * | | merge core-8-6-branch. Undo changes to coffbase.txt (they cause overlap with Tk)jan.nijtmans2016-09-216-10/+10
| | |\ \ \
| | * | | | Permit static linking to the MSVCRT as a stand-alone option. Enable WinXP SD...Joe Mistachkin2016-09-192-3/+8
| | * | | | Set the default topic, enable full-text search, and put all help output files...Joe Mistachkin2016-08-101-2/+4
| | * | | | Fix the 'htmlhelp' target so that it compiles cleanly and includes all the ap...Joe Mistachkin2016-08-091-7/+7