summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Factor clearing of ensemble subcommand table into utility routine.dgp2017-12-051-29/+23
| | | * Another revised fix, much closer to sebres' patch now.dgp2017-12-051-62/+90
| | | * [4f6a1ebd64] Different fix for the problem. Re-order the filling of the dgp2017-12-041-59/+56
* | | | Merge 8.7jan.nijtmans2020-09-071-16/+18
|\ \ \ \ | |/ / /
* | | | Merge core-8-branchjan.nijtmans2020-09-051-18/+16
|\ \ \ \
| * | | | Backout [c1a376375e0e6488]: imported namespace ensemble command name distorte...jan.nijtmans2020-09-051-18/+16
| |/ / /
* | | | Merge 8.7jan.nijtmans2020-09-041-16/+18
|\ \ \ \ | |/ / /
| * | | Fix for [c1a376375e0e6488], imported namespace ensemble command name distortedpooryorick2020-09-011-16/+18
| * | | Backout uncomplete fix for [3422267ed6b79922]: segmentation fault from deleti...jan.nijtmans2020-08-131-6/+1
| * | | Fix for [3422267ed6b7], segmentation fault with imported alias.pooryorick2020-08-121-1/+6
* | | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.jan.nijtmans2020-06-041-1/+1
|\ \ \ \ | |/ / /
* | | | merge 8.7dgp2020-03-171-1/+0
|\ \ \ \ | |/ / /
| * | | TIP 569 - remove lint commentsdgp2020-03-171-1/+0
* | | | Merge 8.7jan.nijtmans2020-03-071-109/+54
|\ \ \ \ | |/ / /
| * | | moredgp2020-03-061-109/+54
* | | | Merge 8.7jan.nijtmans2020-02-281-53/+88
|\ \ \ \ | |/ / /
| * | | Merge tip-548. A few more fixes, trying to make the Travis build work (finally)jan.nijtmans2019-09-021-1/+1
| |\ \ \
| * \ \ \ Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-4/+39
| |\ \ \ \ | | |/ / /
| * | | | Merge tip-548jan.nijtmans2019-08-151-34/+34
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-44/+44
| |\ \ \ \
| * | | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-5/+5
| |/ / / /
* | | | | Merge 8.7jan.nijtmans2019-08-151-35/+35
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-35/+35
| |/ / /
* | | | amend to [f3d49044c4e658a7]: resolve warnings (signed/unsigned comparisons, i...sebres2019-06-241-2/+2
* | | | merge 8.7dgp2019-05-031-0/+7
|\ \ \ \ | |/ / /
| * | | missed bit of type revision.dgp2019-05-031-2/+2
| * | | WIPdgp2019-05-011-0/+7
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-2/+2
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-2/+2
|\ \ \ \ | |/ / /
* | | | Merge 8.7jan.nijtmans2019-01-281-1/+1
|\ \ \ \ | |/ / /
| * | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-1/+1
| * | | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al...jan.nijtmans2019-01-261-1/+1
| |\ \ \ | | |/ /
| | * | merge (cherrypick): Add missing parenthesis to an expression in TclEnsureNam...pooryorick2018-02-151-0/+5130
| | * | Lift the restriction on command names names that begin with ":".pooryorick2018-02-141-5131/+0
| | * | merge (cherrypick): Add missing parenthesis to an expression in TclEnsureName...pooryorick2017-11-251-1/+1
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-8/+8
* | | | Merge 8.7jan.nijtmans2018-12-111-3/+4
|\ \ \ \ | |/ / /
* | | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make cod...jan.nijtmans2018-11-181-3/+3
* | | | Implement TIP 445dgp2018-11-131-27/+38
|\ \ \ \ | |/ / /
| * | | merge 8.7dgp2018-10-181-6/+4
| |\ \ \
| * \ \ \ merge 8.7dgp2017-12-271-10/+7
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2017-12-191-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2017-11-291-1/+30
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkdgp2017-04-121-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkdgp2016-11-281-6/+4
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkdgp2016-09-091-7/+13
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkdgp2016-09-081-13/+10
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-07-141-4/+4
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | another onedgp2016-07-131-1/+1
| * | | | | | | | | | | | merge trunkdgp2016-07-091-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \