summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge trunkz_modifierjan.nijtmans2017-09-18167-6239/+12839
|\
| * 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; rc1rc1core_8_7_a1core_8_7_a1_rcdgp2017-09-071-8/+14
| | |\ \ \ | | |/ / / | |/| | |
| | * | | update changesrc0dgp2017-09-051-1/+3
| | | | |
| | * | | merge trunkdgp2017-09-059-74/+131
| | |\ \ \
| | * \ \ \ merge trunkdgp2017-09-01170-7696/+7650
| | |\ \ \ \
| | * | | | | Add 8.7 -only changes to the changes file.dgp2017-08-101-0/+41
| | | | | | |
| | * | | | | Update outdated comment.dgp2017-08-101-12/+5
| | | | | | |
| | * | | | | Bring changes up to the 8.6.7 release.dgp2017-08-101-0/+171
| | | | | | |
| | * | | | | Release candidate branch for Tcl 8.7a1.dgp2017-08-107-8/+8
| | | | | | |
* | | | | | | Rebase to trunkjan.nijtmans2017-09-0821-118/+108
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | merge trunkjan.nijtmans2017-06-1272-3367/+5742
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge-markjan.nijtmans2017-04-180-0/+0
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkjan.nijtmans2017-04-1470-1203/+1211
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunk. New TIP is getting shape.jan.nijtmans2017-04-122-1/+70
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2017-04-1226-838/+1324
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2017-04-071-9/+10
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Use "0o" in stead of "0" as octal prefix in more places.jan.nijtmans2017-04-074-24/+13
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge trunk. Only use hash prefix (0x, 0b, 0 ) if value is not 0, except for %p.jan.nijtmans2017-04-0716-81/+192
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix fall-back test for TCL_WIDE_INT_IS_LONG, making it do the same as ↵jan.nijtmans2017-03-311-35/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "configure": Should be 1 if sizeof(long long) == sizeof(long), 0 otherwise.
| * | | | | | | | | | | | | Merge trunkjan.nijtmans2017-03-313-26/+68
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2017-03-291-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2017-03-291-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | (more experimenting): Make TCL_LL_MODIFIER behave more close to intuitive ↵jan.nijtmans2017-03-296-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expectations: If the platform has a "long long" type, use it for Tcl_WideInt, so TCL_LL_MODIFIER is really a replacement for "ll" on most platforms (Win32/Win64 as most notable exception). Will need a new TIP.
| * | | | | | | | | | | | | | | | (experimental) new internal macro TCL_Z_MODIFIER, just like TCL_LL_MODIFIER ↵jan.nijtmans2017-03-285-21/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but then for size_t.
* | | | | | | | | | | | | | | | | Fix use of "long long" (manually) in MSVCjan.nijtmans2017-09-061-8/+14
| |_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | 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.core_8_5_branchdgp2017-09-022-62/+119
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.5bug_0e4d88b650dgp2017-09-024-88/+74
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Add testdgp2017-09-021-0/+15
| | | | | | | | | | | | | | | | | |