summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
* | | | | Proposed fix for bug-bc7ddc7944griffin2023-08-101-1/+2
|/ / / /
* | | | Permit large scripts > INT_MAX. Not complete because compiler source line tra...apnadkarni2023-07-091-8/+8
* | | | Remove getdbl abstraction.griffin2023-06-131-4/+0
* | | | merge trunkgriffin2023-06-061-20/+28
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2023-06-021-18/+26
| |\ \ \ \ | | |/ / /
| | * | | New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-8/+17
| * | | | Merge 8.7jan.nijtmans2023-06-011-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Fix [9921778646]: something is wrong in core-8-branchjan.nijtmans2023-06-011-6/+6
| | * | | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac...jan.nijtmans2023-05-311-22/+132
| | |/ /
* | | | Function name cleanup.griffin2023-05-261-43/+7
* | | | Merge trunkgriffin2023-05-231-38/+94
|\ \ \ \ | |/ / /
| * | | Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, ...pooryorick2023-05-171-38/+92
| * | | New functions: TclUndoRefCount() and TclDictGetSize().pooryorick2023-05-171-0/+22
| * | | Remove dead codejan.nijtmans2023-05-171-22/+0
* | | | Merge trunkgriffin2023-05-171-1/+78
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2023-05-161-1/+1
| |\ \ \ | | |/ /
| | * | Simplify Tcl 9 compatibility macro's. No change in functionality.jan.nijtmans2023-04-271-2/+2