summaryrefslogtreecommitdiffstats
path: root/generic/tclBinary.c
Commit message (Expand)AuthorAgeFilesLines
* Remaining fixes for [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usagejan.nijtmans2023-10-221-2/+2
* Merge 8.7jan.nijtmans2023-10-191-7/+7
|\
| * Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-8/+8
| * Make last argument of Tcl_GetByteArrayFromObj() "Tcl_Size *" in stead of "int...jan.nijtmans2023-09-251-2/+1
| * Allow larger values for "binary encode base64 -maxlen". Add some more testcasesjan.nijtmans2023-09-181-2/+2
* | Merge 8.7jan.nijtmans2023-09-121-4/+4
|\ \ | |/
| *-. TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0)jan.nijtmans2023-09-121-4/+4
| |\ \
| | | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-4/+4
| | | * Fix 2 warnings: warning C4018: '>': signed/unsigned mismatchjan.nijtmans2022-03-121-2/+2
| | * | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-011-5/+5
| * | | Rebase to latest 8.7jan.nijtmans2023-05-101-73/+8
| |/ /
| * | 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
* | | merge trunkgriffin2023-06-191-1/+1
|\ \ \
| * | | Proposed fix for [c13819225e]: Problem with lsort|lsearch -stride on 32-bit l...jan.nijtmans2023-06-161-1/+1
* | | | Merge trunkgriffin2023-05-231-37/+8
|\ \ \ \ | |/ / /
| * | | More refactoring into common codeapnadkarni2023-05-191-21/+8
| * | | Refactor reallocation in preparation for experimentation with different growt...apnadkarni2023-05-041-26/+10
* | | | merge trunkgriffin2023-05-031-2/+2
|\ \ \ \ | |/ / /
| * | | Reduce number of needed type-casts. No change in functionalityjan.nijtmans2023-04-261-2/+2
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-----. \ \ \ Partial sync-up with trunk.griffin2023-04-301-79/+88
|\ \ \ \ \ \ \ | | | | |/ / /
| | | | * | | Fix [2e3fed53ba] - binary encode uuencodeapnadkarni2023-04-241-3/+3
| | | | * | | Fix [c719fa8716] - binary encode base64 assertion failureapnadkarni2023-04-241-4/+4
| | | | * | | Fix [9369f83649] - binary format/scan for big dataapnadkarni2023-04-241-7/+7
| | | | * | | Missing !defined(TCL_NO_DEPRECATED) around TIP #616 macro's. Thanks Rolf for...jan.nijtmans2023-04-231-1/+1
| | | |/ / /
| | | * | | Merge trunkapnadkarni2023-04-141-4/+6
| | | |\ \ \
| | | | * \ \ Allow Tcl build without the Tcl 8 compat API. Derived from "disabletcl8api" b...jan.nijtmans2023-04-131-0/+2
| | | | |\ \ \ | | | |/ / / / | | |/| / / / | | |_|/ / / | |/| | | |
| | * | | | Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-4/+4
| | |\ \ \ \ | |/ / / / / | | | | _ / | | | | /
| | * | | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-4/+4
| | | * | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-66/+73
| | |/ / | |/| |
* | | | Merge trunkgriffin2023-03-251-6/+6
|\ \ \ \ | |/ / /
| * | | 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
|\ \ \ \