summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | merge trunkjan.nijtmans2017-09-1515-54/+59
| |\ \ \ \ | | |/ / /
| | * | | 'const'ify more libtommath functions. All functions in ↵jan.nijtmans2017-09-1516-56/+73
| | | | | | | | | | | | | | | | | | | | generic/tclTomMath.decls (used by Tcl) are done now.
* | | | | WIPdgp2017-09-181-0/+5
| | | | |
* | | | | WIPdgp2017-09-141-4/+113
| | | | |
* | | | | New Tcl_ObjType WIP.dgp2017-09-141-0/+3576
| | | | |
* | | | | merge novemdgp2017-09-1417-216/+119
|\ \ \ \ \ | |/ / / /
| * | | | merge trunkdgp2017-09-141-4/+3
| |\ \ \ \ | | |/ / /
| | * | | Move new declarations to more conventional place for tidier merging.dgp2017-09-141-4/+3
| | | | |
| * | | | merge trunkjan.nijtmans2017-09-143-15/+2
| |\ \ \ \ | | |/ / /
| | * | | 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
| * | | | Merge trunkjan.nijtmans2017-09-1314-201/+118
| |\ \ \ \ | | |/ / /
| | * | | 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.
* | | | | merge novemdgp2017-09-1141-190/+466
|\ \ \ \ \ | |/ / / /
| * | | | merge trunkjan.nijtmans2017-09-1130-158/+174
| |\ \ \ \ | | |/ / /
| | * | | Many 'const' addtions in libtommath where it makes sense. To be submitted ↵jan.nijtmans2017-09-1130-158/+174
| | | | | | | | | | | | | | | | | | | | back to the libtommath guys.
| * | | | Merge trunkjan.nijtmans2017-09-0915-32/+292
| |\ \ \ \ | | |/ / /
| | * | | 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
| | | |\ \ \ | | | |/ / / | | |/| | |
| | * | | | Fix use of "long long" (manually) in MSVCjan.nijtmans2017-09-061-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
| | | | | | |
* | | | | | | global consts are things compilers are picky about.dgp2017-09-111-8/+18
| | | | | | |
* | | | | | | It compiles! Ship it!dgp2017-09-111-7/+277
| | | | | | |
* | | | | | | WIPdgp2017-09-102-52/+360
| | | | | | |
* | | | | | | WIPdgp2017-09-081-2/+56
| | | | | | |
* | | | | | | WIPdgp2017-09-081-5/+5
| | | | | | |
* | | | | | | WIPdgp2017-09-081-412/+1
| | | | | | |
* | | | | | | WIPdgp2017-09-081-39/+267
| | | | | | |
* | | | | | | WIPdgp2017-09-081-58/+49
| | | | | | |
* | | | | | | WIPdgp2017-09-081-46/+122
| | | | | | |
* | | | | | | WIPdgp2017-09-082-146/+234
| | | | | | |
* | | | | | | WIPdgp2017-09-071-6/+123
| | | | | | |
* | | | | | | Implementation of persistent, immutable key/value lists.dgp2017-09-072-26/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Lifetime management done with refcounts to get something running. To be replaced later.
* | | | | | | WIPdgp2017-09-062-5/+81
| | | | | | |
* | | | | | | merge novemdgp2017-09-059-71/+130
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | merge trunkjan.nijtmans2017-09-049-71/+130
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | 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
| | | | | | |