summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | 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
| | |\ \ \ \ | | | |/ / /
| | | * | | DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future libtommath...jan.nijtmans2019-05-141-5/+5
* | | | | | Make Tcl_WinUtfToTChar/Tcl_WinTCharToUtf really deprecate in 9.0 (now that no...jan.nijtmans2019-09-251-129/+0
* | | | | | Merge 8.7jan.nijtmans2019-08-151-74/+74
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-91/+91
| | |_|_|/ | |/| | |
* | | | | merge 8.7dkf2019-04-191-20/+9
|\ \ \ \ \ | |/ / / /
| * | | | More efficient version (after feedback from KBK). Better test too.dkf2019-04-051-20/+9
| | |_|/ | |/| |
* | | | merge 8.7 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-051-60/+49
|\ \ \ \ | |/ / /
| * | | Various tommath/numeric related optimizations:jan.nijtmans2019-03-021-60/+49
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-1/+1
* | | | Merge 8.7jan.nijtmans2019-01-281-7/+1
|\ \ \ \ | |/ / /
| * | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-7/+1
* | | | Merge 8.7jan.nijtmans2019-01-261-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al...jan.nijtmans2019-01-261-3/+3
| |\ \ \ | | |/ /
| | * | Rewrite documentation in comments for brevity and clarity.pooryorick2018-02-141-14/+17
| | * | Different solution to silencing the non-useful valgrind alerts.dgp2017-03-131-1/+18
| | * | Silence valgrind complaints from [representation].dgp2017-03-101-0/+1
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-3/+3
* | | | Merge 8.7jan.nijtmans2018-12-121-4/+8
|\ \ \ \ | |/ / /
| * | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-5/+11