summaryrefslogtreecommitdiffstats
path: root/generic/tclLink.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-1/+1
* | | merge 8.7dgp2017-11-301-1/+1
|\ \ \
| * \ \ merge core-8-6-branch.jan.nijtmans2017-11-301-1/+1
| |\ \ \ | | |/ /
| | * | Don't provide the setFromAnyProc through the invalidRealType objType. This is...jan.nijtmans2017-11-301-1/+1
* | | | merge trunkdgp2017-06-261-2/+2
|\ \ \ \ | |/ / /
| * | | TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literalsjan.nijtmans2017-06-231-2/+2
| |\ \ \
| | * \ \ Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....)jan.nijtmans2017-06-141-2/+2
| | |\ \ \ | | | |/ / | | |/| |
| | | * | 0d in LinkVargriffin2017-05-281-2/+2
| | |/ / | |/| |
* | | | merge trunkdgp2017-02-161-0/+16
|\ \ \ \ | |/ / /
| * | | On Windows, Cygwin and 64-bit platforms, no need to handle 'long' in tclLink....jan.nijtmans2017-02-141-0/+16
* | | | merge trunkdgp2017-02-091-102/+79
|\ \ \ \ | |/ / /
| * | | Code cleanup (based on feedback from René Zaumseil): Only call GetInvalidInt...jan.nijtmans2017-02-071-102/+79
| |\ \ \ | | |/ /
| | * | Code cleanup (based on feedback from René Zaumseil): Only call GetInvalidInt...jan.nijtmans2017-02-071-118/+85
* | | | merge trunkdgp2017-02-021-14/+17
|\ \ \ \ | |/ / /
| * | | Update documentation on recent changes in Tcl_LinkVar.jan.nijtmans2017-01-311-14/+17
| |\ \ \ | | |/ /
| | * | Update documentation on recent changes in Tcl_LinkVar.jan.nijtmans2017-01-311-18/+20