summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* TIP490: oo for msgcal: new solution enable any command for oo, new command mc...oehhar2018-01-101-2/+2
* Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for ...jan.nijtmans2018-01-102-81/+2
* merge core-8-6-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-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-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
|\ \ \ \ | |/ / /
| * | | Look for Tcl and Tk import libraries with or without "t" suffix conventionapnadkarni2017-12-231-5/+34
| | |/ | |/|
* | | Remove use of compiler option "opt:nowin98". Don't use "t" as suffix any more...jan.nijtmans2017-12-211-26/+14
* | | 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-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
* | | 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-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: 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
| | * | 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
| | * | Permit application makefile to define RCFILE.apnadkarni2017-10-153-21/+38
| | * | Fix RC template dependency to not generate it every timeapnadkarni2017-10-081-1/+3
| | * | Fix htmlhelp generation on 64-bit systemsapnadkarni2017-10-082-18/+5
| | * | Add default rc template so extensions do not have to write their ownapnadkarni2017-10-082-23/+43