summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-08-151-27/+27
|\
| * Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-27/+27
* | Merge 8.7jan.nijtmans2019-06-121-1/+1
|\ \ | |/
| * Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-121-1/+1
* | Merge 8.7jan.nijtmans2019-04-091-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2019-04-091-1/+1
| |\
* | \ Merge 8.7jan.nijtmans2019-04-081-2/+9
|\ \ \ | |/ /
| * | closes [45b9faf103f2] (tclVar cached lookup): fixes segfaulting if variable r...sebres2019-04-081-2/+9
* | | 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-1/+1
* | | 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-2/+2
|\ \ \ | |/ /
| * | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-2/+2
* | | Another round of int -> size_t modifications, so strings > 2Gb are handled co...jan.nijtmans2019-01-241-3/+4
* | | Implement TIP 445dgp2018-11-131-67/+97
|\ \ \ | |/ /
| * | merge 8.7dgp2018-10-181-75/+463
| |\ \
| * \ \ merge 8.7dgp2018-06-041-4/+29
| |\ \ \
| * \ \ \ merge 8.7dgp2018-05-241-132/+138
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2018-04-251-421/+540
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2018-02-091-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkdgp2017-06-161-28/+247
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkdgp2017-03-211-0/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkdgp2017-03-201-7/+9
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkdgp2016-12-021-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-09-091-33/+16
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-09-081-23/+54
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Revise "parsedVarName" type to use proposed interfaces.dgp2016-07-201-39/+41
| * | | | | | | | | | | | | merge trunkdgp2016-07-201-14/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge trunk; silence compiler warning.dgp2016-07-201-43/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Convert the "localVarName" type to the proposed interfaces.dgp2016-07-201-31/+58
| * | | | | | | | | | | | | | | merge trunkdgp2016-07-191-267/+78
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-07-141-8/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-07-091-34/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-06-281-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-04-111-28/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Use simple name for file static struct.dgp2016-04-041-12/+8
* | | | | | | | | | | | | | | | | | | | | ckalloc -> Tcl_Allocjan.nijtmans2018-09-271-2/+2
* | | | | | | | | | | | | | | | | | | | | Merge trunkjan.nijtmans2018-09-271-51/+432
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Batch of TIP implementations.dkf2018-09-271-51/+432
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Improved comment.dkf2018-09-261-1/+3
| | * | | | | | | | | | | | | | | | | | | | Make defaults work even when [upvar]ed to just a non-existent element.dkf2018-09-261-38/+66
| | * | | | | | | | | | | | | | | | | | | | merge core-8-branchdkf2018-09-261-23/+30
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | Fix semantics of [lappend] with defaults in a procedure.dkf2018-09-261-52/+126
| | * | | | | | | | | | | | | | | | | | | | | Corrected the semantics of [append] with defaultsdkf2018-09-251-2/+21
| | * | | | | | | | | | | | | | | | | | | | | More correct variable existence checksdkf2018-09-251-6/+6
| | * | | | | | | | | | | | | | | | | | | | | Correct variable existence check in [array default exists]dkf2018-09-251-6/+10
| | * | | | | | | | | | | | | | | | | | | | | merge core-8-branchdkf2018-09-231-5/+30
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | Initial implementation of TIP #508: [array default]fbonnet2018-05-131-17/+271
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge trunkjan.nijtmans2018-09-261-23/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / /