summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
* TIP #648: New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj()jan.nijtmans2024-04-201-0/+67
|\
| * TIP #648: New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj()jan.nijtmans2024-04-201-0/+67
| |\
| | * Revive TIP #648jan.nijtmans2024-04-081-0/+67
| | |\
| | | * Rebase to 8.7jan.nijtmans2022-11-211-0/+67
| | | |\
| | | | * Rebase to latest 8.7jan.nijtmans2022-11-201-0/+67
| | | | |\
| | | | | * Merge 8.7jan.nijtmans2022-11-151-24/+10
| | | | | |\
| | | | | * | Fix panic messagejan.nijtmans2022-11-111-1/+1
| | | | | * | Fix for Tcl_SetWideUIntObjjan.nijtmans2022-11-111-1/+1
| | | | | * | Merge 8.7jan.nijtmans2022-11-111-2/+1
| | | | | |\ \
| | | | | * | | New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj() (still experimental)jan.nijtmans2022-11-041-0/+68
| | | | | |/ /
* | | | | | | merge 8.7sebres2024-04-121-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | merge 8.6sebres2024-04-121-1/+1
| |\ \ \ \ \ \
| | * \ \ \ \ \ merge 8.5, amend to [82f721a5a039596f]: the bug was fixed incompletely, this ...sebres2024-04-121-1/+1
| | |\ \ \ \ \ \
| | | * | | | | | amend to [295b0570ff660950]: the bug was fixed incompletely, this is full bug...sebres2024-04-121-1/+1
| | | * | | | | | Update some libtommath functions to the latest trunk versions. Small step for...jan.nijtmans2019-05-291-7/+7
* | | | | | | | | Merge 8.7jan.nijtmans2024-04-101-32/+32
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | / / / / / | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Merge 8.6 Use TclHasInternalRep() macro in more places.jan.nijtmans2024-04-101-33/+33
| |\ \ \ \ \ \ \ | | |/ / / / / /
* | | | | | | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Formatting/indentingjan.nijtmans2024-03-211-3/+3
| * | | | | | | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-1/+1
* | | | | | | | Fix indentation/brace usage style issuesdkf2024-03-191-2/+4
* | | | | | | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-1/+1
* | | | | | | | Restore the TclGetStringFromObj() macro in tclInt.h as it was in 8.6/8.7jan.nijtmans2024-03-121-0/+1
* | | | | | | | Merge 8.7jan.nijtmans2024-02-081-6/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.6. Some int -> Tcl_Sizejan.nijtmans2024-02-081-10/+10
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Fix gcc 13.2.1 (Fedora 39.1) warning: Writing of 1 byte into a region of size...jan.nijtmans2024-02-081-1/+1
* | | | | | | | Revise macro usagejan.nijtmans2023-11-161-2/+11
* | | | | | | | Remaining fixes for [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usagejan.nijtmans2023-10-221-3/+3
* | | | | | | | Merge 8.7jan.nijtmans2023-10-191-12/+12
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-12/+12
* | | | | | | | Merge 8.7jan.nijtmans2023-10-101-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
* | | | | | | | Merge 8.7apnadkarni2023-09-251-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix (actually benign) gcc warning below about writing past array bound.apnadkarni2023-09-251-1/+1
* | | | | | | | Merge 8.7jan.nijtmans2023-09-121-9/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0)jan.nijtmans2023-09-121-3/+1
| |\ \ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-7/+7
| | | * | | | | | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-4/+4
| | * | | | | | | Rebase to 8.7jan.nijtmans2023-08-301-3/+1
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Rebase to 8.7jan.nijtmans2023-07-261-3/+1
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ Rebase to 8.7jan.nijtmans2023-07-091-3/+1
| | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-011-3/+1
| * | | | | | | | | | | Rebase to 8.7jan.nijtmans2023-08-301-53/+3
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Rebase to 8.7jan.nijtmans2023-07-261-53/+3
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | Rebase to latest 8.7jan.nijtmans2023-05-101-53/+3
| | | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / | | | |/| | | | | | | |
| | | | * | | | | | | | TIP #666 implementationjan.nijtmans2023-05-031-10/+2
| | | |/ / / / / / / /
| * | | | | | | | | | The experiment deployment of TclDuplicatePureObj() has been reverted fromdgp2023-08-211-119/+0
| |/ / / / / / / / /
| * | | | | | | | | Backport changes in tclListObj.c from Tcl 9.0jan.nijtmans2023-07-131-3/+0
| * | | | | | | | | Fix special-case in SetDuplicatePureObj(): Since typePtr is always &tclListTy...jan.nijtmans2023-07-121-4/+4
| * | | | | | | | | Consider 3 more types as special in TclDuplicatePureObj(). Updated comment fo...jan.nijtmans2023-07-121-0/+6
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Revert DupolicatePureObj back to DuplicateObj.griffin2023-08-101-119/+0
|\ \ \ \ \ \ \ \ \