summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* merge trunkdgp2016-11-161-10/+10
|\
| * Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-13/+13
* | merge trunkdgp2016-11-141-0/+4
|\ \ | |/
| * Route all [string last] operations through a common implementation.dgp2016-11-081-1/+3
| * First draft refactoring the [string first] functionality.dgp2016-11-041-0/+2
* | merge trunkdgp2016-11-011-0/+3
|\ \ | |/
| * WIPdgp2016-10-281-2/+3
| * Start bringing all `string cat` operations into one place so it can be codeddgp2016-10-271-0/+2
* | New routine Tcl_HasStringRep() and first conversion of callers.dgp2016-10-071-0/+12
* | merge trunkdgp2016-09-081-4/+6
|\ \ | |/
| * Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter...jan.nijtmans2016-09-071-4/+6
| |\
| | * Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ...jan.nijtmans2016-09-021-4/+6
* | | merge trunkdgp2016-07-191-1/+0
|\ \ \ | |/ /
| * | [0363f0146c] Fix [array startsearch] id handling to support var name variationsdgp2016-07-191-1/+0
* | | merge trunkdgp2016-07-131-0/+9
|\ \ \ | |/ /
| * | New private flag value INDEX_TEMP_TABLE.dgp2016-07-131-0/+9
* | | merge trunkdgp2016-07-121-1/+1
|\ \ \ | |/ /
| * | Make hash type changable by compiling with -DTCL_HASH_TYPE=size_t (for exampl...jan.nijtmans2016-07-121-1/+1
* | | merge trunkdgp2016-07-091-2/+17
|\ \ \ | |/ /
| * | merge 8.6dgp2016-07-091-0/+15
| |\ \ | | |/
| | * [1493a43044] Make [namespace upvar] ignore variable resolvers; the previous s...dkf2016-07-091-0/+15
| | |\
| | | * Expose the AVOID_RESOLVERS flag to [namespace upvar] implementations, which s...dkf2016-07-071-0/+15
| * | | Merge core-8-6-branch: jan.nijtmans2016-07-071-2/+2
| |\ \ \ | | |/ /
| | * | Create and use a utility Tcl_NRPostProc when decr ref count of values isdgp2016-07-061-0/+1
| | * | Simplify all the Tcl_NRPostProc declarations.dgp2016-07-061-2/+1
| | |/
* | | merge trunkdgp2016-07-021-21/+18
|\ \ \ | |/ /
| * | [4402cfa58c] Rework the spell check machinery into something that will not be...dgp2016-07-011-21/+5
| |\ \ | | |/
| | * The EnsembleCmdRep struct that is the internal rep for caching ensembledgp2016-07-011-17/+0
| | * [4402cfa58c] Rework the spell check machinery into something that will not bedgp2016-07-011-1/+4
| | * Encapsulate the fetching of the ensemble rewrite root, used by [namespace].dgp2016-07-011-0/+2
| | * merge 8.6dgp2016-06-281-1/+2
| | |\
| | * | Don't see why the intrep should make and keep copies of things alreadydgp2016-05-121-5/+3
| | * | Remove the nsPtr field from the EnsembleCmdRep struct. Cannot see anydgp2016-05-121-2/+0
| * | | Disable special hacks for Itcl 3 ensemble error message generation.dgp2016-07-011-0/+13
* | | | merge trunkdgp2016-06-171-3/+2
|\ \ \ \ | |/ / /
| * | | Fix [e14c77b845] for MSVC6: Compilation error over typedefjan.nijtmans2016-06-091-3/+2
| |\ \ \ | | | |/ | | |/|
| | * | Fix [e14c77b845] for MSVC6: Compilation error over typedefjan.nijtmans2016-06-091-3/+2
* | | | merge trunkdgp2016-06-031-1/+3
|\ \ \ \ | |/ / /
| * | | Fix [e14c77b845]: Compilation error over typedef.jan.nijtmans2016-06-021-1/+3
| |\ \ \ | | |/ /
| | * | Fix [e14c77b845]: Compilation error over typedef.jan.nijtmans2016-06-021-1/+3
| | |/
* | | Revise the "end-offset" objType to use proposed routines, and not export ordgp2016-04-111-1/+0
* | | merge trunkdgp2016-04-051-0/+1
|\ \ \ | |/ /
| * | Rename UtfCount() to TclUtfCount() and use it in more places. Suggested by ps...jan.nijtmans2016-04-051-0/+1
* | | Use new routine TclGetLambdaFromObj to better isolate the "lambdaExpr" ObjType.dgp2016-04-041-0/+2
* | | merge trunkdgp2016-04-041-0/+1
|\ \ \ | |/ /
| * | Two micro-optimizations in Win and UNIX notifier. See: [http://code.activesta...jan.nijtmans2016-04-011-0/+1
| |\ \ | | |/ | |/|
| | * - Undo unix notifier changes: too risky at this moment. jan.nijtmans2016-03-251-1/+3
| | |\ | | |/ | |/|
| | * (experiment) Use TclpMasterLock() in stead of a separate notifierInitMutex. O...jan.nijtmans2016-03-211-0/+1
| |/
* | Functional conversion of "list" Tcl_ObjType to proposed routines.dgp2016-03-291-10/+4
* | Update Tcl_InitStringRep callers to handle OOM condition.dgp2016-03-241-0/+7