| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |\ \ \ \ \ \ \ \
| | | |_|_|_|_|/ /
| | |/| | | | | | |
|
| | * | | | | | | | partially cherrypick of [ecf524bce0], bug-fec0c17d39-8.6-limit: ultimate fix ... | sebres | 2019-09-11 | 1 | -2/+23 |
|
|
* | | | | | | | | | Fix correct export on win32 for TclZipfs_AppHook, when not building with -DUN... | jan.nijtmans | 2019-09-29 | 3 | -2/+7 |
|
|
* | | | | | | | | | Use Tcl_WCharToUtfDString in stead of (deprecated) Tcl_WinTCharToUtf | jan.nijtmans | 2019-09-29 | 1 | -1/+2 |
|
|
* | | | | | | | | | Merge 8.6 | jan.nijtmans | 2019-09-29 | 1 | -37/+15 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | Merge 8.6 and fix Travis build on Windows | jan.nijtmans | 2019-09-27 | 1 | -22/+15 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Merge 8.6 | jan.nijtmans | 2019-09-26 | 1 | -17/+7 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge 8.6 | jan.nijtmans | 2019-09-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | TEBC: avoid error "unitialized variable" if called in debug mode (or with ana... | sebres | 2019-09-18 | 1 | -1/+1 |
|
|
* | | | | | | | | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ... | jan.nijtmans | 2019-09-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w... | jan.nijtmans | 2019-09-18 | 2 | -2/+2 |
|
|
* | | | | | | | | | Move testgetencpath/testsetencpath test commands from UNIX-specific to genera... | jan.nijtmans | 2019-09-17 | 2 | -61/+133 |
|
|
* | | | | | | | | | Merge 8.6 | jan.nijtmans | 2019-09-16 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | Bugfix in Tcl_UtfPrev/Tcl_UtfNext: When handling 4-byte UTF-8 byte sequences,... | jan.nijtmans | 2019-09-16 | 1 | -7/+7 |
|
|
| * | | | | | | | | More code cleanup: Move more Tcl_UniChar initializations out of the loop. Rem... | jan.nijtmans | 2019-09-12 | 1 | -27/+24 |
|
|
* | | | | | | | | | Fix Utf16ToUtfProc() (from TIP #548): If last code-point is higher surrogate,... | jan.nijtmans | 2019-09-16 | 1 | -3/+9 |
|
|