| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [7deeddb36]: signed integer overflow in Tcl_ScanObjCmd() | jan.nijtmans | 2022-02-16 | 1 | -1/+1 |
|
|
* | Add x86_64-w64-mingw32-nmakehlp.exe as a helper, when cross-compiling | jan.nijtmans | 2022-02-16 | 4 | -5/+12 |
|\ |
|
| * | 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 rules-ext... | jan.nijtmans | 2022-02-15 | 3 | -1/+8 |
|
|
| * | See [https://patch-diff.githubusercontent.com/raw/tcltk/tcl/pull/12.patch], b... | jan.nijtmans | 2022-02-15 | 1 | -4/+4 |
|/ |
|
* | Fix regression caused by [d109376ad]: Move nmakehlp target down, so it doesn'... | jan.nijtmans | 2022-02-14 | 1 | -3/+3 |
|
|
* | 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 | 5 | -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 | 5 | -16/+9 |
|
|
* | | Fix [c59fd034fd]: zdll.lib for windows arm64 is compiled for wrong architecture | jan.nijtmans | 2022-02-14 | 1 | -0/+0 |
|/ |
|
* | Merge 8.5. (add some unused spare stub entries) | jan.nijtmans | 2022-02-12 | 3 | -5/+37 |
|\ |
|
| * | Add more spare unused stub entries | jan.nijtmans | 2022-02-11 | 3 | -5/+37 |
|
|
* | | Fix [1720242] (appears the patch was only partially applied) | jan.nijtmans | 2022-02-12 | 2 | -4/+4 |
|
|
* | | More tweaks for windows-arm64 | jan.nijtmans | 2022-02-12 | 4 | -6/+18 |
|\ \ |
|
| * | | 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 | 2 | -4/+4 |
|
|
| * | | See [https://github.com/tcltk/tcl/pull/11], but (hopefully) slightly better | jan.nijtmans | 2022-02-11 | 2 | -2/+7 |
|/ / |
|
* | | Add zlib1.dll for windows-arm64 | jan.nijtmans | 2022-02-10 | 1 | -0/+0 |
|\ \ |
|
| * | | Add zlib1.dll for windows-arm64 (cross-compiled with VS2017) | jan.nijtmans | 2022-02-10 | 1 | -0/+0 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2022-02-10 | 32 | -109/+109 |
| |\ \
| |/ /
|/| | |
|
* | | | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 31 | -108/+108 |
|
|
| * | | Merge 8.7. Try to build on windows-2022 | jan.nijtmans | 2022-02-10 | 2 | -4/+4 |
| |\ \
| |/ /
|/| | |
|
* | | | 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 | 6 | -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 | 6 | -16/+51 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2022-02-08 | 5 | -48/+26 |
| |\ \
| |/ /
|/| | |
|
* | | | 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 | 7 | -55/+44 |
|\ \ \
| |/ / |
|
| * | | 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 | 6 | -10/+36 |
|/ / |
|
* | | Change DEFAULT_PRIMARY_PROMPT from #define to static const string (saves a st... | jan.nijtmans | 2022-02-02 | 1 | -2/+2 |
|
|
* | | Code cleanup in tclMain.c and tclAppInit.c: Make them Tcl-8.7-aware, usable ... | jan.nijtmans | 2022-02-01 | 3 | -23/+39 |
|
|
* | | intPtr -> lengthPtr in Tcl_ListObjLength() documentation, so the documentatio... | jan.nijtmans | 2022-01-24 | 1 | -3/+3 |
|
|
* | | Undo part of [26539e78a7]. Although Tcl_GetRange() does it's own parameter ch... | jan.nijtmans | 2022-01-21 | 3 | -16/+37 |
|
|
* | | Fix [e9a2715d91]: Incompatible Tcl_GetRange(). From now on (unofficially) the... | jan.nijtmans | 2022-01-18 | 4 | -13/+30 |
|\ \ |
|
| * | | Possible fix for [e9a2715d91]: Tcl 8.6.11: Incompatible Tcl_GetRange() | jan.nijtmans | 2022-01-17 | 4 | -13/+30 |
|/ / |
|
* | | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 26 | -141/+172 |
|
|
* | | Follow-up to [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate in... | jan.nijtmans | 2022-01-17 | 3 | -42/+8 |
|
|
* | | Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few simi... | jan.nijtmans | 2022-01-14 | 7 | -9/+9 |
|\ \ |
|
| * | | Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few simi... | jan.nijtmans | 2022-01-13 | 7 | -9/+9 |
|
|
* | | | Fix [bca10e3790]: Undefined behavior in ResultAdd(). Make functions like Resu... | jan.nijtmans | 2022-01-14 | 2 | -19/+19 |
|\ \ \ |
|
| * | | | Suggested fix for [bca10e3790]: Undefined behavior in ResultAdd(). Make funct... | jan.nijtmans | 2022-01-13 | 2 | -19/+19 |
|
|
* | | | | Fix [69218ab7b]: TEBCResume(): buffer over-read in INST_STR_MAP | jan.nijtmans | 2022-01-13 | 1 | -1/+3 |
|\ \ \ \ |
|
| * | | | | Fix [69218ab7b]: TEBCResume(): buffer over-read in INST_STR_MAP | jan.nijtmans | 2022-01-12 | 1 | -1/+3 |
|
|
* | | | | | Fix for [26f1328a86]: sizeof(int) < sizeof(void*) -> Crash | jan.nijtmans | 2022-01-13 | 1 | -9/+9 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Proposed fix for [26f1328a86]: sizeof(int) < sizeof(void*) -> Crash | jan.nijtmans | 2022-01-12 | 1 | -9/+9 |
| |/ / / |
|