Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate variable which is only used once. And a minor end-of-line space ↵ | jan.nijtmans | 2017-10-12 | 2 | -4/+2 |
| | | | | reduction. No functional change. | ||||
* | merge core-8-6-branch | jan.nijtmans | 2017-10-09 | 1 | -2/+8 |
|\ | |||||
| * | In nmakehlp -v, return non-0 exit code if version is not found. (taken from ↵ | jan.nijtmans | 2017-10-09 | 1 | -2/+8 |
| |\ | | | | | | | | | | vc-reform branch) | ||||
| | * | In nmakehlp -v, return non-0 exit code if version is not found. (taken from ↵ | jan.nijtmans | 2017-10-09 | 1 | -2/+8 |
| | | | | | | | | | | | | vc-reform branch) | ||||
* | | | Merge core-8-6-branch | jan.nijtmans | 2017-10-09 | 1 | -3/+5 |
|\ \ \ | |/ / | |||||
| * | | Add visual-studio related entries to ignore-glob. Taken over from reform-vc ↵ | jan.nijtmans | 2017-10-09 | 1 | -3/+5 |
| |\ \ | | |/ | | | | | | | branch | ||||
| | * | Add visual-studio related entries to ignore-glob. Taken over from reform-vc ↵ | jan.nijtmans | 2017-10-09 | 1 | -0/+24 |
| | | | | | | | | | | | | branch | ||||
* | | | Merge latest 'const'ification changes from libtommath (develop branch, will ↵ | jan.nijtmans | 2017-10-03 | 6 | -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.nijtmans | 2017-10-02 | 97 | -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.nijtmans | 2017-09-22 | 2 | -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. | apnadkarni | 2017-09-22 | 0 | -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. | apnadkarni | 2017-09-21 | 1 | -3/+27 |
| | | | | |||||
* | | | | RFE [566a999189] - better error message for 32/64 bit mismatch on load. | apnadkarni | 2017-09-21 | 1 | -3/+27 |
| | | | | |||||
* | | | | Move fast return from s_is_power_of_two() to mp_div_d(). This saves a ↵ | jan.nijtmans | 2017-09-20 | 1 | -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.nijtmans | 2017-09-20 | 49 | -112/+78 |
| | | | | |||||
* | | | | Finish libtommath's constification work. All done (hopefully). And make sure ↵ | jan.nijtmans | 2017-09-18 | 11 | -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.nijtmans | 2017-09-18 | 38 | -108/+105 |
| | | | | | | | | | | | | | | | | libtommath folks | ||||
* | | | | Merge libtommath upstream changes (astyle formatting only). No functional ↵ | jan.nijtmans | 2017-09-18 | 136 | -5783/+12193 |
|\ \ \ \ | | |/ / | |/| | | | | | | changes. All Tcl-specific modifications are kept. | ||||
| * | | | re-format everything through astyle. Taken from libtom/libtommath (pull ↵ | jan.nijtmans | 2017-09-15 | 129 | -5696/+5787 |
| | | | | | | | | | | | | | | | | request [https://github.com/libtom/libtommath/pull/85|85]) | ||||
| * | | | Ignore libtommath/doc directory. Add some VS-related makefiles, useful for ↵ | jan.nijtmans | 2017-08-31 | 7 | -0/+6329 |
| | | | | | | | | | | | | | | | | testing | ||||
* | | | | 'const'ify more libtommath functions. All functions in ↵ | jan.nijtmans | 2017-09-15 | 16 | -56/+73 |
| | | | | | | | | | | | | | | | | generic/tclTomMath.decls (used by Tcl) are done now. | ||||
* | | | | Move new declarations to more conventional place for tidier merging. | dgp | 2017-09-14 | 1 | -4/+3 |
| | | | | |||||
* | | | | Remove some unnecessary #if 0 sections. Fix comments and panic messages. No ↵ | jan.nijtmans | 2017-09-14 | 3 | -92/+4 |
| | | | | | | | | | | | | | | | | functional changes. | ||||
* | | | | Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in ↵ | jan.nijtmans | 2017-09-14 | 1 | -1/+1 |
|\ \ \ \ | | |/ / | |/| | | | | | | comments | ||||
| * | | | Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in ↵ | jan.nijtmans | 2017-09-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | comments | ||||
* | | | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl ↵ | jan.nijtmans | 2017-09-13 | 14 | -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.nijtmans | 2017-09-11 | 30 | -158/+174 |
| | | | | | | | | | | | | | | | | back to the libtommath guys. | ||||
* | | | | Add some more functions from libtommath for availability within Tcl (mainly ↵ | jan.nijtmans | 2017-09-08 | 15 | -25/+65 |
| | | | | | | | | | | | | | | | | the 'long long' variants). Add more 'const' keywords there too. | ||||
* | | | | Be consistent about how I am referred to. | gahr | 2017-09-08 | 1 | -2/+2 |
| | | | | |||||
* | | | | Bump to 8.7a2 to distinguish trunk from 8.7a1 release. | dgp | 2017-09-08 | 7 | -8/+8 |
| | | | | |||||
* | | | | merge release | dgp | 2017-09-08 | 8 | -8/+222 |
|\ \ \ \ | |||||
| * \ \ \ | merge trunk; rc1 | dgp | 2017-09-07 | 1 | -8/+14 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
* | | | | | Fix use of "long long" (manually) in MSVC | jan.nijtmans | 2017-09-06 | 1 | -8/+14 |
| | | | | | |||||
| * | | | | update changes | dgp | 2017-09-05 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | merge trunk | dgp | 2017-09-05 | 9 | -74/+131 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
* | | | | | Merge core-8-6-branch to trunk, especially the 1.6.0 -> 1.6.1 renumbering ↵ | jan.nijtmans | 2017-09-04 | 4 | -7/+7 |
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | from msgcat | ||||
| * | | | | Make pkgIndex.tcl from msgcat work for Tcl 9.0 (not really necessary, but ↵ | jan.nijtmans | 2017-09-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | for consistancy) | ||||
* | | | | | merge core-8-6-branch | jan.nijtmans | 2017-09-04 | 2 | -3/+3 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Typo's (Thanks to Gustaf Neumann), nothing functional. | jan.nijtmans | 2017-09-04 | 2 | -3/+3 |
| | | | | | |||||
* | | | | | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace. | dgp | 2017-09-02 | 2 | -62/+119 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace. | dgp | 2017-09-02 | 2 | -62/+119 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace. | dgp | 2017-09-02 | 2 | -62/+119 |
| | |\ \ \ | |||||
| | | * \ \ | merge 8.5 | dgp | 2017-09-02 | 4 | -88/+74 |
| | | |\ \ \ | | | |/ / / | | |/| | | | |||||
| | | * | | | Add test | dgp | 2017-09-02 | 1 | -0/+15 |
| | | | | | | |||||
| | | * | | | Similar fix to Tcl_CreateCommand(). | dgp | 2017-09-02 | 1 | -31/+54 |
| | | | | | | |||||
| | | * | | | Tidy up. | dgp | 2017-09-02 | 1 | -33/+40 |
| | | | | | | |||||
| | | * | | | [Bug 0e4d88b650] First draft fix. Re-resolve namespace after cmd deletion. | dgp | 2017-09-02 | 1 | -8/+20 |
| | | | | | | |||||
* | | | | | | Merge core-8-6-branch | jan.nijtmans | 2017-09-01 | 2 | -3/+3 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Handle Unicode surrogates correctly in Tcl_AppendFormatToObj() and ↵ | jan.nijtmans | 2017-09-01 | 2 | -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 trunk | dgp | 2017-09-01 | 170 | -7696/+7650 |
| | | | |\ \ | |_|_|_|/ / |/| | | | | |