summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible a...jan.nijtmans2019-11-015-59/+58
* Re-base to core-8-branchjan.nijtmans2019-11-0114-12/+13
|\
| * Complete implementation for MSVC (even building minigzip)jan.nijtmans2019-04-101-13/+13
| * Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-0915-39/+189
| |\
| * \ Merge 8.7. Intended operation completed for mingw-w64 (but not yet for other ...jan.nijtmans2019-04-084-82/+208
| |\ \
| * \ \ Merge 8.7. Add checks for libtommath library to configure script (experimental)jan.nijtmans2019-04-062-12/+30
| |\ \ \
| * \ \ \ Merge 8.7 jan.nijtmans2019-04-048-31/+52
| |\ \ \ \
| * | | | | Experiment: On platforms which support it (gcc), compiled libtommath with DIG...jan.nijtmans2019-03-285-38/+11
* | | | | | Fix generic\tclStubInit.c(139): warning C4098: 'TclBN_mp_set': 'void' functio...jan.nijtmans2019-10-311-1/+1
* | | | | | Merge 8.7jan.nijtmans2019-10-319-51/+37
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 8.6jan.nijtmans2019-10-309-50/+36
| |\ \ \ \ \ \
| | * | | | | | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-306-34/+20
| | * | | | | | Fix for [bcd100410465], stale cached file FsPath objectpooryorick2019-10-261-0/+1
* | | | | | | | More tweaks, hopefully fixing the Travis buildjan.nijtmans2019-10-301-22/+13
* | | | | | | | More tweaksjan.nijtmans2019-10-292-4/+12
* | | | | | | | WIP: Use unsigned int in stead of mp_digit in libtommath stub entries. jan.nijtmans2019-10-294-39/+105
|/ / / / / / /
* | | | | | | Combine TCL_DD_SHORTEN_FLAG and TCL_DD_SHORTEST to be the same flag (which it...jan.nijtmans2019-10-294-14/+10
* | | | | | | Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in from...jan.nijtmans2019-10-282-38/+36
* | | | | | | More simple fix for [bcd100410465], stale cached file FsPath object.pooryorick2019-10-261-0/+1
* | | | | | | More code cleanup related to libtommath 1.2.0: Adapt naming of (internal) sym...jan.nijtmans2019-10-254-41/+16
* | | | | | | Merge 8.6. jan.nijtmans2019-10-254-33/+24
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Put #define's in alphabetical order. jan.nijtmans2019-10-254-30/+24
* | | | | | | Merge 8.6jan.nijtmans2019-10-243-24/+16
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Combine two libtommath stub entries, which (almost) do the samejan.nijtmans2019-10-243-17/+10
* | | | | | | Add support for libtommath's MP_WUR annotation to genStubs.tcl. Not enforced ...jan.nijtmans2019-10-243-152/+154
* | | | | | | Backout [0f2870649c804dd8], since testcase encoding-2.2 failsjan.nijtmans2019-10-244-74/+11
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Combine two libtommath stub entries, which do exactly the same. jan.nijtmans2019-10-233-19/+13
* | | | | | | Deprecate mp_unsigned_bin_size, mp_init_set_int, mp_set_int, which are deprec...jan.nijtmans2019-10-235-40/+29
* | | | | | | Fix possible gcc warnings. Also indicate dummy parameters as "dummy"jan.nijtmans2019-10-231-18/+20
* | | | | | | Merge 8.6.jan.nijtmans2019-10-234-6/+20
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Extend libtommath stub table, so extension writers can move away from depreca...jan.nijtmans2019-10-235-10/+51
* | | | | | | Fix breakage from previous commit (still one test-case, encoding-2.2, is fail...jan.nijtmans2019-10-221-1/+1
* | | | | | | Fix for [bcd1004104]pooryorick2019-10-224-11/+74
|\ \ \ \ \ \ \
* | | | | | | | Deprecate mp_get_bit, mp_expt_d_ex, mp_toradix_n, mp_to_unsigned_bin, mp_to_u...jan.nijtmans2019-10-226-75/+116
* | | | | | | | Merge 8.6jan.nijtmans2019-10-2213-454/+789
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge libtommath 1.2.0-rc3jan.nijtmans2019-10-215-240/+411
| * | | | | | | Update tclTomMath.h with changes from tommath.hjan.nijtmans2019-10-181-35/+48
| * | | | | | | Merge some libtommath changes (mainly additon of MP_CALLOC)jan.nijtmans2019-10-171-0/+3
| * | | | | | | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-1743-255/+457
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.5jan.nijtmans2019-10-155-0/+94
| | |\ \ \ \ \ \ \
| | | * | | | | | | Add more dummy stub-entries, filled with NULL. Stub table size corresponds wi...jan.nijtmans2019-10-155-5/+125
| * | | | | | | | | Merge core-8-6-branch, and merge latest libtommathjan.nijtmans2019-07-2810-63/+73
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge latest libtommath and 8.6jan.nijtmans2019-07-053-14/+15
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | VC++ 6.0 doesn't know the uLL number postfixjan.nijtmans2019-06-301-1/+1
| * | | | | | | | | | | Fix compilation on VC++ 6.0jan.nijtmans2019-06-302-2/+2
| * | | | | | | | | | | Merge 8.6jan.nijtmans2019-06-308-19/+19
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2019-06-256-25/+50
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapte...jan.nijtmans2019-06-146-152/+245
* | | | | | | | | | | | | | Merge 8.6jan.nijtmans2019-10-052-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> core....jan.nijtmans2019-10-052-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | |