summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix [7deeddb36]: signed integer overflow in Tcl_ScanObjCmd()jan.nijtmans2022-02-161-1/+1
* Add x86_64-w64-mingw32-nmakehlp.exe as a helper, when cross-compilingjan.nijtmans2022-02-164-5/+12
|\
| * 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-153-1/+8
| * 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-145-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-135-16/+9
* | Fix [c59fd034fd]: zdll.lib for windows arm64 is compiled for wrong architecturejan.nijtmans2022-02-141-0/+0
|/
* Merge 8.5. (add some unused spare stub entries)jan.nijtmans2022-02-123-5/+37
|\
| * Add more spare unused stub entriesjan.nijtmans2022-02-113-5/+37
* | Fix [1720242] (appears the patch was only partially applied)jan.nijtmans2022-02-122-4/+4
* | More tweaks for windows-arm64jan.nijtmans2022-02-124-6/+18
|\ \
| * | Document how to cross-compile with Visual Studiojan.nijtmans2022-02-111-0/+7
| * | more tweaks for windows-arm64jan.nijtmans2022-02-112-4/+4
| * | See [https://github.com/tcltk/tcl/pull/11], but (hopefully) slightly betterjan.nijtmans2022-02-112-2/+7
|/ /
* | Add zlib1.dll for windows-arm64jan.nijtmans2022-02-101-0/+0
|\ \
| * | Add zlib1.dll for windows-arm64 (cross-compiled with VS2017)jan.nijtmans2022-02-101-0/+0
| * | Merge 8.6jan.nijtmans2022-02-1032-109/+109
| |\ \ | |/ / |/| |
* | | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-1031-108/+108
| * | Merge 8.7. Try to build on windows-2022jan.nijtmans2022-02-102-4/+4
| |\ \ | |/ / |/| |
* | | Put back '@' (lost in previous commit)jan.nijtmans2022-02-091-1/+1
* | | More steps, making it work for ARM64jan.nijtmans2022-02-096-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-086-16/+51
| * | Merge 8.6jan.nijtmans2022-02-085-48/+26
| |\ \ | |/ / |/| |
* | | 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-077-55/+44
|\ \ \ | |/ /
| * | another try, rules.vc version 1.10jan.nijtmans2022-02-061-4/+9
| * | See [https://github.com/tcltk/tcl/pull/10]jan.nijtmans2022-02-046-10/+36
|/ /
* | Change DEFAULT_PRIMARY_PROMPT from #define to static const string (saves a st...jan.nijtmans2022-02-021-2/+2
* | Code cleanup in tclMain.c and tclAppInit.c: Make them Tcl-8.7-aware, usable ...jan.nijtmans2022-02-013-23/+39
* | intPtr -> lengthPtr in Tcl_ListObjLength() documentation, so the documentatio...jan.nijtmans2022-01-241-3/+3
* | Undo part of [26539e78a7]. Although Tcl_GetRange() does it's own parameter ch...jan.nijtmans2022-01-213-16/+37
* | Fix [e9a2715d91]: Incompatible Tcl_GetRange(). From now on (unofficially) the...jan.nijtmans2022-01-184-13/+30
|\ \
| * | Possible fix for [e9a2715d91]: Tcl 8.6.11: Incompatible Tcl_GetRange()jan.nijtmans2022-01-174-13/+30
|/ /
* | Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-1726-141/+172
* | Follow-up to [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate in...jan.nijtmans2022-01-173-42/+8
* | Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few simi...jan.nijtmans2022-01-147-9/+9
|\ \
| * | Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few simi...jan.nijtmans2022-01-137-9/+9
* | | Fix [bca10e3790]: Undefined behavior in ResultAdd(). Make functions like Resu...jan.nijtmans2022-01-142-19/+19
|\ \ \
| * | | Suggested fix for [bca10e3790]: Undefined behavior in ResultAdd(). Make funct...jan.nijtmans2022-01-132-19/+19
* | | | Fix [69218ab7b]: TEBCResume(): buffer over-read in INST_STR_MAPjan.nijtmans2022-01-131-1/+3
|\ \ \ \
| * | | | Fix [69218ab7b]: TEBCResume(): buffer over-read in INST_STR_MAPjan.nijtmans2022-01-121-1/+3
* | | | | Fix for [26f1328a86]: sizeof(int) < sizeof(void*) -> Crashjan.nijtmans2022-01-131-9/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Proposed fix for [26f1328a86]: sizeof(int) < sizeof(void*) -> Crashjan.nijtmans2022-01-121-9/+9
| |/ / /