summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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 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
|\ \ \ | |/ /
* | | Change a few variables from type "int" to "size_t". Always test TCL_UTF_MAX f...jan.nijtmans2020-04-201-2/+2
* | | Merge 8.7jan.nijtmans2020-03-311-3/+3
|\ \ \ | |/ /
| * | Fix a few warning-message in --enable-symbols-mem modejan.nijtmans2020-03-311-3/+3
* | | Merge 8.7jan.nijtmans2020-03-181-2/+2
|\ \ \ | |/ /
| * | 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
* | | Merge 8.7jan.nijtmans2020-03-091-50/+50
|\ \ \ | |/ /
| * | More TCL_UNUSED.dgp2020-03-081-64/+54
* | | Merge 8.7jan.nijtmans2020-02-281-28/+58
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-02-131-19/+28
| |\ \
| * \ \ Merge 8.7jan.nijtmans2019-12-131-2/+2
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-11-091-1/+1
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2019-10-241-10/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2019-09-191-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-5/+23
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Mark more unused parametersjan.nijtmans2019-09-031-1/+16
| * | | | | | | Merge tip-548. A few more fixes, trying to make the Travis build work (finally)jan.nijtmans2019-09-021-2/+2
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Merge tip-548jan.nijtmans2019-08-151-84/+84
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-0/+2
| |\ \ \ \ \ \ \
| * | | | | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-28/+28
| |/ / / / / / /
* | | | | | | | Merge 8.7jan.nijtmans2020-02-021-10/+12
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | 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
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Merge 8.7jan.nijtmans2020-01-231-9/+16
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | 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-221-9/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |