summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* | | 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
| | | |\ \ \ | | | | |/ /
| | | * | | 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
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |
* | | | | | | | merge trunkdgp2020-12-101-5/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.7jan.nijtmans2020-12-081-5/+5
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-5/+5
| | | |_|_|/ / | | |/| | | |
* | | | | | | merge trunkdgp2020-10-101-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.7jan.nijtmans2020-10-091-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Make everything compile warning-free with -Wundef. Put enum ASSEM_DICT_GET_DE...jan.nijtmans2020-10-081-1/+1
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | Eliminate warnings when compiling with -Wundefjan.nijtmans2020-10-081-1/+1
| | | * | | | Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-97/+97
* | | | | | | merge trunkdgp2020-09-161-16/+16
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.7jan.nijtmans2020-09-111-8/+8
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 8.6. Remove tests/safe-stock86.test for win builds too (GIT, what are y...jan.nijtmans2020-09-111-11/+11
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ...jan.nijtmans2020-09-111-28/+28
| | | * | | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-6/+6
| * | | | | | Merge 8.7jan.nijtmans2020-09-071-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Merge core-8-branchjan.nijtmans2020-09-051-1/+1
| |\ \ \ \ \ \
| | * | | | | | Backout [c1a376375e0e6488]: imported namespace ensemble command name distorte...jan.nijtmans2020-09-051-1/+1
| | |/ / / / /
| * | | | | | Merge 8.7jan.nijtmans2020-09-041-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fix for [c1a376375e0e6488], imported namespace ensemble command name distortedpooryorick2020-09-011-1/+1
| * | | | | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.jan.nijtmans2020-06-041-7/+7
| |\ \ \ \ \ \ | | |/ / / / /
* | | | | | | merge trunkdgp2020-04-271-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /