summaryrefslogtreecommitdiffstats
path: root/generic/tclEnsemble.c
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2020-03-061-6/+3
|\
| * (no comment)dgp2020-03-061-6/+3
* | Merge 8.7jan.nijtmans2020-02-281-29/+32
|\ \ | |/
| * Merge tip-548jan.nijtmans2019-08-291-3/+6
| |\
| * \ Merge tip-548jan.nijtmans2019-08-151-2/+2
| |\ \ | | |/
| * | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-3/+3
| |\ \
| * | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-27/+27
* | | | Merge 8.7jan.nijtmans2019-08-151-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge 8.7jan.nijtmans2019-08-141-3/+3
| |\ \ \ | | | |/ | | |/|
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-3/+3
| | |/ | |/|
* | | Merge 8.7jan.nijtmans2019-08-011-3/+3
|\ \ \ | | |/ | |/|
| * | Add some "const" keywords, in places where strings are really const.jan.nijtmans2019-07-301-3/+3
| |/
* | merge 8.7dgp2019-06-171-1/+5
|\ \ | |/
| * merge 8.6dgp2019-06-171-1/+5
| |\
| | * Fix Bug 8b9854c3d8. Now 4 test failures require examination.dgp2019-06-131-1/+5
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-2/+2
* | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin...jan.nijtmans2019-03-131-1/+1
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-6/+6
* | | 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
* | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-4/+4
* | | Merge 8.7jan.nijtmans2018-12-111-1/+1
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2018-11-291-12/+25
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2018-11-291-12/+25
| |\ \ | | |/
| | * Make the type casting in TclSpellFix less horrific. It's still bad, but it is...dkf2018-11-281-16/+35
| | * Add TCL_CREATE_NS_IF_UNKNOWN back into Tcl_CreateEnsemble().pooryorick2018-02-151-5/+1
| | * Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Updatepooryorick2018-02-141-0/+3709
| | * Lift the restriction on command names names that begin with ":".pooryorick2018-02-141-3696/+0
* | | Implement TIP 445dgp2018-11-131-13/+27
|\ \ \ | |/ /
| * | merge 8.7dgp2018-10-181-21/+20
| |\ \
| * \ \ merge 8.7dgp2018-05-241-51/+57
| |\ \ \
| * \ \ \ merge 8.7dgp2017-12-191-1/+1
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2017-12-061-114/+116
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2017-11-301-10/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.7dgp2017-11-291-61/+101
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkdgp2017-02-161-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkdgp2016-12-231-5/+5
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkdgp2016-11-161-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-11-041-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-09-081-5/+8
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | convert ensembleCmdType to new interfaces.dgp2016-07-121-13/+27
* | | | | | | | | | | | | | Merge trunkjan.nijtmans2018-09-271-21/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Batch of TIP implementations.dkf2018-09-271-21/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | merge core-8-branchdkf2018-09-041-333/+557
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | | merge trunkdkf2013-07-261-126/+69
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Added a mechanism for discovering the "type" of a command.dkf2013-07-071-21/+20
* | | | | | | | | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-13/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | merge trunkjan.nijtmans2018-05-231-51/+57
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | merge 8.7jan.nijtmans2018-05-131-51/+57
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / | | |/| | | | | | | | | | / / / | | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |