summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* merge core-8-branchjan.nijtmans2017-12-281-17/+16
|\
| * Fix bug introduced in [0dd0d14489258621] (only for TCL_UTF_MAX > 3): If len p...jan.nijtmans2017-12-281-17/+16
* | merge core-8-branchjan.nijtmans2017-12-281-12/+43
|\ \
| * \ merge core-8-6-branchjan.nijtmans2017-12-281-12/+43
| |\ \ | | |/
| | * Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly wh...jan.nijtmans2017-12-281-13/+44
* | | Merged core-8-branch: replace ifdef TCLDIR with compare against empty stringapnadkarni2017-12-261-1/+1
|\ \ \ | |/ /
| * | Merged core-8-6-branch: replace ifdef TCLDIR with compare against empty stringapnadkarni2017-12-261-1/+1
| |\ \ | | |/
| | * 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
* | | | | Merge nmake rules 1.1apnadkarni2017-12-231-5/+34
|\ \ \ \ \ | |/ / / /
| * | | | Merge nmake rules 1.1apnadkarni2017-12-231-5/+34
| |\ \ \ \ | | |/ / /
| | * | | Look for Tcl and Tk import libraries with or without "t" suffix conventionapnadkarni2017-12-231-5/+34
| | | |/ | | |/|
* | | | merge core-8-branchjan.nijtmans2017-12-221-26/+14
|\ \ \ \ | |/ / /
| * | | Remove use of compiler option "opt:nowin98". Don't use "t" as suffix any more...jan.nijtmans2017-12-211-26/+14
* | | | merge core-8-branchjan.nijtmans2017-12-181-43/+0
|\ \ \ \ | |/ / /
| * | | merge core-8-6-branch. Remove win/coffbase.txt, which isn't used any more.jan.nijtmans2017-12-181-43/+0
| |\ \ \ | | |/ /
| * | | Revert a few more (int -> size_t) transitions, which could effect extensions ...jan.nijtmans2017-12-152-4/+4
* | | | core-8-branch merge: Use nmakehlp -L to locate directoriesapnadkarni2017-12-133-25/+72
|\ \ \ \ | |/ / /
| * | | core-8-6-branch merge: Use nmakehlp -L to locate directoriesapnadkarni2017-12-133-25/+72
| |\ \ \ | | |/ /
| | * | 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
|\ \ \ \ | |/ / /
| * | | Add -L option to nmakehlp to locate directoriesapnadkarni2017-12-121-1/+100
| |\ \ \ | | |/ /
| | * | Add -L option to nmakehlp to locate directoriesapnadkarni2017-12-121-1/+100
* | | | Merge from core-8-branch - install stubs and headers where presentapnadkarni2017-12-112-2/+48
|\ \ \ \ | |/ / /
| * | | Merge from core-8-6-branch - install stubs and headers where presentapnadkarni2017-12-112-2/+48
| |\ \ \ | | |/ /
| | * | Allow standard targets to be selectively disabled.apnadkarni2017-12-112-2/+48
* | | | merge core-8-branch. jan.nijtmans2017-12-092-8/+19
|\ \ \ \ | |/ / /
| * | | merge core-8-6-branchjan.nijtmans2017-12-091-1/+19
| |\ \ \ | | |/ /
| | * | Undo latest change to tcl.rc, since the autoconf-based windows build doesn't ...jan.nijtmans2017-12-091-1/+19
* | | | TIP477 merge: reformed nmake build systemapnadkarni2017-12-085-832/+1644
|\ \ \ \ | |/ / /
| * | | TIP477 merge: nmake build reformapnadkarni2017-12-085-1628/+2442
| |\ \ \ | | |/ /
| | * | 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