summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-07-021-17/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-05-241-22/+64
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Revise "nsName" ObjType to use proposed routines.dgp2016-04-041-27/+38
* | | | | | | | | | | | | | | | Merge trunkjan.nijtmans2018-09-271-6/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Batch of TIP implementations.dkf2018-09-271-6/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | merge core-8-branchdkf2018-09-041-111/+194
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Further fix for issue [ba1419303b4c]: Delete a namespace for an ensemble havi...pooryorick2017-12-201-1/+1
| | | * | | | | | | | | | | | | | Fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a del...pooryorick2017-12-201-10/+7
| | | | |_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | | Added a mechanism for discovering the "type" of a command.dkf2013-07-071-6/+4
* | | | | | | | | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-23/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | New macro TclGetUnicodeFromObj() which can handle size_tjan.nijtmans2018-07-011-6/+7
* | | | | | | | | | | | | | | | More API changes using size_t. Internal changes not complete yet (WIP)jan.nijtmans2018-06-281-2/+2
* | | | | | | | | | | | | | | | Merge trunk. Some more size_t additions in parameters/fieldsjan.nijtmans2018-06-141-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | merge trunkjan.nijtmans2017-12-221-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Further fix for issue [ba1419303b4c]: Delete a namespace for an ensemble havi...pooryorick2017-12-201-1/+1
* | | | | | | | | | | | | | | | merge trunkjan.nijtmans2017-12-201-11/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a del...pooryorick2017-12-201-10/+7
| * | | | | | | | | | | | | | | merge core-8-branch. Also change some internal refCount's from int to size_t.jan.nijtmans2017-12-191-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Make TclEnsureNamespace() MODULE_SCOPE. Also change some refCount fields from...jan.nijtmans2017-12-191-2/+2
| | * | | | | | | | | | | | | | Revert a few more (int -> size_t) transitions, which could effect extensions ...jan.nijtmans2017-12-151-1/+1
| | | |_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | | merge trunkjan.nijtmans2017-12-011-1/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | merge core-8-branch. Various cleanup: unused structure names, unused #defines...jan.nijtmans2017-12-011-1/+1
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Add missing parenthesis to an expression in TclEnsureNamespace.pooryorick2017-11-251-1/+1
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |