summaryrefslogtreecommitdiffstats
path: root/generic/tclBinary.c
Commit message (Expand)AuthorAgeFilesLines
* Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-6/+6
* Stop shimmering for "llength". Internal optimization (but using TIP #644)jan.nijtmans2022-11-301-2/+2
|\
| * Merge 9.0jan.nijtmans2022-11-251-8/+8
| |\
| * | Internal abstract list, don't let "llength" shimmer any more.jan.nijtmans2022-11-231-2/+2
* | | Merge 8.7jan.nijtmans2022-11-281-3/+7
|\ \ \ | |_|/ |/| |
| * | Reduce shimmering: If a conclusion can be drawn about the number of list elem...jan.nijtmans2022-11-281-3/+7
* | | Use Tcl_GetByteArrayFromObj(... in stead of Tcl_GetBytesFromObj(NULL,.... Add...jan.nijtmans2022-11-241-7/+7
* | | Proposed fix for [da63e4c1e]. First version, not 100% as expected yet.jan.nijtmans2022-11-231-1/+1
| |/ |/|
* | Merge trunk. Also update Tcl_ObjType.version to match TIP 644apnadkarni2022-11-091-0/+4
|\ \
| * \ Merge 8.7. lreplace4 bcc instruction and FLT_MAX fixapnadkarni2022-11-051-0/+4
| |\ \ | | |/
| | * Fix for [85ce4bf928]: binary format R Inf] stores FLT_MAXjan.nijtmans2022-11-051-0/+4
| | |\
| | | * Proposed fix for [85ce4bf928]: Fix for problems with storing Inf with [binary...jan.nijtmans2022-11-021-1/+3
| | | |\ | | |/ /
| | | * [85ce4bf928] Fix for problems with storing Inf with [binary format R].dkf2015-05-151-1/+3
* | | | TIP 644 - Make Tcl_ObjType extensibleapnadkarni2022-10-111-1/+2
|/ / /
* | | Merge 8.7jan.nijtmans2022-07-211-6/+4
|\ \ \ | |/ /
| * | More TclGetStringFromObj() usagejan.nijtmans2022-07-211-11/+11
| * | Resolve the TODO: What's going on here? Document or eliminate.jan.nijtmans2022-06-241-5/+1
* | | Remove the Tcl_GetByteArrayFromObj/TclGetByteArrayFromObj stub entries: Those...jan.nijtmans2022-06-151-37/+0
* | | Merge 9.0jan.nijtmans2022-05-171-2/+2
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-05-171-2/+2
| |\ \ \ | | |/ /
| | * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-2/+2
| | * | Handle Tcl_UtfAtIndexjan.nijtmans2022-03-161-2/+2
* | | | More progressjan.nijtmans2022-03-291-18/+18
* | | | Merge 9.0jan.nijtmans2022-03-151-20/+22
|\ \ \ \ | |/ / /
| * | | Update overflow protections to the size_t type.dgp2022-03-111-19/+21
| * | | merge 8.7dgp2022-03-111-1/+1
| |\ \ \ | | |/ /
| | * | merge 8.6dgp2022-03-111-1/+1
| | |\ \
| | | * | 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
* | | | | Merge 9.0jan.nijtmans2022-03-081-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2022-03-081-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.6jan.nijtmans2022-03-081-1/+1
| | |\ \ \ | | | |/ /
| | | * | Fix [9c7557160]: signed integer overflow in UpdateStringOfByteArray()jan.nijtmans2022-03-081-2/+2
* | | | | Merge 9.0jan.nijtmans2022-03-061-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Use size_t in AuxDataPrintProcjan.nijtmans2022-03-011-3/+3
* | | | | Merge 9.0jan.nijtmans2022-02-241-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2022-02-231-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.6jan.nijtmans2022-02-231-2/+2
| | |\ \ \ | | | |/ /
| | | * | Fix [d282fcacd1]: signed integer overflow in ScanNumber()jan.nijtmans2022-02-231-2/+2
| | | * | Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-5/+5
| | | * | Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few simi...jan.nijtmans2022-01-131-1/+1
* | | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-2/+2
* | | | | More WIPjan.nijtmans2022-01-261-5/+5
* | | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-2/+2
|/ / / /
* | | | Merge 8.7jan.nijtmans2021-12-121-2/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2021-12-121-4/+5
| |\ \ \ | | |/ /
| | * | Fix [ac6792195d]: avoid signed integer overflow in BinaryEncodeUu()jan.nijtmans2021-12-121-3/+4
* | | | merge 8.7dgp2021-11-081-1/+0
|\ \ \ \ | |/ / /
| * | | [9899c273ab] Rewrite Tcl_InitStringRep to account for all encounters withdgp2021-11-081-1/+0
* | | | Updates to TIP 568 implementation for Tcl 9:dgp2021-11-071-141/+55