| Commit message (Expand) | Author | Age | Files | Lines |
* | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible a... | jan.nijtmans | 2019-11-01 | 5 | -59/+58 |
|
|
* | Re-base to core-8-branch | jan.nijtmans | 2019-11-01 | 14 | -12/+13 |
|\ |
|
| * | Complete implementation for MSVC (even building minigzip) | jan.nijtmans | 2019-04-10 | 1 | -13/+13 |
|
|
| * | Merge 8.7. Complete implementation for MSVC and for UNIX. | jan.nijtmans | 2019-04-09 | 15 | -39/+189 |
| |\ |
|
| * \ | Merge 8.7. Intended operation completed for mingw-w64 (but not yet for other ... | jan.nijtmans | 2019-04-08 | 4 | -82/+208 |
| |\ \ |
|
| * \ \ | Merge 8.7. Add checks for libtommath library to configure script (experimental) | jan.nijtmans | 2019-04-06 | 2 | -12/+30 |
| |\ \ \ |
|
| * \ \ \ | Merge 8.7
| jan.nijtmans | 2019-04-04 | 8 | -31/+52 |
| |\ \ \ \ |
|
| * | | | | | Experiment: On platforms which support it (gcc), compiled libtommath with DIG... | jan.nijtmans | 2019-03-28 | 5 | -38/+11 |
|
|
* | | | | | | Fix generic\tclStubInit.c(139): warning C4098: 'TclBN_mp_set': 'void' functio... | jan.nijtmans | 2019-10-31 | 1 | -1/+1 |
|
|
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-10-31 | 9 | -51/+37 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2019-10-30 | 9 | -50/+36 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan... | jan.nijtmans | 2019-10-30 | 6 | -34/+20 |
|
|
| | * | | | | | | Fix for [bcd100410465], stale cached file FsPath object | pooryorick | 2019-10-26 | 1 | -0/+1 |
|
|
* | | | | | | | | More tweaks, hopefully fixing the Travis build | jan.nijtmans | 2019-10-30 | 1 | -22/+13 |
|
|
* | | | | | | | | More tweaks | jan.nijtmans | 2019-10-29 | 2 | -4/+12 |
|
|
* | | | | | | | | WIP: Use unsigned int in stead of mp_digit in libtommath stub entries. | jan.nijtmans | 2019-10-29 | 4 | -39/+105 |
|/ / / / / / / |
|
* | | | | | | | Combine TCL_DD_SHORTEN_FLAG and TCL_DD_SHORTEST to be the same flag (which it... | jan.nijtmans | 2019-10-29 | 4 | -14/+10 |
|
|
* | | | | | | | Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in from... | jan.nijtmans | 2019-10-28 | 2 | -38/+36 |
|
|
* | | | | | | | More simple fix for [bcd100410465], stale cached file FsPath object. | pooryorick | 2019-10-26 | 1 | -0/+1 |
|
|
* | | | | | | | More code cleanup related to libtommath 1.2.0: Adapt naming of (internal) sym... | jan.nijtmans | 2019-10-25 | 4 | -41/+16 |
|
|
* | | | | | | | Merge 8.6. | jan.nijtmans | 2019-10-25 | 4 | -33/+24 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | Put #define's in alphabetical order. | jan.nijtmans | 2019-10-25 | 4 | -30/+24 |
|
|
* | | | | | | | Merge 8.6 | jan.nijtmans | 2019-10-24 | 3 | -24/+16 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | Combine two libtommath stub entries, which (almost) do the same | jan.nijtmans | 2019-10-24 | 3 | -17/+10 |
|
|
* | | | | | | | Add support for libtommath's MP_WUR annotation to genStubs.tcl. Not enforced ... | jan.nijtmans | 2019-10-24 | 3 | -152/+154 |
|
|
* | | | | | | | Backout [0f2870649c804dd8], since testcase encoding-2.2 fails | jan.nijtmans | 2019-10-24 | 4 | -74/+11 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | Combine two libtommath stub entries, which do exactly the same. | jan.nijtmans | 2019-10-23 | 3 | -19/+13 |
|
|
* | | | | | | | Deprecate mp_unsigned_bin_size, mp_init_set_int, mp_set_int, which are deprec... | jan.nijtmans | 2019-10-23 | 5 | -40/+29 |
|
|
* | | | | | | | Fix possible gcc warnings. Also indicate dummy parameters as "dummy" | jan.nijtmans | 2019-10-23 | 1 | -18/+20 |
|
|
* | | | | | | | Merge 8.6. | jan.nijtmans | 2019-10-23 | 4 | -6/+20 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | Extend libtommath stub table, so extension writers can move away from depreca... | jan.nijtmans | 2019-10-23 | 5 | -10/+51 |
|
|
* | | | | | | | Fix breakage from previous commit (still one test-case, encoding-2.2, is fail... | jan.nijtmans | 2019-10-22 | 1 | -1/+1 |
|
|
* | | | | | | | Fix for [bcd1004104] | pooryorick | 2019-10-22 | 4 | -11/+74 |
|\ \ \ \ \ \ \ |
|
* | | | | | | | | Deprecate mp_get_bit, mp_expt_d_ex, mp_toradix_n, mp_to_unsigned_bin, mp_to_u... | jan.nijtmans | 2019-10-22 | 6 | -75/+116 |
|
|
* | | | | | | | | Merge 8.6 | jan.nijtmans | 2019-10-22 | 13 | -454/+789 |
|\ \ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| * | | | | | | | Merge libtommath 1.2.0-rc3 | jan.nijtmans | 2019-10-21 | 5 | -240/+411 |
|
|
| * | | | | | | | Update tclTomMath.h with changes from tommath.h | jan.nijtmans | 2019-10-18 | 1 | -35/+48 |
|
|
| * | | | | | | | Merge some libtommath changes (mainly additon of MP_CALLOC) | jan.nijtmans | 2019-10-17 | 1 | -0/+3 |
|
|
| * | | | | | | | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 43 | -255/+457 |
| |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Merge 8.5 | jan.nijtmans | 2019-10-15 | 5 | -0/+94 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | Add more dummy stub-entries, filled with NULL. Stub table size corresponds wi... | jan.nijtmans | 2019-10-15 | 5 | -5/+125 |
|
|
| * | | | | | | | | | Merge core-8-6-branch, and merge latest libtommath | jan.nijtmans | 2019-07-28 | 10 | -63/+73 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Merge latest libtommath and 8.6 | jan.nijtmans | 2019-07-05 | 3 | -14/+15 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | VC++ 6.0 doesn't know the uLL number postfix | jan.nijtmans | 2019-06-30 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | | Fix compilation on VC++ 6.0 | jan.nijtmans | 2019-06-30 | 2 | -2/+2 |
|
|
| * | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2019-06-30 | 8 | -19/+19 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2019-06-25 | 6 | -25/+50 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapte... | jan.nijtmans | 2019-06-14 | 6 | -152/+245 |
|
|
* | | | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2019-10-05 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|/ / / / / / / /
| |/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> core.... | jan.nijtmans | 2019-10-05 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|/ / / / / / /
| | |/| | | | | | | | | | | |
|