summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate variable which is only used once. And a minor end-of-line space ↵jan.nijtmans2017-10-122-4/+2
| | | | reduction. No functional change.
* merge core-8-6-branchjan.nijtmans2017-10-091-2/+8
|\
| * In nmakehlp -v, return non-0 exit code if version is not found. (taken from ↵jan.nijtmans2017-10-091-2/+8
| |\ | | | | | | | | | vc-reform branch)
| | * In nmakehlp -v, return non-0 exit code if version is not found. (taken from ↵jan.nijtmans2017-10-091-2/+8
| | | | | | | | | | | | vc-reform branch)
* | | Merge core-8-6-branchjan.nijtmans2017-10-091-3/+5
|\ \ \ | |/ /
| * | Add visual-studio related entries to ignore-glob. Taken over from reform-vc ↵jan.nijtmans2017-10-091-3/+5
| |\ \ | | |/ | | | | | | branch
| | * Add visual-studio related entries to ignore-glob. Taken over from reform-vc ↵jan.nijtmans2017-10-091-0/+24
| | | | | | | | | | | | branch
* | | Merge latest 'const'ification changes from libtommath (develop branch, will ↵jan.nijtmans2017-10-036-12/+12
|\ \ \ | | | | | | | | | | | | be in next release). None of those are used in Tcl.
| * | | 'const'ify all libtommath functions, will appear in next libtommath version. ↵jan.nijtmans2017-10-0297-213/+215
| | | | | | | | | | | | | | | | See: pull request [https://github.com/libtom/libtommath/pull/88|88]
* | | | Make libtommath's "make" work in Tcl environment (for testing). Eliminate ↵jan.nijtmans2017-09-222-17/+9
| | | | | | | | | | | | | | | | internal s_is_power_of_two(), which can better be done inline. Fix tommath.h for _MSC_VER.
* | | | Merged core-8-6-branch to pick up 32/64-bit DLL mismatch error message.apnadkarni2017-09-220-0/+0
|\ \ \ \ | | |/ / | |/| | | | | | Actually already cherrypicked but redoing because that does not show up on timeline and a full merge recommended on the chat.
| * | | RFE [566a999189] - better error message for 32/64 bit mismatch on load.apnadkarni2017-09-211-3/+27
| | | |
* | | | RFE [566a999189] - better error message for 32/64 bit mismatch on load.apnadkarni2017-09-211-3/+27
| | | |
* | | | Move fast return from s_is_power_of_two() to mp_div_d(). This saves a ↵jan.nijtmans2017-09-201-8/+3
| | | | | | | | | | | | | | | | function call in the common case where b is not a power of 2.
* | | | Further astyle formatting of libtommath. No functional changes.jan.nijtmans2017-09-2049-112/+78
| | | |
* | | | Finish libtommath's constification work. All done (hopefully). And make sure ↵jan.nijtmans2017-09-1811-27/+25
| | | | | | | | | | | | | | | | that C preprocessor directives have the '#' as first character on the line.
* | | | Another round of libtommath const'ification. To be submitted to the ↵jan.nijtmans2017-09-1838-108/+105
| | | | | | | | | | | | | | | | libtommath folks
* | | | Merge libtommath upstream changes (astyle formatting only). No functional ↵jan.nijtmans2017-09-18136-5783/+12193
|\ \ \ \ | | |/ / | |/| | | | | | changes. All Tcl-specific modifications are kept.
| * | | re-format everything through astyle. Taken from libtom/libtommath (pull ↵jan.nijtmans2017-09-15129-5696/+5787
| | | | | | | | | | | | | | | | request [https://github.com/libtom/libtommath/pull/85|85])
| * | | Ignore libtommath/doc directory. Add some VS-related makefiles, useful for ↵jan.nijtmans2017-08-317-0/+6329
| | | | | | | | | | | | | | | | testing
* | | | 'const'ify more libtommath functions. All functions in ↵jan.nijtmans2017-09-1516-56/+73
| | | | | | | | | | | | | | | | generic/tclTomMath.decls (used by Tcl) are done now.
* | | | Move new declarations to more conventional place for tidier merging.dgp2017-09-141-4/+3
| | | |
* | | | Remove some unnecessary #if 0 sections. Fix comments and panic messages. No ↵jan.nijtmans2017-09-143-92/+4
| | | | | | | | | | | | | | | | functional changes.
* | | | Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in ↵jan.nijtmans2017-09-141-1/+1
|\ \ \ \ | | |/ / | |/| | | | | | comments
| * | | Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in ↵jan.nijtmans2017-09-141-1/+1
| | | | | | | | | | | | | | | | comments
* | | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl ↵jan.nijtmans2017-09-1314-103/+100
| | | | | | | | | | | | | | | | extensions. Deprecate the internal TclBNInitBignumFrom* functions, in favor of the official tommath functions with the same purpose.
* | | | Many 'const' addtions in libtommath where it makes sense. To be submitted ↵jan.nijtmans2017-09-1130-158/+174
| | | | | | | | | | | | | | | | back to the libtommath guys.
* | | | Add some more functions from libtommath for availability within Tcl (mainly ↵jan.nijtmans2017-09-0815-25/+65
| | | | | | | | | | | | | | | | the 'long long' variants). Add more 'const' keywords there too.
* | | | Be consistent about how I am referred to.gahr2017-09-081-2/+2
| | | |
* | | | Bump to 8.7a2 to distinguish trunk from 8.7a1 release.dgp2017-09-087-8/+8
| | | |
* | | | merge releasedgp2017-09-088-8/+222
|\ \ \ \
| * \ \ \ merge trunk; rc1dgp2017-09-071-8/+14
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Fix use of "long long" (manually) in MSVCjan.nijtmans2017-09-061-8/+14
| | | | |
| * | | | update changesdgp2017-09-051-1/+3
| | | | |
| * | | | merge trunkdgp2017-09-059-74/+131
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge core-8-6-branch to trunk, especially the 1.6.0 -> 1.6.1 renumbering ↵jan.nijtmans2017-09-044-7/+7
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | from msgcat
| * | | | Make pkgIndex.tcl from msgcat work for Tcl 9.0 (not really necessary, but ↵jan.nijtmans2017-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | for consistancy)
* | | | | merge core-8-6-branchjan.nijtmans2017-09-042-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Typo's (Thanks to Gustaf Neumann), nothing functional.jan.nijtmans2017-09-042-3/+3
| | | | |
* | | | | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.dgp2017-09-022-62/+119
|\ \ \ \ \ | |/ / / /
| * | | | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.dgp2017-09-022-62/+119
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.dgp2017-09-022-62/+119
| | |\ \ \
| | | * \ \ merge 8.5dgp2017-09-024-88/+74
| | | |\ \ \ | | | |/ / / | | |/| | |
| | | * | | Add testdgp2017-09-021-0/+15
| | | | | |
| | | * | | Similar fix to Tcl_CreateCommand().dgp2017-09-021-31/+54
| | | | | |
| | | * | | Tidy up.dgp2017-09-021-33/+40
| | | | | |
| | | * | | [Bug 0e4d88b650] First draft fix. Re-resolve namespace after cmd deletion.dgp2017-09-021-8/+20
| | | | | |
* | | | | | Merge core-8-6-branchjan.nijtmans2017-09-012-3/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Handle Unicode surrogates correctly in Tcl_AppendFormatToObj() and ↵jan.nijtmans2017-09-012-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | BuildCharSet(). Only makes a difference for TCL_UTF_MAX=4, when surrogates are used in the format string ... highly unlikely corner-case.
| | | | * | merge trunkdgp2017-09-01170-7696/+7650
| | | | |\ \ | |_|_|_|/ / |/| | | | |