summaryrefslogtreecommitdiffstats
path: root/generic/tclLink.c
Commit message (Expand)AuthorAgeFilesLines
* Change last parameter of Tcl_LinkArray() to type size_t, since we're on 9.0 h...jan.nijtmans2019-05-171-8/+8
* Merge 8.7jan.nijtmans2019-05-091-2/+0
|\
| * 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
* | | | merge 8.7dgp2019-05-031-1/+20
|\ \ \ \ | |/ / /
| * | | leak plug completeddgp2019-05-031-5/+12
| * | | WIPdgp2019-05-011-0/+12
* | | | merge 8.7dkf2019-04-191-255/+1011
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge 8.7jan.nijtmans2019-03-011-1/+1
|\ \ \ \ | |/ / /
| * | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-globjan.nijtmans2019-03-011-1/+1
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-12/+12
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-1/+1
|\ \ \ \ | |/ / /
* | | | Merge 8.7jan.nijtmans2019-01-281-1/+1
|\ \ \ \ | |/ / /
| * | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-1/+1
* | | | Implement TIP 445dgp2018-11-131-2/+3
|\ \ \ \ | |/ / /
| * | | merge 8.7dgp2017-11-301-1/+1
| |\ \ \
| * \ \ \ merge trunkdgp2017-06-261-2/+2
| |\ \ \ \
| * \ \ \ \ merge trunkdgp2017-02-161-0/+16
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkdgp2017-02-091-102/+79
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkdgp2017-02-021-14/+17
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkdgp2017-01-271-40/+26
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkdgp2017-01-231-3/+4
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkdgp2017-01-121-40/+172
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-12-231-17/+24
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-07-091-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Revise several ACCEPT_NAN stanzas.dgp2016-03-301-2/+3
* | | | | | | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-6/+6
* | | | | | | | | | | | | | merge core-8-branch. Various cleanup: unused structure names, unused #defines...jan.nijtmans2017-12-011-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
* | | | | | | | | | | | 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
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | On Windows, Cygwin and 64-bit platforms, no need to handle 'long' in tclLink....jan.nijtmans2017-02-141-0/+16
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | 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
* | | | | | | | | 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
* | | | | | | | Some code cleanup: More internal use of size_t, less type casts (because of t...jan.nijtmans2017-01-271-40/+26
| |_|_|_|_|/ / |/| | | | | |