| Commit message (Expand) | Author | Age | Files | Lines |
* | Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an... | jan.nijtmans | 2022-11-25 | 1 | -4/+3 |
|
|
* | Rebase to latest 8.7 | jan.nijtmans | 2022-11-20 | 1 | -48/+6 |
|\ |
|
| * | Backout [52a52a65f0], let's see if this fixes the Windows crash | jan.nijtmans | 2022-11-18 | 1 | -6/+48 |
|
|
| * | New function Tcl_GetWideUIntFromObj | jan.nijtmans | 2022-11-15 | 1 | -33/+6 |
|
|
* | | Backout [52a52a65f0], let's see if this fixes the Windows crash | jan.nijtmans | 2022-11-18 | 1 | -2/+17 |
|/ |
|
* | Add mp_pack to the libtommath stub-table: it's easier to work with than mp_to... | jan.nijtmans | 2022-11-15 | 1 | -17/+2 |
|
|
* | Fix compilation error for STATS=memdbg. Fix incorrect comment | jan.nijtmans | 2022-11-13 | 1 | -2/+2 |
|
|
* | Add (internal) TclNewUIntObj(), and use it to fix TCL_LINK_WIDE_UINT for big ... | jan.nijtmans | 2022-11-11 | 1 | -4/+7 |
|
|
* | TIP implementation to add/use public routines Tcl_GetNumber(FromObj). | dgp | 2022-09-18 | 1 | -1/+1 |
|
|
* | More TclGetStringFromObj() usage | jan.nijtmans | 2022-07-21 | 1 | -12/+14 |
|
|
* | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -1/+1 |
|
|
* | Fix [9c1dc88f86]: warning about different signedness when compile TCL on Wind... | jan.nijtmans | 2022-03-25 | 1 | -6/+6 |
|
|
* | Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isin... | jan.nijtmans | 2022-02-17 | 1 | -3/+3 |
|
|
* | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -1/+1 |
|\ |
|
* | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -3/+3 |
|
|
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -4/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-10-13 | 1 | -5/+5 |
|\ \
| |/ |
|
* | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -5/+5 |
|
|
* | | More usage of TclNewIntObj() macro | jan.nijtmans | 2020-08-13 | 1 | -5/+5 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-08-11 | 1 | -4/+4 |
|\ \
| |/ |
|
* | | Resolve gcc compiler warnings, only on 32-bit builds (gcc-7) | jan.nijtmans | 2020-03-20 | 1 | -2/+2 |
|
|
* | | more | dgp | 2020-03-06 | 1 | -6/+6 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Add 64-bit seek to the ZipChannel | jan.nijtmans | 2020-01-31 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -0/+8 |
|\ \ \
| |/ / |
|
| * | | Remove type-casts in many Tcl_LinkVar() calls, which is no longer necessary s... | jan.nijtmans | 2020-01-07 | 1 | -0/+8 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | More WIP: All makefile builds appear to work fine, makefile.vc build still to... | jan.nijtmans | 2019-11-05 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-10-24 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Deprecate mp_get_bit, mp_expt_d_ex, mp_toradix_n, mp_to_unsigned_bin, mp_to_u... | jan.nijtmans | 2019-10-22 | 1 | -3/+3 |
|
|
* | | | Merge tip-548. A few more fixes, trying to make the Travis build work (finally) | jan.nijtmans | 2019-09-02 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
* | | | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -1/+4 |
|\ \ \
| |/ / |
|
* | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -16/+16 |
|/ / |
|
* | | Merge 8.6. | jan.nijtmans | 2019-05-09 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | merge 8.5 | dgp | 2019-05-04 | 1 | -1/+17 |
| |\ |
|
| | * | Plug memleak when deleting a namespace destroys a linked Tcl var. | dgp | 2019-05-04 | 1 | -1/+17 |
|
|
* | | | leak plug completed | dgp | 2019-05-03 | 1 | -5/+12 |
|
|
* | | | WIP | dgp | 2019-05-01 | 1 | -0/+12 |
|
|
* | | | Do not access allocated memory before initializing it. | dgp | 2019-04-17 | 1 | -0/+11 |
|
|
* | | | Removed TCL_LINK_ALLOC; it wasn't used. | dkf | 2019-04-14 | 1 | -2/+1 |
|
|
* | | | More efficient version (after feedback from KBK). Better test too. | dkf | 2019-04-05 | 1 | -6/+6 |
|
|
* | | | Clean up and refactor a bit | dkf | 2019-04-04 | 1 | -113/+142 |
|
|
* | | | Now with fewer memory leaks | dkf | 2019-04-04 | 1 | -12/+27 |
|
|
* | | | Fix unsigned wide linking. | dkf | 2019-04-04 | 1 | -26/+80 |
|
|
* | | | Docs | dkf | 2019-04-03 | 1 | -2/+2 |
|
|
* | | | refactor; mark broken tests as broken | dkf | 2019-04-03 | 1 | -113/+102 |
|
|
* | | | Some fixes. Still broken on 64-bit systems | dkf | 2019-04-03 | 1 | -58/+76 |
|
|
* | | | Import of TIP 312 implementation | dkf | 2019-04-03 | 1 | -143/+784 |
|
|
* | | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-glob | jan.nijtmans | 2019-03-01 | 1 | -1/+1 |
|
|
* | | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -1/+1 |
|
|