summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge TIP 477 implementationapnadkarni2017-12-085-837/+1651
|\ \ \ | |/ / |/| |
| * | Use PRJ_PACKAGE_TCLNAME instead of PROJECT when generating TEA based pkgindexapnadkarni2017-12-051-2/+4
| * | Added back nothreads option.apnadkarni2017-11-171-2/+6
| * | Fix ignore-glob versioned setting (something went wrong in previous merge). A...jan.nijtmans2017-11-172-160/+160
| * | merge core-8-6-branchjan.nijtmans2017-11-179-19/+56
| |\ \
| * | | Check for existence of targets.vc, not rules.vc to determine nmake support dir.apnadkarni2017-11-171-5/+6
| * | | Add PRJ_PACKAGE_TCLNAME and other minor changes.apnadkarni2017-11-171-8/+15
| * | | Loosen restriction on where rules-ext.vc file is located.apnadkarni2017-11-152-12/+45
| * | | Include PKGNAMEFLAGS in stubscflags as some extension stubs use itapnadkarni2017-11-151-1/+1
| * | | Added default-install-stubs target.apnadkarni2017-11-152-10/+19
| * | | Fix inclusion of custom resource files to match TIP specapnadkarni2017-11-072-10/+13
| * | | Minor editsapnadkarni2017-10-282-5/+2
| * | | Reworked build command macros (MAKEBINCMD, CCPKGCMD etc.) and purged old comm...apnadkarni2017-10-264-50/+110
| * | | Updated comments.apnadkarni2017-10-251-114/+20
| * | | Eliminate loimpact and tclalloc options.apnadkarni2017-10-231-13/+2
| * | | Fully qualify OUT_DIR and TMP_DIR paths so that the test target canapnadkarni2017-10-212-9/+22
| * | | Added test and shell targets.apnadkarni2017-10-203-13/+52
| * | | Update RCFILE to PRJ_RCFILE.apnadkarni2017-10-181-1/+1
| * | | Fix resource file compilation when makefile specifies PRJ_RCFILEapnadkarni2017-10-181-13/+51
| * | | Add PRJ_MANIFEST to support manifest generation.apnadkarni2017-10-171-0/+7
| * | | Fixed reversed check for implicit rulesapnadkarni2017-10-161-4/+4