summaryrefslogtreecommitdiffstats
path: root/generic/tclBinary.c
Commit message (Expand)AuthorAgeFilesLines
* Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-011-5/+5
* Simplify Tcl 9 compatibility macro's. No change in functionality.jan.nijtmans2023-04-271-8/+8
* Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changesjan.nijtmans2023-04-181-3/+3
* Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-4/+4
* Reduce shimmering: If a conclusion can be drawn about the number of list elem...jan.nijtmans2022-11-281-3/+7
* 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
* | 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
* | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-2/+2
* | Handle Tcl_UtfAtIndexjan.nijtmans2022-03-161-2/+2
* | 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 8.6jan.nijtmans2022-03-081-1/+1
|\ \ \ | |/ /
| * | Fix [9c7557160]: signed integer overflow in UpdateStringOfByteArray()jan.nijtmans2022-03-081-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
* | | Merge 8.6jan.nijtmans2021-12-121-4/+5
|\ \ \ | |/ /
| * | Fix [ac6792195d]: avoid signed integer overflow in BinaryEncodeUu()jan.nijtmans2021-12-121-3/+4
* | | [9899c273ab] Rewrite Tcl_InitStringRep to account for all encounters withdgp2021-11-081-1/+0
* | | merge 8.6dgp2021-11-061-25/+9
|\ \ \ | |/ /
| * | Missing static.dgp2021-11-061-1/+1
| * | Make more use of the Tcl_ObjCmdProc typedef for tidier branch merging.dgp2021-11-061-24/+8
| * | More implicit type-casts, for better compatibility with C++jan.nijtmans2021-02-051-13/+13
| * | Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-4/+4
* | | Eliminate unused variables/function-argumentsjan.nijtmans2021-11-061-4/+4
* | | Revise the interface routines for byte arrays to use "numBytes" rather thandgp2021-11-021-45/+49
* | | Revise outdated comments.dgp2021-10-251-64/+43
* | | Merge 8.7jan.nijtmans2021-10-081-40/+40
|\ \ \
| * | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-37/+37
* | | | Make Tcl_GetBytesFromObj work with size_t length parameter (just as Tcl_GetBy...jan.nijtmans2021-01-181-8/+47
* | | | Merge TIP 481 (resolve conflicts)dgp2021-01-151-1/+31
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-12-111-4/+4
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2020-11-251-338/+587
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2018-10-111-9/+9
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2018-10-091-6/+10
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Re-base to 8.7jan.nijtmans2018-10-081-7/+28
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Merge 8.7. Also provide a new function for handling ByteArraysjan.nijtmans2018-08-141-7/+28
* | | | | | | | merge 8.7dgp2020-12-101-2/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | merge 8.7dgp2020-12-071-3/+12
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | TIP586: C String Parsing Support for binary scanoehhar2020-10-251-3/+12
* | | | | | | merge 8.7dgp2020-09-171-7/+8
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-7/+8
* | | | | | | merge 8.7dgp2020-09-151-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6. Remove tests/safe-stock86.test for win builds too (GIT, what are y...jan.nijtmans2020-09-111-1/+1
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |