summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
* Rebase to latest 8.7jan.nijtmans2022-11-201-0/+84
|\
| * Backout [52a52a65f0], let's see if this fixes the Windows crashjan.nijtmans2022-11-181-16/+33
| * New function Tcl_GetWideUIntFromObjjan.nijtmans2022-11-151-0/+81
* | Backout [52a52a65f0], let's see if this fixes the Windows crashjan.nijtmans2022-11-181-10/+24
|/
* Change all mp_to_ubin() usages to mp_pack(). It makes the code much more clearjan.nijtmans2022-11-151-24/+10
* TIP #641: Let Tcl_GetBoolean(FromObj) handle (C99) booljan.nijtmans2022-10-231-0/+2
* More octal -> hex usagejan.nijtmans2022-10-171-3/+3
* merge 8.7dgp2022-10-111-13/+54
|\
| * TIP #618: New Tcl_GetBool* functions with TCL_NULL_OK flagjan.nijtmans2022-10-071-13/+54
| |\
| | * Merge 8.7jan.nijtmans2022-09-071-5/+7
| | |\ | | |/ | |/|
| | * Update docjan.nijtmans2022-05-101-15/+15
| | * Merge 8.7. Update docjan.nijtmans2022-05-101-3/+3
| | |\
| | * | re-structure, add more examplesjan.nijtmans2022-04-291-18/+12
| | * | Merge 8.7jan.nijtmans2022-04-201-6/+6
| | |\ \ | | | |/
| | * | Restore Tcl_GetBoolenanFromObj/Tcl_GetBoolenan signaturesjan.nijtmans2022-04-151-2/+2
| | * | Use lower 5 bits of flags for sizeof(*(boolPtr))jan.nijtmans2022-04-151-9/+7
| | * | Handle objPtr == NULL / interp == NULL betterjan.nijtmans2022-03-311-0/+7
| | * | uint??_t -> int??_tjan.nijtmans2022-03-311-8/+8
| | * | TIP #618: New Tcl_GetBool* functions with INDEX_NULL_OK flagjan.nijtmans2022-02-221-10/+47
* | | | TIP implementation to add/use public routines Tcl_GetNumber(FromObj).dgp2022-09-181-2/+38
|/ / /
* | | Don't use TCL_HASH_TYPE for epoch/refCount type variables, keep it the same a...jan.nijtmans2022-06-241-2/+2
* | | Merge 8.6. Eliminate some (long) typecastsjan.nijtmans2022-06-021-1/+1
|\ \ \
* \ \ \ Merge 8.6jan.nijtmans2022-05-251-1/+1
|\ \ \ \ | |/ / /
| * | | Proposed fix for [76ad7aeba3]: boundary case bug in [string is integer]. Miss...jan.nijtmans2022-05-221-5/+13
* | | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-1/+1
* | | | Merge 8.7jan.nijtmans2022-04-261-17/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge 8.6jan.nijtmans2022-04-201-17/+17
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't exist...jan.nijtmans2022-04-201-18/+18
| | * Addendum to [7deeddb36]: Use WIDE_MIN/WIDE_MAX in more placesjan.nijtmans2022-02-171-1/+1
* | | Merge 8.7. Register "string" objType when TCL_UTF_MAX=3 (fixes regression in ...jan.nijtmans2022-03-281-1/+1
|\ \ \ | |/ /
* | | When compiled with TCL_NO_DEPRECATED, remove the UTF16 compatibility layer. S...jan.nijtmans2022-03-241-0/+2
|/ /
* | Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isin...jan.nijtmans2022-02-171-2/+2
* | Merge 8.6jan.nijtmans2022-02-161-6/+6
|\ \ | |/
| * Fix [1c60dca341]: signed integer overflow in Tcl_SetBignumObj()jan.nijtmans2022-02-161-4/+4
| * Fix [c6fea6ba6]: possible signed integer overflow in Tcl_GetLongFromObj(), Tc...jan.nijtmans2022-02-161-2/+2
* | Merge 8.6jan.nijtmans2022-01-141-1/+1
|\ \ | |/
| * Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few simi...jan.nijtmans2022-01-131-1/+1
| * IntRep -> InternalRep. Internal changes only.jan.nijtmans2021-10-191-5/+5
* | [9899c273ab] Rewrite Tcl_InitStringRep to account for all encounters withdgp2021-11-081-18/+33
* | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-28/+28
* | Make Tcl_GetString() a macro calling Tcl_GetStringFromObj(). Just the same as...jan.nijtmans2021-01-251-0/+1
* | TIP #481 implementation: Tcl_GetStringFromObj() with size_t length parameterjan.nijtmans2021-01-111-3/+50
|\ \
| * \ Merge 8.7jan.nijtmans2020-12-111-9/+10
| |\ \ | |/ / |/| |
| * | Merge 8.7jan.nijtmans2020-11-251-1/+0
| |\ \
| * \ \ Merge 8.7jan.nijtmans2020-11-251-298/+580
| |\ \ \ | | |/ /
| * | | Remove the Tcl_GetValue() functionality. This can always be developed separatelyjan.nijtmans2020-11-251-56/+1
| * | | Merge 8.7jan.nijtmans2018-10-111-4/+4
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2018-10-091-4/+32
| |\ \ \ \
| * \ \ \ \ Re-base to 8.7jan.nijtmans2018-10-081-3/+77
| |\ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-5/+5
| |_|_|/ / |/| | | |