summaryrefslogtreecommitdiffstats
path: root/generic/tclBinary.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7. Random indent fixesjan.nijtmans2024-06-271-2/+2
|\
| * Merge 8.6jan.nijtmans2024-04-041-9/+9
| |\
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-24/+21
| | | | | | | | | JN: Many of those changes are actually good, but there are too many changes to be able to search for a bug somewhere. Feel free to re-apply, after assuring it's really only whitespace changes. (my advise: do that after 9.0b2)
* | | Clean up a lot of small whitespace issues dkf2024-05-131-21/+24
| | | | | | | | | This is the dullest commit ever. Sorry.
* | | More whitespace cleanupdkf2024-05-101-1/+0
| | |
* | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-8/+8
|\ \ \ | |/ /
* | | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release ↵jan.nijtmans2024-03-201-4/+4
|\ \ \ | |/ / | | | | | | (thanks, Sergey!)
| * | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release ↵jan.nijtmans2024-03-201-4/+4
| |\ \ | | |/ | | | | | | (thanks, Sergey!)
| * | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-3/+3
| | |
* | | Fix indentation/brace usage style issuesdkf2024-03-191-2/+1
| | |
* | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-3/+3
| | |
* | | Merge 8.7jan.nijtmans2024-02-271-8/+11
|\ \ \ | |/ /
| * | Some more int -> Tcl_Sizejan.nijtmans2024-02-271-29/+34
| | |
* | | Revise macro usagejan.nijtmans2023-11-161-1/+1
| | |
* | | Fix binary/format/string testcase failures on 32-bit platforms. Reported by ↵jan.nijtmans2023-11-161-2/+2
| | | | | | | | | | | | Harald Oehlmann.
* | | Tcl_GetByteArrayFromObj -> Tcl_GetBytesFromObj everywhere in core, since it ↵jan.nijtmans2023-11-081-6/+6
| | | | | | | | | | | | has the possibility of better error-reporting. This fixes the -DTCL_NO_DEPRECATED build failure
* | | 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 ↵jan.nijtmans2023-09-251-2/+1
| | | | | | | | | | | | "int". Is exactly the same in 8.7, and reduces confusion in 9.0. See [1468052732]
| * | 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
| | | | | | | | | | | | corrections in history.tcl and tcltest.test.
| | | * 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 ↵jan.nijtmans2023-05-011-5/+5
| | | | | | | | | | | | | | | | compromizing existing TIP's
| * | | 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 ↵jan.nijtmans2023-06-161-1/+1
| | | | | | | | | | | | | | | | linux. Also fix some compiler warnings
* | | | Merge trunkgriffin2023-05-231-37/+8
|\ \ \ \ | |/ / /
| * | | More refactoring into common codeapnadkarni2023-05-191-21/+8
| | | |
| * | | Refactor reallocation in preparation for experimentation with different ↵apnadkarni2023-05-041-26/+10
| | | | | | | | | | | | | | | | growth factors
* | | | 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 ↵jan.nijtmans2023-04-231-1/+1
| | | |/ / / | | | | | | | | | | | | | | | | | | for noticing!
| | | * | | Merge trunkapnadkarni2023-04-141-4/+6
| | | |\ \ \
| | | | * \ \ Allow Tcl build without the Tcl 8 compat API. Derived from "disabletcl8api" ↵jan.nijtmans2023-04-131-0/+2
| | | | |\ \ \ | | | |/ / / / | | |/| / / / | | |_|/ / / | |/| | | | branch (thanks, Rolf), but using the already existing -DTCL_NO_DEPRECATED (in Makefile) or CHECKS=nodep (makefile.vc) Since there are Github Action builds with -DTCL_NO_DEPRECATED/CHECKS=nodep, we cannot use the Tcl 8 compat API in the core code itself any more.
| | * | | | Correct spelling errors in comments and documentation, but also a ↵pooryorick2023-04-121-4/+4
| | |\ \ \ \ | |/ / / / / | | | | _ / | | | | / non-comment corrections in history.tcl and tcltest.test.
| | * | | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-4/+4
| | | | | | | | | | | | | | | corrections in history.tcl and tcltest.test.
| | | * | 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
| |\ \ \