| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 zlib1.dll... | jan.nijtmans | 2022-02-08 | 5 | -16/+51 |
|/ |
|
* | Fix [bae42b3d24]: [d86e92fb33] et.al. eliminates cpuid when cross compiling f... | jan.nijtmans | 2022-02-07 | 4 | -6/+26 |
|
|
* | 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 |
|
|
* | 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). Wi... | jan.nijtmans | 2021-12-08 | 2 | -17/+44 |
|
|
* | 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. Not... | jan.nijtmans | 2021-11-24 | 3 | -7/+22 |
|
|
* | Fix -fno-lto determination/add --enable-auto-image-base option to windows bui... | jan.nijtmans | 2021-11-11 | 2 | -1/+75 |
|
|
* | 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 |
|
|
* | | 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 flags.... | jan.nijtmans | 2021-06-22 | 1 | -21/+21 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2021-06-22 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix [bad6cc213d]: A format string vulnerability in Tcl nmakehelp.c allows cod... | jan.nijtmans | 2021-06-22 | 1 | -2/+2 |
|
|
* | | 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 fo... | jan.nijtmans | 2021-04-21 | 1 | -2/+14 |
|
|
* | | 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 Wind... | jan.nijtmans | 2021-04-15 | 1 | -1/+0 |
|
|
* | | Update to latest "rules.vc" | jan.nijtmans | 2021-04-13 | 1 | -2/+9 |
|
|
* | | Backport dde 1.4.4 from Tcl 8.7. Doesn't conflict with installed Tcl 9.0 vers... | jan.nijtmans | 2021-04-08 | 3 | -3/+3 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2021-02-23 | 2 | -6/+6 |
|\ \
| |/ |
|
| * | Revise buffer-sizes used in GetModuleFileNameW() calls. Available buffer-size... | jan.nijtmans | 2021-02-23 | 2 | -7/+7 |
|
|
* | | Backport win/rules.vc from 8.7 | jan.nijtmans | 2021-02-10 | 1 | -10/+2 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2021-02-08 | 1 | -6/+7 |
|\ \
| |/ |
|
| * | Makefile cleanup: Remove *.zip and *.vfs files/directories as part of "make c... | jan.nijtmans | 2021-02-08 | 2 | -4/+4 |
|
|
* | | On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17 | jan.nijtmans | 2021-02-02 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17 | jan.nijtmans | 2021-02-02 | 1 | -2/+2 |
|
|
* | | Fix [https://core.tcl-lang.org/thread/info/98ae20f0f5|98ae20f0f5] by no longe... | jan.nijtmans | 2021-01-21 | 4 | -5/+81 |
|\ \ |
|
| * | | Don't use LTO for any stub libraries: It's asking for trouble when an extensi... | jan.nijtmans | 2021-01-20 | 4 | -5/+81 |
|/ / |
|
* | | Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019 | jan.nijtmans | 2021-01-13 | 2 | -2/+2 |
|\ \
| |/ |
|
| * | Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019 | jan.nijtmans | 2021-01-13 | 2 | -2/+2 |
|
|
* | | Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16 | jan.nijtmans | 2021-01-05 | 2 | -4/+4 |
|\ \
| |/ |
|
| * | Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother tcl_platform[o... | jan.nijtmans | 2021-01-05 | 2 | -4/+4 |
|
|
* | | More elimination of (obsolete) AC_TRY_COMPILE | jan.nijtmans | 2021-01-05 | 1 | -37/+35 |
|
|