summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.5jan.nijtmans2021-02-232-6/+6
|\
| * Revise buffer-sizes used in GetModuleFileNameW() calls. Available buffer-size...jan.nijtmans2021-02-232-7/+7
* | Backport win/rules.vc from 8.7jan.nijtmans2021-02-101-10/+2
* | Merge 8.5jan.nijtmans2021-02-081-6/+7
|\ \ | |/
| * Makefile cleanup: Remove *.zip and *.vfs files/directories as part of "make c...jan.nijtmans2021-02-082-4/+4
* | On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-021-2/+2
|\ \ | |/
| * On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-021-2/+2
* | Fix [https://core.tcl-lang.org/thread/info/98ae20f0f5|98ae20f0f5] by no longe...jan.nijtmans2021-01-214-5/+81
|\ \
| * | Don't use LTO for any stub libraries: It's asking for trouble when an extensi...jan.nijtmans2021-01-204-5/+81
|/ /
* | Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019jan.nijtmans2021-01-132-2/+2
|\ \ | |/
| * Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019jan.nijtmans2021-01-132-2/+2
* | Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16jan.nijtmans2021-01-052-4/+4
|\ \ | |/
| * Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother tcl_platform[o...jan.nijtmans2021-01-052-4/+4
* | More elimination of (obsolete) AC_TRY_COMPILEjan.nijtmans2021-01-051-37/+35
* | Merge 8.5. Restore use of AC_HEADER_STDC in win/configure.in: Wait for 8.7 to...jan.nijtmans2021-01-051-13/+13
|\ \ | |/
* | Eliminate (obsolete) use of AC_TRY_LINK in */configure.in. Still generates t...jan.nijtmans2021-01-051-23/+20
* | Roll-back part of [4dfa9000e1]: This isn't used for Tcl, but breaks some exte...jan.nijtmans2021-01-041-3/+3
* | AC_HELP_STRING -> AS_HELP_STRINGjan.nijtmans2021-01-042-4/+4
* | No longer use deprecated syntax for AC_INIT/AC_OUTPUT. (almost) no change in ...jan.nijtmans2021-01-042-15/+31
* | re-generate win/configurejan.nijtmans2021-01-041-0/+1
|\ \ | |/
| * re-generate win/configurejan.nijtmans2021-01-041-0/+1
| * Last pre-autoconf-2.69 obsolete construct eliminated. Works with autoconf-2.5...jan.nijtmans2020-12-241-17/+16
| * Convert AC_TRY_COMPILE (which is obsolete now) to AC_COMPILE_IFELSE/AC_LANG_P...jan.nijtmans2020-12-242-18/+31
| * More progress in autoconf-2.70 compatibility. Not to be merged to 8.6 yet!jan.nijtmans2020-12-232-24/+26
| * Update all configure-related stuff to work with autoconf-2.70 too. For now, e...jan.nijtmans2020-12-222-8/+8
* | merge 8.6dgp2020-12-261-3/+3
|\ \
| * | Fix testcase for [548cd945d6]: Consistant error-code if creating link fails o...jan.nijtmans2020-12-231-3/+3
* | | merge 8.6dgp2020-12-221-1/+1
|\ \ \ | |/ /
| * | Fix [ea8cd4789c]: Tcl 8.6.11 does not compile with VisualStudio 2010. Thanks ...jan.nijtmans2020-12-221-1/+1
* | | Merge 8.6jan.nijtmans2020-12-174-6/+20
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-12-133-5/+5
| |\ \
| | * | nmake: fix path in tcl.nmake checkapnadkarni2020-12-121-2/+2
| * | | Merge 8.6. Get CreateSymbolicLinkW symbol from kernel32.dll, since Windows XP...jan.nijtmans2020-12-115-134/+172
| |\ \ \ | | |/ /
| * | | RFE 548cd945d6: symlinks for Windows 10jan.nijtmans2020-12-101-4/+9
* | | | merge 8.6dgp2020-12-112-130/+158
|\ \ \ \ | | |/ / | |/| |
| * | | Fix commits 93ab6a and 606df1. msvcrt time64bit - TCL_{MAJOR,MINOR}_VERSION c...apnadkarni2020-12-111-125/+127
| * | | nmake: build nmakehlp with -DNDEBUG, sync rules.vc for 8.7apnadkarni2020-12-112-5/+31
* | | | merge 8.6dgp2020-12-102-6/+8
|\ \ \ \ | |/ / /
| * | | Tweak: account for terminating '\0'jan.nijtmans2020-12-101-1/+1
| * | | Potential fix for [ed5be77734]: win: "comx:" not recognized as serial port.jan.nijtmans2020-12-101-2/+3
| |/ /
| * | sync win/rules.vc with Tcl 8.7. No change for 8.6jan.nijtmans2020-12-101-3/+4
* | | merge 8.6dgp2020-12-076-38/+37
|\ \ \ | |/ /
| * | rules.vc: Make sure that 3th "load" argument is titlecased in pkgIndex.tcljan.nijtmans2020-12-073-5/+5
| * | nmake builds: extract {TCL,TK}_RELEASE_SERIAL and patch letters from {tcl,tk}.hapnadkarni2020-12-061-1/+28
| * | Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-031-2/+2
| |\ \ | | |/
| | * Fix syntax error in win/makefile.vcjan.nijtmans2020-12-031-5/+0
| | * Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-031-2/+2
| * | Don't use -opt:nowin98 linker option any more. See: [https://bugzilla.mozilla...jan.nijtmans2020-12-021-12/+0
| * | Merge 8.5jan.nijtmans2020-12-022-16/+0
| |\ \ | | |/
| | * Fix linker message on windows: LINK : warming LNK4108: /ALIGN specified witho...jan.nijtmans2020-12-022-16/+0