summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2022-05-222-2/+3
|\
| * Disable C4090 warning; See: [https://developercommunity.visualstudio.com/t/c...jan.nijtmans2022-05-222-2/+3
| |
| \
*-. \ TIP #622 implementation: Full Unicode for Tcl 8.7jan.nijtmans2022-05-152-10/+9
|\ \ \ | | |/
| | * Change (unsupported) "utfmax" option in rules.vc to it's reverse "utf16". No ...jan.nijtmans2022-05-152-10/+9
| * | Merge 8.7jan.nijtmans2022-04-261-1/+2
| |\ \
| * \ \ Merge 8.7jan.nijtmans2022-04-041-2/+2
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2022-03-291-1/+1
| |\ \ \ \
| * \ \ \ \ Merge 8.7. First working version, feature completejan.nijtmans2022-03-161-2/+2
| |\ \ \ \ \
| * | | | | | update rules.vcjan.nijtmans2022-03-151-5/+4
| * | | | | | More progressjan.nijtmans2022-03-142-5/+5
* | | | | | | Merge 8.6jan.nijtmans2022-05-121-8/+4
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Remove "testsize time_t" command, it isn't being usedjan.nijtmans2022-05-121-8/+4
* | | | | | | Merge 8.6jan.nijtmans2022-05-101-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix the bug. Standardise and document protocol upgrades.kjnash2022-05-101-2/+2
* | | | | | | Merge 8.6jan.nijtmans2022-05-092-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
* | | | | | fixes build using msys/mingw toolchain, missing build path as include caused:sebres2022-04-261-1/+2
| |_|_|_|/ |/| | | |
* | | | | Merge 8.6. http -> 2.10a2jan.nijtmans2022-04-041-2/+2
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Fix [e5ed1bb28b]: Issue if URL contains numeric IPv6 address. http -> 2.9.6jan.nijtmans2022-04-041-2/+2
* | | | Don't bother UINT2PTR, since INT2PTR is just as good.jan.nijtmans2022-03-291-1/+1
| |_|/ |/| |
* | | Merge 8.6jan.nijtmans2022-03-151-2/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Fix [639208cc7b]: main makefile.vc OPTS=static compile error in libtommath\bn...jan.nijtmans2022-03-151-2/+2
* | Eliminate nmake build warningjan.nijtmans2022-03-101-1/+2
* | Merge 8.6jan.nijtmans2022-02-211-1/+1
|\ \ | |/
| * Fix [fb4a0a6675]: signed integer overflow in TclpGetClicks()jan.nijtmans2022-02-211-1/+1
* | Merge 8.6jan.nijtmans2022-02-181-0/+2
|\ \ | |/
| * Eliminate aarch64-w64-mingw32-clang warningjan.nijtmans2022-02-181-1/+3
* | Merge 8.6jan.nijtmans2022-02-164-4/+10
|\ \ | |/
| * Merge 8.6jan.nijtmans2022-02-151-3/+3
| |\
| * | 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
* | | Tcl 8.7 requires Visual Studio 2015 or newerjan.nijtmans2022-02-151-1/+1
* | | Merge 8.6jan.nijtmans2022-02-151-13/+14
|\ \ \ | | |/ | |/|
| * | Update win/READMEjan.nijtmans2022-02-151-12/+11
| |/
* | Correct references to libtommath.dll.a/tommath.lib, depending on compiler (wa...jan.nijtmans2022-02-142-6/+12
| |
| \
*-. \ More improvements when cross-compiling on Windows. Now libtommath and zlib li...jan.nijtmans2022-02-142-4/+4
|\ \ \ | | |/
| | * Fix regression caused by [d109376ad]: Move nmakehlp target down, so it doesn'...jan.nijtmans2022-02-141-3/+3
| * | Use TCLSH_NATIVE for building the zip-file when cross-compilingjan.nijtmans2022-02-141-1/+1
|/ /
* | Merge 8.6jan.nijtmans2022-02-143-4/+4
|\ \ | |/
| * 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
| |/
* | Merge 8.6jan.nijtmans2022-02-122-3/+15
|\ \ | |/
| * 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
* | Merge 8.6jan.nijtmans2022-02-091-1/+1
|\ \ | |/
| * Put back '@' (lost in previous commit)jan.nijtmans2022-02-091-1/+1