Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge tip-445cjo_hydra | dgp | 2017-09-22 | 1 | -35/+5 |
|\ | |||||
| * | More TIP 445 conversion of the "path" Tcl_ObjType.tip_445 | dgp | 2017-09-22 | 1 | -35/+5 |
| | | |||||
* | | merge tip-445 | dgp | 2017-09-22 | 1 | -130/+64 |
|\ \ | |/ | |||||
| * | Partial conversion of the "path" Tcl_ObjType to TIP 445 contributed by | dgp | 2017-09-22 | 1 | -130/+64 |
| | | | | | | | | | | Cyan Ogilvie. This reworking also eliminates circular references in the "path" values. Test suite indicates the change works. Don't know what, if anything, was lost compared to the original Darley design. | ||||
* | | merge tip-445 | dgp | 2017-09-18 | 1 | -32/+32 |
|\ \ | |/ | |||||
| * | merge trunk | dgp | 2017-09-18 | 1 | -32/+32 |
| |\ | |||||
| | * | Finish libtommath's constification work. All done (hopefully). And make sure ↵ | jan.nijtmans | 2017-09-18 | 1 | -4/+4 |
| | | | | | | | | | | | | 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 | 1 | -28/+28 |
| | | | | | | | | | | | | libtommath folks | ||||
* | | | merge tip-445 | dgp | 2017-09-18 | 4 | -104/+119 |
|\ \ \ | |/ / | |||||
| * | | merge trunk | dgp | 2017-09-18 | 4 | -104/+119 |
| |\ \ | | |/ | |||||
| | * | Merge libtommath upstream changes (astyle formatting only). No functional ↵ | jan.nijtmans | 2017-09-18 | 1 | -78/+78 |
| | | | | | | | | | | | | changes. All Tcl-specific modifications are kept. | ||||
| | * | 'const'ify more libtommath functions. All functions in ↵ | jan.nijtmans | 2017-09-15 | 4 | -29/+44 |
| | | | | | | | | | | | | generic/tclTomMath.decls (used by Tcl) are done now. | ||||
* | | | merge tip-445 | dgp | 2017-09-14 | 13 | -191/+87 |
|\ \ \ | |/ / | |||||
| * | | merge trunk | dgp | 2017-09-14 | 13 | -191/+87 |
| |\ \ | | |/ | |||||
| | * | 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. | ||||
| | * | Make mp_get_long and mp_set_long available to tommath-enabled Tcl ↵ | jan.nijtmans | 2017-09-13 | 11 | -101/+86 |
| | | | | | | | | | | | | extensions. Deprecate the internal TclBNInitBignumFrom* functions, in favor of the official tommath functions with the same purpose. | ||||
| * | | Rework [lset] internals to be sure outdated intreps get purged. | dgp | 2017-09-12 | 1 | -9/+30 |
| | | | |||||
| * | | Make sure ListObjReplace invalidates outdated intreps. | dgp | 2017-09-12 | 1 | -2/+7 |
| | | | |||||
| * | | Make sure ListObjAppendElement invalidates outdated intreps. | dgp | 2017-09-12 | 1 | -0/+4 |
| | | | |||||
| * | | Revised dict value means we much invalidate existing intreps. | dgp | 2017-09-12 | 1 | -1/+4 |
| | | | |||||
| * | | When we invalidate the string rep of a dict, that's a sign we need to | dgp | 2017-09-12 | 1 | -0/+4 |
| | | | | | | | | | free all the intreps of that dict as well. | ||||
* | | | Rework [lset] internals to be sure outdated intreps get purged. | dgp | 2017-09-12 | 1 | -9/+30 |
| | | | |||||
* | | | Make sure ListObjReplace invalidates outdated intreps. | dgp | 2017-09-12 | 1 | -2/+7 |
| | | | |||||
* | | | Make sure ListObjAppendElement invalidates outdated intreps. | dgp | 2017-09-12 | 1 | -0/+4 |
| | | | |||||
* | | | Revised dict value means we much invalidate existing intreps. | dgp | 2017-09-12 | 1 | -1/+4 |
| | | | |||||
* | | | When we invalidate the string rep of a dict, that's a sign we need to | dgp | 2017-09-12 | 1 | -0/+4 |
| | | | | | | | | | free all the intreps of that dict as well. | ||||
* | | | Stop crash in oo.test | dgp | 2017-09-11 | 1 | -0/+3 |
| | | | |||||
* | | | Add a DupHydra implementation. | dgp | 2017-09-11 | 1 | -7/+49 |
| | | | |||||
* | | | Fixes to Tcl_StoreIntRep -- support irPtr == NULL | dgp | 2017-09-11 | 2 | -8/+9 |
| | | | |||||
* | | | Hydra work from Cyan Ogilvie. | dgp | 2017-09-11 | 2 | -15/+285 |
|/ / | |||||
* | | merge trunk | dgp | 2017-09-11 | 5 | -117/+158 |
|\ \ | |/ | |||||
| * | Many 'const' addtions in libtommath where it makes sense. To be submitted ↵ | jan.nijtmans | 2017-09-11 | 3 | -100/+113 |
| | | | | | | | | back to the libtommath guys. | ||||
| * | Add some more functions from libtommath for availability within Tcl (mainly ↵ | jan.nijtmans | 2017-09-08 | 4 | -8/+30 |
| | | | | | | | | the 'long long' variants). Add more 'const' keywords there too. | ||||
| * | Bump to 8.7a2 to distinguish trunk from 8.7a1 release. | dgp | 2017-09-08 | 1 | -2/+2 |
| | | |||||
| * | merge trunk; rc1rc1core_8_7_a1core_8_7_a1_rc | dgp | 2017-09-07 | 1 | -8/+14 |
| |\ | |||||
| | * | Fix use of "long long" (manually) in MSVC | jan.nijtmans | 2017-09-06 | 1 | -8/+14 |
| | | | |||||
| * | | merge trunk | dgp | 2017-09-05 | 4 | -67/+109 |
| |\ \ | | |/ | |||||
| * | | merge trunk | dgp | 2017-09-01 | 15 | -95/+145 |
| |\ \ | |||||
| * | | | Update outdated comment. | dgp | 2017-08-10 | 1 | -12/+5 |
| | | | | |||||
| * | | | Release candidate branch for Tcl 8.7a1. | dgp | 2017-08-10 | 1 | -2/+2 |
| | | | | |||||
* | | | | merge trunk | dgp | 2017-09-05 | 4 | -67/+109 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | 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 | 1 | -62/+104 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace. | dgp | 2017-09-02 | 1 | -62/+104 |
| | |\ \ \ | |||||
| | | * \ \ | merge 8.5bug_0e4d88b650 | dgp | 2017-09-02 | 3 | -86/+72 |
| | | |\ \ \ | |||||
| | | | * | | | Cherrypick [527d354828] | andy | 2017-08-08 | 1 | -1/+1 |
| | | | | | | | |||||
| | | * | | | | Similar fix to Tcl_CreateCommand(). | dgp | 2017-09-02 | 1 | -31/+54 |
| | | | | | | | |||||
| | | * | | | | Tidy up. | dgp | 2017-09-02 | 1 | -33/+40 |
| | | | | | | |