summaryrefslogtreecommitdiffstats
path: root/generic/tclLink.c
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
* Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an...jan.nijtmans2022-11-251-4/+3
* Rebase to latest 8.7jan.nijtmans2022-11-201-48/+6
|\
| * Backout [52a52a65f0], let's see if this fixes the Windows crashjan.nijtmans2022-11-181-6/+48
| * New function Tcl_GetWideUIntFromObjjan.nijtmans2022-11-151-33/+6
* | Backout [52a52a65f0], let's see if this fixes the Windows crashjan.nijtmans2022-11-181-2/+17
|/
* Add mp_pack to the libtommath stub-table: it's easier to work with than mp_to...jan.nijtmans2022-11-151-17/+2
* Fix compilation error for STATS=memdbg. Fix incorrect commentjan.nijtmans2022-11-131-2/+2
* Add (internal) TclNewUIntObj(), and use it to fix TCL_LINK_WIDE_UINT for big ...jan.nijtmans2022-11-111-4/+7
* TIP implementation to add/use public routines Tcl_GetNumber(FromObj).dgp2022-09-181-1/+1
* More TclGetStringFromObj() usagejan.nijtmans2022-07-211-12/+14
* Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-1/+1
* Fix [9c1dc88f86]: warning about different signedness when compile TCL on Wind...jan.nijtmans2022-03-251-6/+6
* Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isin...jan.nijtmans2022-02-171-3/+3
* Merge 8.6jan.nijtmans2022-02-101-1/+1
|\
* | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-3/+3
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-4/+4
* | Merge 8.6jan.nijtmans2020-10-131-5/+5
|\ \ | |/
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-5/+5
* | More usage of TclNewIntObj() macrojan.nijtmans2020-08-131-5/+5
* | Merge 8.6jan.nijtmans2020-08-111-4/+4
|\ \ | |/
* | Resolve gcc compiler warnings, only on 32-bit builds (gcc-7)jan.nijtmans2020-03-201-2/+2
* | moredgp2020-03-061-6/+6
* | Merge 8.7jan.nijtmans2020-02-131-1/+1
|\ \
| * | Add 64-bit seek to the ZipChanneljan.nijtmans2020-01-311-1/+1
* | | Merge 8.7jan.nijtmans2020-01-071-0/+8
|\ \ \ | |/ /
| * | Remove type-casts in many Tcl_LinkVar() calls, which is no longer necessary s...jan.nijtmans2020-01-071-0/+8
* | | Merge 8.7jan.nijtmans2019-12-131-1/+1
|\ \ \ | |/ /
| * | More WIP: All makefile builds appear to work fine, makefile.vc build still to...jan.nijtmans2019-11-051-1/+1
* | | Merge 8.7jan.nijtmans2019-10-241-3/+3
|\ \ \ | |/ /
| * | Deprecate mp_get_bit, mp_expt_d_ex, mp_toradix_n, mp_to_unsigned_bin, mp_to_u...jan.nijtmans2019-10-221-3/+3
* | | Merge tip-548. A few more fixes, trying to make the Travis build work (finally)jan.nijtmans2019-09-021-2/+2
|\ \ \ | |/ /
* | | Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-1/+4
|\ \ \ | |/ /
* | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-16/+16
|/ /
* | Merge 8.6.jan.nijtmans2019-05-091-2/+0
|\ \ | |/
| * merge 8.5dgp2019-05-041-1/+17
| |\
| | * Plug memleak when deleting a namespace destroys a linked Tcl var.dgp2019-05-041-1/+17
* | | leak plug completeddgp2019-05-031-5/+12
* | | WIPdgp2019-05-011-0/+12
* | | Do not access allocated memory before initializing it.dgp2019-04-171-0/+11
* | | Removed TCL_LINK_ALLOC; it wasn't used.dkf2019-04-141-2/+1
* | | More efficient version (after feedback from KBK). Better test too.dkf2019-04-051-6/+6
* | | Clean up and refactor a bitdkf2019-04-041-113/+142
* | | Now with fewer memory leaksdkf2019-04-041-12/+27
* | | Fix unsigned wide linking.dkf2019-04-041-26/+80
* | | Docsdkf2019-04-031-2/+2
* | | refactor; mark broken tests as brokendkf2019-04-031-113/+102
* | | Some fixes. Still broken on 64-bit systemsdkf2019-04-031-58/+76
* | | Import of TIP 312 implementationdkf2019-04-031-143/+784
* | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-globjan.nijtmans2019-03-011-1/+1