summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Add more testcases for Tcl_GetRange()jan.nijtmans2022-06-141-4/+16
* Missing "const" with -DREG_DEBUG=1jan.nijtmans2022-06-021-1/+1
* typojan.nijtmans2022-06-021-1/+1
* Tcl_SetCommandTokenInfo() does not existjan.nijtmans2022-05-311-4/+0
* Merge 8.5jan.nijtmans2022-05-262-2/+2
|\
| * [https://github.com/tcltk/tcl/pull/15] and typojan.nijtmans2022-05-262-2/+2
* | Simplify solution for [76ad7aeba3]: No need to call TclGetNumberFromObj() twi...jan.nijtmans2022-05-251-15/+3
* | Renumber two testcases (align with Tcl 8.7), and align Cywin-specific error-m...jan.nijtmans2022-05-251-2/+2
* | Add testcases and fix implementationjan.nijtmans2022-05-251-10/+15
* | Proposed fix for [76ad7aeba3]: boundary case bug in [string is integer]. Miss...jan.nijtmans2022-05-222-12/+27
* | Merge 8.5jan.nijtmans2022-05-223-5/+13
|\ \ | |/
| * 2 more unused stub entriesjan.nijtmans2022-05-223-5/+13
* | Update libtommath to latest support/1.x branchjan.nijtmans2022-04-281-3/+12
* | closes bug [27520c9b17]sebres2022-04-261-0/+3
|\ \
| * | fixes compilation of try-command [27520c9b17]: compile only if finaly token i...sebres2022-04-261-0/+3
* | | boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't exist...jan.nijtmans2022-04-206-47/+47
* | | Fix [05ff16e799]: signed integer overflow in ExtendStringRepWithUnicode()jan.nijtmans2022-04-081-1/+1
* | | Fix [0e8fd6c6d5]: (unsigned)STRING_SIZE(STRING_MAXCHARS) is 0 (and optimize S...jan.nijtmans2022-03-221-2/+2
* | | Merge 8.5jan.nijtmans2022-03-223-5/+17
|\ \ \ | | |/ | |/|
| * | Reserve 3 more stub entriesjan.nijtmans2022-03-223-5/+17
* | | Fix 2 warnings: warning C4018: '>': signed/unsigned mismatchjan.nijtmans2022-03-121-2/+2
* | | Revise the loop logic to be more correct, more clear, and more consistendgp2022-03-111-2/+2
* | | Alternatve patch to replace UB treatment of int overflow.dgp2022-03-111-13/+16
* | | Fix [8a7ec8a389]: error when compiling a fat binary for Mac M1jan.nijtmans2022-03-111-3/+3
* | | Backport fix and test for typecasting bug in Tcl_GetUniChar().dgp2022-03-081-2/+2
* | | Fix [9c7557160]: signed integer overflow in UpdateStringOfByteArray()jan.nijtmans2022-03-081-2/+2
* | | Fix [1c7f179710]: undefined behavior for INST_LSHIFT in ExecuteExtendedBinary...jan.nijtmans2022-03-081-2/+2
* | | Fix [b6afa33737]: signed integer overflow in TclInitStringRep() macrojan.nijtmans2022-03-081-1/+1
* | | Fix [4789e18fcb]: signed integer overflow during obj-31.6jan.nijtmans2022-03-061-3/+3
* | | Fix [112e7aa36d]: signed integer overflow in Tcl_SetObjLength(), Tcl_AttemptS...jan.nijtmans2022-03-061-4/+4
* | | Fix [cb90038a63]: signed integer overflow during expr-34.22, expr-36.22jan.nijtmans2022-02-231-2/+4
* | | Merge 8.5jan.nijtmans2022-02-233-5/+13
|\ \ \ | |/ /
| * | 2 more spare stub entriesjan.nijtmans2022-02-233-5/+13
* | | Fix [d282fcacd1]: signed integer overflow in ScanNumber()jan.nijtmans2022-02-231-2/+2
* | | Addendum to [7deeddb36]: Use WIDE_MIN/WIDE_MAX in more placesjan.nijtmans2022-02-173-23/+25
* | | 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
* | | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-1031-108/+108
* | | See [https://github.com/tcltk/tcl/pull/10]jan.nijtmans2022-02-041-3/+3
* | | 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-011-10/+11
* | | Undo part of [26539e78a7]. Although Tcl_GetRange() does it's own parameter ch...jan.nijtmans2022-01-213-16/+37
* | | 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