summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2022-02-101-0/+0
|\
| * 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
| | |\ | | |/ | |/|
| | * Merge 8.7. Try to build on windows-2022jan.nijtmans2022-02-102-4/+4
| | |\
* | | | Use Tcl_NewWideIntObj() for values that might be bigger than 32-bitjan.nijtmans2022-02-101-2/+2
* | | | Merge 8.6jan.nijtmans2022-02-1035-117/+117
|\ \ \ \ | |/ / /
| * | | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-1031-108/+108
| | |/ | |/|
* | | Merge 8.6jan.nijtmans2022-02-091-1/+1
|\ \ \ | |/ /
| * | Put back '@' (lost in previous commit)jan.nijtmans2022-02-091-1/+1
* | | Merge 8.6jan.nijtmans2022-02-097-38/+77
|\ \ \ | |/ /
| * | 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
| | |\ | | |/ | |/|
* | | Correct previous commit (Windows build error)jan.nijtmans2022-02-081-1/+1
* | | Fix [1fe745559a]: Conditional jump or move depends on uninitialised value in ...jan.nijtmans2022-02-071-1/+3
|\ \ \
| * | | Fix [1fe745559a]: 8.7, 9.0: Conditional jump or move depends on uninitialised...jan.nijtmans2022-02-071-1/+3
|/ / /
* | | Merge 8.6jan.nijtmans2022-02-074-10/+30
|\ \ \ | |/ /
| * | Fix [bae42b3d24]: [d86e92fb33] et.al. eliminates cpuid when cross compiling f...jan.nijtmans2022-02-074-6/+26
* | | Merge 8.6jan.nijtmans2022-02-077-55/+42
|\ \ \ | |/ /
| * | 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
| |/
* | Fix Tcl_UtfToWChar() typedefjan.nijtmans2022-02-031-4/+4
* | Merge 8.6jan.nijtmans2022-02-021-2/+2
|\ \ | |/
| * Change DEFAULT_PRIMARY_PROMPT from #define to static const string (saves a st...jan.nijtmans2022-02-021-2/+2
* | Merge 8.6jan.nijtmans2022-02-013-13/+13
|\ \ | |/
| * Code cleanup in tclMain.c and tclAppInit.c: Make them Tcl-8.7-aware, usable ...jan.nijtmans2022-02-013-23/+39
* | take advantage of what we know re: argv guarantees [https://www.iso-9899.info...bch2022-01-281-7/+5
* | rejig argv/argc handling in response to investigation prompted by [https://ar...bch2022-01-281-9/+17
* | Add back a clarification to the documentation for [expr] that an operand ispooryorick2022-01-261-68/+69
* | Merge 8.6jan.nijtmans2022-01-241-3/+3
|\ \ | |/
| * intPtr -> lengthPtr in Tcl_ListObjLength() documentation, so the documentatio...jan.nijtmans2022-01-241-3/+3
* | Don't document the size_t form of Tcl_GetStringFromObj() (yet), because it's ...jan.nijtmans2022-01-241-1/+1
* | Fix another bug in Tcl_GetIntForIndex() (demonstrated by the new testcases fr...jan.nijtmans2022-01-242-4/+5
* | eol-spacing from previous commitjan.nijtmans2022-01-231-7/+7
* | Rewrite of documentation for [chan]pooryorick2022-01-221-640/+466
* | Merge 8.6jan.nijtmans2022-01-211-8/+4
|\ \ | |/
| * Undo part of [26539e78a7]. Although Tcl_GetRange() does it's own parameter ch...jan.nijtmans2022-01-213-16/+37
* | Fix bug in Tcl_GetIntForIndex() (TIP #544), discovered when investigating [ht...jan.nijtmans2022-01-213-1/+77
|\ \
| * | Add test-cases for Tcl_GetIntForIndex(). This reveals a minor bugjan.nijtmans2022-01-213-5/+78
| * | (partial) fix for [https://core.tcl-lang.org/tk/tktview?name=a9929f112a|a9929...jan.nijtmans2022-01-191-1/+4
|/ /
* | Update documentation for Tcl_GetRange()jan.nijtmans2022-01-181-2/+4
* | Merge 8.6jan.nijtmans2022-01-184-11/+29
|\ \ | |/
| * 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
| |/
* | Fix merge conflict previous commitjan.nijtmans2022-01-174-6/+1
* | Merge 8.6jan.nijtmans2022-01-177-14/+23
|\ \ | |/
| * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-1726-141/+172