summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2022-05-251-1/+1
|\
| * Merge 8.7jan.nijtmans2022-05-251-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
* | | | Merge 9.0jan.nijtmans2022-05-191-1/+5
|\ \ \ \ | |/ / /
| * | | Elaborate TIP #481 implementation: Make clear that Tcl_GetUnicodeFromObj and ...jan.nijtmans2022-05-191-1/+5
* | | | Merge 9.0jan.nijtmans2022-05-171-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2022-05-171-1/+1
| |\ \ \ | | |/ /
| | * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-1/+1
| | * | Merge 8.7jan.nijtmans2022-04-261-17/+17
| | |\ \
| | * \ \ 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
| | |/ / /
* | | | | Merge 9.0jan.nijtmans2022-04-261-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2022-04-201-4/+4
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | 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
* | | | More progressjan.nijtmans2022-03-181-1/+1
* | | | Merge 9.0jan.nijtmans2022-02-241-1/+1
|\ \ \ \ | |/ / /
* | | | Merge 9.0jan.nijtmans2022-02-171-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2022-02-171-2/+2
| |\ \ \ | | |/ /
| | * | Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isin...jan.nijtmans2022-02-171-2/+2
* | | | Merge 9.0jan.nijtmans2022-02-171-6/+6
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2022-02-161-6/+6
| |\ \ \ | | |/ /
| | * | 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
* | | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-1/+1
* | | | More work in progressjan.nijtmans2022-01-241-2/+2
|\ \ \ \ | |/ / /
* | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-1/+1
|/ / /
* | | Merge 8.7. Fix (windows MSVC OPTS=symbols) build errorjan.nijtmans2022-01-141-1/+1
|\ \ \ | |/ /
| * | 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
* | | merge 8.7dgp2021-11-081-18/+33
|\ \ \ | |/ /
| * | [9899c273ab] Rewrite Tcl_InitStringRep to account for all encounters withdgp2021-11-081-18/+33
* | | Eliminate more branch diffs with trunk that have no apparent connectiondgp2021-11-061-11/+14
* | | Merge trunkjan.nijtmans2021-10-081-32/+33
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2021-10-081-26/+26
| |\ \ \ | | |/ /
| | * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-28/+28
| * | | Update code comments.pooryorick2021-09-021-6/+7
* | | | merge trunkdgp2021-01-251-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2021-01-251-0/+1
| |\ \ \ | | |/ /
| | * | Make Tcl_GetString() a macro calling Tcl_GetStringFromObj(). Just the same as...jan.nijtmans2021-01-251-0/+1
* | | | Merge TIP 481 (resolve conflicts)jan.nijtmans2021-01-211-4/+44
|\ \ \ \ | |/ / /
| * | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-7/+54
| |\ \ \ | | |/ /
| | * | 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
| | | |\ \ \ | | | | |/ /