summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* code cleanup (backported from 8.7)jan.nijtmans2022-09-071-308/+458
* Ticket [55a02f20ec] - fallback to USERPROFILE when setting HOME env on Windowsapnadkarni2022-09-051-1/+8
* typo'sjan.nijtmans2022-09-031-3/+3
* tcltest 2.5.4 -> 2.5.5jan.nijtmans2022-07-221-2/+2
* Code cleanup (use {} in if/else statemenets)jan.nijtmans2022-07-122-4/+5
* Unnecessary quotes in win/rules.vcjan.nijtmans2022-07-071-1/+1
* slightly stricter checking for TCL_MAJOR_VERSION in rules.vcjan.nijtmans2022-06-241-1/+1
* bump http version to 2.9.8jan.nijtmans2022-06-201-2/+2
* Disable C4090 warning; See: [https://developercommunity.visualstudio.com/t/c...jan.nijtmans2022-05-222-2/+3
* Change (unsupported) "utfmax" option in rules.vc to it's reverse "utf16". No ...jan.nijtmans2022-05-152-10/+9
* Remove "testsize time_t" command, it isn't being usedjan.nijtmans2022-05-121-8/+4
* Fix the bug. Standardise and document protocol upgrades.kjnash2022-05-101-2/+2
* 'develop' fixes for zlib-1.2.12. Will be in zlib-1.2.12.1 or zlib-1.2.13.jan.nijtmans2022-05-092-2/+2
* Fix [e5ed1bb28b]: Issue if URL contains numeric IPv6 address. http -> 2.9.6jan.nijtmans2022-04-041-2/+2
* Fix [639208cc7b]: main makefile.vc OPTS=static compile error in libtommath\bn...jan.nijtmans2022-03-151-2/+2
* Fix [fb4a0a6675]: signed integer overflow in TclpGetClicks()jan.nijtmans2022-02-211-1/+1
* Eliminate aarch64-w64-mingw32-clang warningjan.nijtmans2022-02-181-1/+3
* Merge 8.6jan.nijtmans2022-02-151-3/+3
|\
| * Update win/READMEjan.nijtmans2022-02-151-12/+11
* | update READMEjan.nijtmans2022-02-151-9/+8
* | Add nmakehlp.exe (for AMD64) to distribution, and make it usable in rules-ext...jan.nijtmans2022-02-152-0/+6
* | See [https://patch-diff.githubusercontent.com/raw/tcltk/tcl/pull/12.patch], b...jan.nijtmans2022-02-151-4/+4
|/
* Fix regression caused by [d109376ad]: Move nmakehlp target down, so it doesn'...jan.nijtmans2022-02-141-3/+3
* re-generate configure script for windowsjan.nijtmans2022-02-141-1/+1
* Update libz.dll.a and zlib1.dll, use a UCRT runtime in stead of msvcrt for ARM64jan.nijtmans2022-02-143-3/+3
|\
| * Fix determination of HAVE_CPUID with configure scriptjan.nijtmans2022-02-132-3/+3
| * Make a start supporting aarch64-w64-mingw32-clang (WIP)jan.nijtmans2022-02-133-16/+9
|/
* Document how to cross-compile with Visual Studiojan.nijtmans2022-02-111-0/+7
* more tweaks for windows-arm64jan.nijtmans2022-02-111-3/+3
* See [https://github.com/tcltk/tcl/pull/11], but (hopefully) slightly betterjan.nijtmans2022-02-111-0/+5
* Put back '@' (lost in previous commit)jan.nijtmans2022-02-091-1/+1
* More steps, making it work for ARM64jan.nijtmans2022-02-095-42/+77
|\
| * Accept aarch64 too (in stead of arm64)jan.nijtmans2022-02-082-24/+24
| * More changed for windows-arm (e.g. add zdll.lib for ARM64, although zlib1.dll...jan.nijtmans2022-02-085-16/+51
|/
* Fix [bae42b3d24]: [d86e92fb33] et.al. eliminates cpuid when cross compiling f...jan.nijtmans2022-02-074-6/+26
* Add support for windows-arm platformjan.nijtmans2022-02-075-51/+38
|\
| * another try, rules.vc version 1.10jan.nijtmans2022-02-061-4/+9
| * See [https://github.com/tcltk/tcl/pull/10]jan.nijtmans2022-02-044-6/+30
|/
* Code cleanup in tclMain.c and tclAppInit.c: Make them Tcl-8.7-aware, usable ...jan.nijtmans2022-02-011-9/+17
* Update tcltest package to version 2.5.4 (backported from Tcl 8.7)jan.nijtmans2021-12-081-2/+2
* Add more win/*.in files to "make dist". Generate tclUuid.h (not used yet). Wi...jan.nijtmans2021-12-082-17/+44
* Add (missing) win/svnmanifest.in win/tclUuid.h.in (not really used yet)jan.nijtmans2021-11-262-0/+2
* Add rule to generate manifest.uuid and tclUuid.h, if not present already. Not...jan.nijtmans2021-11-243-7/+22
* Fix -fno-lto determination/add --enable-auto-image-base option to windows bui...jan.nijtmans2021-11-112-1/+75
* mingw-w64 website changedjan.nijtmans2021-11-081-3/+3
* Bump to 8.6.12 for releasejan.nijtmans2021-10-272-2/+2
* Update platform version (1.0.17 -> 1.0.18) for MacOS Monterey supportjan.nijtmans2021-10-271-2/+2
|\
| * Update platform version (1.0.17 -> 1.0.18) for MacOS Monterey supportjan.nijtmans2021-10-271-2/+2
* | Merge 8.5jan.nijtmans2021-08-232-6/+9
|\ \ | |/
| * Add FALLTHRU markers, to help GCC emit less false warningsjan.nijtmans2021-08-233-24/+28