summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|_|/ / |/| | | |
* | | | | 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 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
* | | | | Fix for [c1a376375e0e6488], imported namespace ensemble command name distortedpooryorick2020-09-011-1/+1
* | | | | Fix a few warning-message in --enable-symbols-mem modejan.nijtmans2020-03-311-3/+3
* | | | | Merge 8.6jan.nijtmans2020-03-181-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-4/+4
| * | | | Better error-handling in some libtommath calls.jan.nijtmans2020-01-231-1/+8
* | | | | More TCL_UNUSED.dgp2020-03-081-64/+54
* | | | | Merge 8.7jan.nijtmans2020-02-131-19/+28
|\ \ \ \ \
| * \ \ \ \ Fix conflict between (unpatched) tommath.h and tcl.h. See also [https://githu...jan.nijtmans2020-02-021-10/+12
| |\ \ \ \ \
| | * | | | | Attempt to resolve a conflict between (unmodified) tommath.h and tcl.h in the...jan.nijtmans2020-01-131-10/+12
| * | | | | | Start handling WUR (Warn Unused Result) in all tommath calls. WIP, not comple...jan.nijtmans2020-01-091-9/+16
| |/ / / / /
* | | | | | Merge 8.7jan.nijtmans2019-12-131-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.7. Finish implementation.jan.nijtmans2019-11-121-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2019-11-111-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Re-base to core-8-branchjan.nijtmans2019-11-011-1/+1
| |\ \ \ \ \ \
| | * | | | | | Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-091-1/+1
* | | | | | | | Merge 8.7jan.nijtmans2019-11-091-1/+1
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead o...jan.nijtmans2019-11-081-1/+1
| |/ / / / / /
* | | | | | | Merge 8.7jan.nijtmans2019-10-241-10/+11
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Deprecate mp_get_bit, mp_expt_d_ex, mp_toradix_n, mp_to_unsigned_bin, mp_to_u...jan.nijtmans2019-10-221-9/+10
| * | | | | | Merge 8.6jan.nijtmans2019-10-221-1/+1
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-171-9/+11
| | * | | | | end-of-line spacingjan.nijtmans2019-05-241-1/+1
| | |\ \ \ \ \
| | | * | | | | cherry-picing of [3f693cdfe9c875c4] to be more compatible across version, res...sebres2019-05-211-4/+3
| | * | | | | | Merge 8.5jan.nijtmans2019-05-141-5/+5
| | |\ \ \ \ \ \ | | | |/ / / / /