summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2022-02-163-36/+36
|\
| * Merge 8.6jan.nijtmans2022-02-163-36/+36
| |\
| | * Fix [7f8a3d9818]: signed integer overflow in tclExecute.cjan.nijtmans2022-02-161-8/+8
| | * Fix [1c60dca341]: signed integer overflow in Tcl_SetBignumObj()jan.nijtmans2022-02-161-4/+4
| | * Fix [c6fea6ba6]: possible signed integer overflow in Tcl_GetLongFromObj(), Tc...jan.nijtmans2022-02-161-2/+2
| | * Fix [89de498973]: signed integer overflow in TclParseNumber()jan.nijtmans2022-02-161-4/+4
| | * Fix [7deeddb36]: signed integer overflow in Tcl_ScanObjCmd()jan.nijtmans2022-02-161-1/+1
| | * 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
* | | | Merge 8.7jan.nijtmans2022-02-101-2/+2
|\ \ \ \ | |/ / /
| * | | Use Tcl_NewWideIntObj() for values that might be bigger than 32-bitjan.nijtmans2022-02-101-2/+2
* | | | Merge 8.7jan.nijtmans2022-02-1035-116/+116
|\ \ \ \ | |/ / /
| * | | 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.7jan.nijtmans2022-02-081-1/+1
|\ \ \ \ | |/ / /
| * | | Correct previous commit (Windows build error)jan.nijtmans2022-02-081-1/+1
* | | | Merge 8.7jan.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.7jan.nijtmans2022-02-071-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2022-02-071-3/+3
| |\ \ \ | | |/ /
| | * | See [https://github.com/tcltk/tcl/pull/10]jan.nijtmans2022-02-041-3/+3
* | | | Merge 8.7jan.nijtmans2022-02-031-4/+4
|\ \ \ \ | |/ / /
| * | | Fix Tcl_UtfToWChar() typedefjan.nijtmans2022-02-031-4/+4
* | | | Merge 8.7jan.nijtmans2022-02-021-2/+2
|\ \ \ \ | |/ / /
| * | | 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.7jan.nijtmans2022-02-011-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2022-02-011-6/+7
| |\ \ \ | | |/ /
| | * | Code cleanup in tclMain.c and tclAppInit.c: Make them Tcl-8.7-aware, usable ...jan.nijtmans2022-02-011-10/+11
| * | | 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
| * | | Fix another bug in Tcl_GetIntForIndex() (demonstrated by the new testcases fr...jan.nijtmans2022-01-242-4/+5
* | | | take advantage of what we know re: argv guarantees [https://www.iso-9899.info...bch2022-01-291-6/+4
* | | | be more strict about using argv[0]bch2022-01-281-2/+4
* | | | rejig argv/argc Tcl_MainEx() handling, prompted by outside discussion re: cur...bch2022-01-281-9/+15
* | | | Merge 8.7jan.nijtmans2022-01-211-8/+4
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge 8.7jan.nijtmans2022-01-212-4/+32
|\ \ \ \ | |/ / /
| * | | Add test-cases for Tcl_GetIntForIndex(). This reveals a minor bugjan.nijtmans2022-01-212-5/+31
| * | | (partial) fix for [https://core.tcl-lang.org/tk/tktview?name=a9929f112a|a9929...jan.nijtmans2022-01-191-1/+4
| * | | Merge 8.6jan.nijtmans2022-01-184-11/+29
| |\ \ \ | | |/ /
* | | | Merge 8.7jan.nijtmans2022-01-184-10/+25
|\ \ \ \ | | |/ / | |/| |
| * | | Possible fix for [e9a2715d91]: Tcl 8.6.11: Incompatible Tcl_GetRange()jan.nijtmans2022-01-174-13/+30
* | | | Merge 8.7jan.nijtmans2022-01-173-13/+17
|\ \ \ \ | | |/ / | |/| |
| * | | 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
* | | | Merge 8.7jan.nijtmans2022-01-173-57/+6
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2022-01-173-54/+17
| |\ \ \ | | |/ /