Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [e5ed1bb28b]: Issue if URL contains numeric IPv6 address. http -> 2.9.6 | jan.nijtmans | 2022-04-04 | 1 | -2/+2 |
| | |||||
* | Fix [639208cc7b]: main makefile.vc OPTS=static compile error in ↵ | jan.nijtmans | 2022-03-15 | 1 | -2/+2 |
| | | | | libtommath\bn_mp_set_i64.c: An unary minus operator was assigned to a signless type. The result is still signless. | ||||
* | Fix [fb4a0a6675]: signed integer overflow in TclpGetClicks() | jan.nijtmans | 2022-02-21 | 1 | -1/+1 |
| | |||||
* | Eliminate aarch64-w64-mingw32-clang warning | jan.nijtmans | 2022-02-18 | 1 | -1/+3 |
| | |||||
* | Merge 8.6 | jan.nijtmans | 2022-02-15 | 1 | -3/+3 |
|\ | |||||
| * | Update win/README | jan.nijtmans | 2022-02-15 | 1 | -12/+11 |
| | | |||||
* | | update README | jan.nijtmans | 2022-02-15 | 1 | -9/+8 |
| | | |||||
* | | Add nmakehlp.exe (for AMD64) to distribution, and make it usable in ↵ | jan.nijtmans | 2022-02-15 | 2 | -0/+6 |
| | | | | | | | | rules-ext.vc too | ||||
* | | See [https://patch-diff.githubusercontent.com/raw/tcltk/tcl/pull/12.patch], ↵ | jan.nijtmans | 2022-02-15 | 1 | -4/+4 |
|/ | | | | but slightly better: If cross-compiling for ARM64, we must be on AMD64, so just use a pre-compile nmakehlp executable | ||||
* | Fix regression caused by [d109376ad]: Move nmakehlp target down, so it ↵ | jan.nijtmans | 2022-02-14 | 1 | -3/+3 |
| | | | | doesn't become the default target. | ||||
* | re-generate configure script for windows | jan.nijtmans | 2022-02-14 | 1 | -1/+1 |
| | |||||
* | Update libz.dll.a and zlib1.dll, use a UCRT runtime in stead of msvcrt for ARM64 | jan.nijtmans | 2022-02-14 | 3 | -3/+3 |
|\ | |||||
| * | Fix determination of HAVE_CPUID with configure script | jan.nijtmans | 2022-02-13 | 2 | -3/+3 |
| | | |||||
| * | Make a start supporting aarch64-w64-mingw32-clang (WIP) | jan.nijtmans | 2022-02-13 | 3 | -16/+9 |
|/ | |||||
* | Document how to cross-compile with Visual Studio | jan.nijtmans | 2022-02-11 | 1 | -0/+7 |
| | |||||
* | more tweaks for windows-arm64 | jan.nijtmans | 2022-02-11 | 1 | -3/+3 |
| | |||||
* | See [https://github.com/tcltk/tcl/pull/11], but (hopefully) slightly better | jan.nijtmans | 2022-02-11 | 1 | -0/+5 |
| | |||||
* | Put back '@' (lost in previous commit) | jan.nijtmans | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | More steps, making it work for ARM64 | jan.nijtmans | 2022-02-09 | 5 | -42/+77 |
|\ | |||||
| * | Accept aarch64 too (in stead of arm64) | jan.nijtmans | 2022-02-08 | 2 | -24/+24 |
| | | |||||
| * | More changed for windows-arm (e.g. add zdll.lib for ARM64, although ↵ | jan.nijtmans | 2022-02-08 | 5 | -16/+51 |
|/ | | | | zlib1.dll still missing) | ||||
* | Fix [bae42b3d24]: [d86e92fb33] et.al. eliminates cpuid when cross compiling ↵ | jan.nijtmans | 2022-02-07 | 4 | -6/+26 |
| | | | | for win32 | ||||
* | Add support for windows-arm platform | jan.nijtmans | 2022-02-07 | 5 | -51/+38 |
|\ | |||||
| * | another try, rules.vc version 1.10 | jan.nijtmans | 2022-02-06 | 1 | -4/+9 |
| | | |||||
| * | See [https://github.com/tcltk/tcl/pull/10] | jan.nijtmans | 2022-02-04 | 4 | -6/+30 |
|/ | |||||
* | Code cleanup in tclMain.c and tclAppInit.c: Make them Tcl-8.7-aware, usable ↵ | jan.nijtmans | 2022-02-01 | 1 | -9/+17 |
| | | | | as more generic examples for extensions. | ||||
* | Update tcltest package to version 2.5.4 (backported from Tcl 8.7) | jan.nijtmans | 2021-12-08 | 1 | -2/+2 |
| | |||||
* | Add more win/*.in files to "make dist". Generate tclUuid.h (not used yet). ↵ | jan.nijtmans | 2021-12-08 | 2 | -17/+44 |
| | | | | With nmake build, install "zlib1.dll" in bin-directory (just as when using make) | ||||
* | Add (missing) win/svnmanifest.in win/tclUuid.h.in (not really used yet) | jan.nijtmans | 2021-11-26 | 2 | -0/+2 |
| | |||||
* | Add rule to generate manifest.uuid and tclUuid.h, if not present already. ↵ | jan.nijtmans | 2021-11-24 | 3 | -7/+22 |
| | | | | Not used yet | ||||
* | Fix -fno-lto determination/add --enable-auto-image-base option to windows ↵ | jan.nijtmans | 2021-11-11 | 2 | -1/+75 |
| | | | | build (when available) | ||||
* | mingw-w64 website changed | jan.nijtmans | 2021-11-08 | 1 | -3/+3 |
| | |||||
* | Bump to 8.6.12 for release | jan.nijtmans | 2021-10-27 | 2 | -2/+2 |
| | |||||
* | Update platform version (1.0.17 -> 1.0.18) for MacOS Monterey support | jan.nijtmans | 2021-10-27 | 1 | -2/+2 |
|\ | |||||
| * | Update platform version (1.0.17 -> 1.0.18) for MacOS Monterey support | jan.nijtmans | 2021-10-27 | 1 | -2/+2 |
| | | |||||
* | | Merge 8.5 | jan.nijtmans | 2021-08-23 | 2 | -6/+9 |
|\ \ | |/ | |||||
| * | Add FALLTHRU markers, to help GCC emit less false warnings | jan.nijtmans | 2021-08-23 | 3 | -24/+28 |
| | | |||||
| * | Code formatting | jan.nijtmans | 2021-08-23 | 1 | -4/+2 |
| | | |||||
| * | Set -DUSE_NMAKE=1 when compiling under nmake. Update .gitattributes and (for ↵ | jan.nijtmans | 2021-07-08 | 1 | -1/+1 |
| | | | | | | | | Fossil) binary-glob and crlf-glob | ||||
* | | Add \DUSE_NMAKE=1 to C-flags when nmake is used | jan.nijtmans | 2021-07-08 | 1 | -1/+1 |
| | | |||||
* | | Merge 8.5 | jan.nijtmans | 2021-06-22 | 1 | -21/+21 |
|\ \ | |/ | |||||
| * | More code cleanup, eliminating various compiler warnings with stricter ↵ | jan.nijtmans | 2021-06-22 | 1 | -21/+21 |
| | | | | | | | | flags. No need to even use strmove at all. | ||||
* | | Merge 8.5 | jan.nijtmans | 2021-06-22 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix [bad6cc213d]: A format string vulnerability in Tcl nmakehelp.c allows ↵ | jan.nijtmans | 2021-06-22 | 1 | -2/+2 |
| | | | | | | | | | | code execution via a crated file. Also change a memcpy() to a memmove(), because the range could be overlapping | ||||
* | | Change a lot of url's (as far as possible) from http:// to https:// | jan.nijtmans | 2021-06-21 | 2 | -8/+3 |
| | | |||||
* | | Name TKSCRIPTZIPNAME the same way as TCLSCRIPTZIPNAME | jan.nijtmans | 2021-06-08 | 1 | -1/+1 |
| | | |||||
* | | Fix default-pkgindex rule in makefile.vc, for generation of TEA extensions ↵ | jan.nijtmans | 2021-04-21 | 1 | -2/+14 |
| | | | | | | | | for Tcl 9 (see: TIP #595) | ||||
* | | Complete TIP #595 for rules.vc | jan.nijtmans | 2021-04-19 | 1 | -1/+7 |
| | | |||||
* | | Fix [85d1fa7d07]: Duplicate file extension check in [file executable] on Windows | jan.nijtmans | 2021-04-15 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Fix [85d1fa7d07]: Duplicate file extension check in [file executable] on ↵ | jan.nijtmans | 2021-04-15 | 1 | -1/+0 |
| | | | | | | | | Windows. It looks like checking for "ps1" is a mistake. |