summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible a...jan.nijtmans2019-11-0119-86/+1060
* Re-base to core-8-branchjan.nijtmans2019-11-0126-26/+32
|\
| * Complete implementation for MSVC (even building minigzip)jan.nijtmans2019-04-107-19/+39
| * Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-0927-88/+247
| |\
| * \ Merge 8.7. Intended operation completed for mingw-w64 (but not yet for other ...jan.nijtmans2019-04-0818-115/+343
| |\ \
| * \ \ Merge 8.7. Add checks for libtommath library to configure script (experimental)jan.nijtmans2019-04-0619-88/+223
| |\ \ \
| * \ \ \ Merge 8.7 jan.nijtmans2019-04-0417-139/+99
| |\ \ \ \
| * | | | | (temporary workaround): Mark expr-47.12 and expr-47.13 as nonPortable: Those ...jan.nijtmans2019-03-311-4/+4
| * | | | | More complete typedef for mp_word, for MP_8BIT and MP_16BIT as well.jan.nijtmans2019-03-281-2/+6
| * | | | | Experiment: On platforms which support it (gcc), compiled libtommath with DIG...jan.nijtmans2019-03-287-43/+20
* | | | | | Merge 8.6jan.nijtmans2019-11-012-2/+10
|\ \ \ \ \ \
| * | | | | | Make ioapi.c and minizip.c build on Windows (for someone who would want to)jan.nijtmans2019-11-012-120/+166
* | | | | | | Change references to mp_digit into unsigned int, everywhere in tclTomMath.dec...jan.nijtmans2019-11-014-40/+105
|\ \ \ \ \ \ \
| * | | | | | | Fix generic\tclStubInit.c(139): warning C4098: 'TclBN_mp_set': 'void' functio...jan.nijtmans2019-10-311-1/+1
| * | | | | | | Merge 8.7jan.nijtmans2019-10-3122-70/+71
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge 8.6jan.nijtmans2019-10-314-7/+8
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge 8.5jan.nijtmans2019-10-314-7/+8
| |\ \ \ \ \ \ \
| | * | | | | | | More patches from Debianjan.nijtmans2019-10-314-7/+8
* | | | | | | | | Merge 8.6jan.nijtmans2019-10-313-0/+19
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | 8.5 -> 8.6jan.nijtmans2019-10-311-2/+2
| * | | | | | | | Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patchesjan.nijtmans2019-10-313-0/+19
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patchesjan.nijtmans2019-10-313-0/+19
* | | | | | | | | Merge 8.6jan.nijtmans2019-10-3017-63/+41
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-3010-41/+22
| | | * | | | | | 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-296-42/+105
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | On Windows, use <stdint.h> header-file if available.jan.nijtmans2019-10-293-8/+11
* | | | | | | | Combine TCL_DD_SHORTEN_FLAG and TCL_DD_SHORTEST to be the same flag (which it...jan.nijtmans2019-10-294-14/+10
* | | | | | | | Merge 8.6jan.nijtmans2019-10-281-0/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Put back tests/fileSystemEncoding.test, but now don't run it on Windows, sinc...jan.nijtmans2019-10-281-0/+4
* | | | | | | | Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in from...jan.nijtmans2019-10-2810-84/+230
* | | | | | | | Remove (temporaryly) tests/fileSystemEncoding.test, since the bug is not fixe...jan.nijtmans2019-10-280-0/+0
* | | | | | | | Merge 8.6jan.nijtmans2019-10-284-8/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Close fork, and temporary remove tests/fileSystemEncoding.test, since apparen...jan.nijtmans2019-10-283-6/+4
| |\ \ \ \ \ \ \
| | * | | | | | | Remove /System from auto_path on macOS because Apple has deprecated its own a...Kevin Walzer2019-10-253-13403/+4945
| * | | | | | | | Documentation change for auto_path on macOSKevin Walzer2019-10-271-2/+2
| * | | | | | | | Test for issue [bcd1004104651], and new routine, ::tcltests::tempdir.pooryorick2019-10-262-1/+81
| * | | | | | | | Fix for [bcd100410465], stale cached file FsPath objectpooryorick2019-10-261-0/+1
* | | | | | | | | Test for [bcd100410465] and add ::tcltests::tempdir.pooryorick2019-10-262-2/+82
* | | | | | | | | 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-2514-140/+58
* | | | | | | | | Merge 8.6. jan.nijtmans2019-10-256-39/+29
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Put #define's in alphabetical order. jan.nijtmans2019-10-255-35/+29
| |/ / / / / / /
* | | | | | | | Merge 8.6jan.nijtmans2019-10-243-24/+16
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Combine two libtommath stub entries, which (almost) do the samejan.nijtmans2019-10-243-17/+10
* | | | | | | | Reference registry 1.3.3 -> 1.3.4jan.nijtmans2019-10-241-1/+1
* | | | | | | | Add support for libtommath's MP_WUR annotation to genStubs.tcl. Not enforced ...jan.nijtmans2019-10-247-155/+167
* | | | | | | | Backout [0f2870649c804dd8], since testcase encoding-2.2 failsjan.nijtmans2019-10-246-80/+14
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | merge-markjan.nijtmans2019-10-240-0/+0
| |\ \ \ \ \ \ \ | | |/ / / / / /