summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | partially cherrypick of [ecf524bce0], bug-fec0c17d39-8.6-limit: ultimate fix ...sebres2019-09-111-2/+23
* | | | | | | | | Fix correct export on win32 for TclZipfs_AppHook, when not building with -DUN...jan.nijtmans2019-09-293-2/+7
* | | | | | | | | Use Tcl_WCharToUtfDString in stead of (deprecated) Tcl_WinTCharToUtfjan.nijtmans2019-09-291-1/+2
* | | | | | | | | Merge 8.6jan.nijtmans2019-09-291-37/+15
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge 8.6 and fix Travis build on Windowsjan.nijtmans2019-09-271-22/+15
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Merge 8.6jan.nijtmans2019-09-261-17/+7
| |/ / / / / / / /
* | | | | | | | | Merge 8.6jan.nijtmans2019-09-191-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | TEBC: avoid error "unitialized variable" if called in debug mode (or with ana...sebres2019-09-181-1/+1
* | | | | | | | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ...jan.nijtmans2019-09-191-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w...jan.nijtmans2019-09-182-2/+2
* | | | | | | | | Move testgetencpath/testsetencpath test commands from UNIX-specific to genera...jan.nijtmans2019-09-172-61/+133
* | | | | | | | | Merge 8.6jan.nijtmans2019-09-161-3/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Bugfix in Tcl_UtfPrev/Tcl_UtfNext: When handling 4-byte UTF-8 byte sequences,...jan.nijtmans2019-09-161-7/+7
| * | | | | | | | More code cleanup: Move more Tcl_UniChar initializations out of the loop. Rem...jan.nijtmans2019-09-121-27/+24
* | | | | | | | | Fix Utf16ToUtfProc() (from TIP #548): If last code-point is higher surrogate,...jan.nijtmans2019-09-161-3/+9
* | | | | | | | | TIP #548 implementation: Support `wchar_t` conversion functions and deprecate...jan.nijtmans2019-09-1411-139/+196
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-09-123-5/+28
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-09-103-17/+17
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-09-032-20/+30
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-09-023-6/+7
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-08-2819-65/+97
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-08-261-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-08-151-4/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-08-1547-509/+503
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \