summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improvements to Tip#430 based on community input. Added a forward declaration...core_zip_vfshypnotoad2017-09-257-37/+63
* Pull changes from Trunkhypnotoad2017-09-25166-6292/+12875
|\
| * Make libtommath's "make" work in Tcl environment (for testing). Eliminate int...jan.nijtmans2017-09-222-17/+9
| * Merged core-8-6-branch to pick up 32/64-bit DLL mismatch error message.apnadkarni2017-09-220-0/+0
| |\
| | * RFE [566a999189] - better error message for 32/64 bit mismatch on load.core_8_6_branchapnadkarni2017-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 functio...jan.nijtmans2017-09-201-8/+3
| * | 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
| * | Another round of libtommath const'ification. To be submitted to the libtommat...jan.nijtmans2017-09-1838-108/+105
| * | Merge libtommath upstream changes (astyle formatting only). No functional cha...jan.nijtmans2017-09-18136-5783/+12193
| |\ \
| | * | re-format everything through astyle. Taken from libtom/libtommath (pull reque...jan.nijtmans2017-09-15129-5696/+5787
| | * | Ignore libtommath/doc directory. Add some VS-related makefiles, useful for te...jan.nijtmans2017-08-317-0/+6329
| * | | 'const'ify more libtommath functions. All functions in generic/tclTomMath.dec...jan.nijtmans2017-09-1516-56/+73
| * | | 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 f...jan.nijtmans2017-09-143-92/+4
| * | | Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in ...jan.nijtmans2017-09-141-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in ...jan.nijtmans2017-09-141-1/+1
| * | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions....jan.nijtmans2017-09-1314-103/+100
| * | | Many 'const' addtions in libtommath where it makes sense. To be submitted bac...jan.nijtmans2017-09-1130-158/+174
| * | | Add some more functions from libtommath for availability within Tcl (mainly t...jan.nijtmans2017-09-0815-25/+65
| * | | 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
* | | | | | Pulling changes from trunkhypnotoad2017-09-05727-41975/+41373
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge core-8-6-branch to trunk, especially the 1.6.0 -> 1.6.1 renumbering fro...jan.nijtmans2017-09-044-7/+7
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Make pkgIndex.tcl from msgcat work for Tcl 9.0 (not really necessary, but for...jan.nijtmans2017-09-041-1/+1
| * | | | | 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
| | | | * | | | 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 BuildCharS...jan.nijtmans2017-09-012-3/+3
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge core-8-6-branch. Remove all git tag information for libtommath, so we d...jan.nijtmans2017-08-31133-506/+393
| |\ \ \ \ \ \ \ | | | |/ / / / / | | | | | | | / | | | |_|_|_|/ | | |/| | | |
| | | * | | | Adapt .fossil-settings/crlf-glob, for 5 libtommath-related files which have c...jan.nijtmans2017-08-312-0/+6