summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-251-0/+1
* * generic/tclCompCmds.c (TclCompileLreplaceCmd): Added a compilationdkf2012-02-151-0/+3
* * generic/tclCompCmds.c (TclCompileLrangeCmd): Add compiler fordkf2012-02-151-0/+3
* 3479689 New internal routine TclJoinPath().dgp2012-01-271-0/+1
* Added support for having the dict var itself referenced by LVT index.dkf2011-10-031-2/+3
* Experimental compilation of the [dict with] subcommand. No tests yet, and notdkf2011-10-021-0/+8
* Fix eval's faulty objProc, it was actually an nreProc [3399564|Bug 3399564]. ...mig2011-08-291-1/+2
* [Bug 2919042] Restore "valgrindability" of Tcl that was lost by the streamlin...ferrieux2011-08-091-0/+2
* [Bug 3386417] avoid a reference loop between the bytecode and its companion e...ferrieux2011-08-091-0/+1
* Change the signature of TclParseHex(), such that it can now parse up to 8 hex...jan.nijtmans2011-08-091-1/+1
* Remove TclCleanupLiteralTable (see 994838).dgp2011-06-021-2/+0
|\
| * Remove TclCleanupLiteralTable (see 994838).dgp2011-06-021-2/+0
* | [Bug 3185407]: Extend the set of epochs that are potentially bumped (indkf2011-06-021-4/+7
|\ \ | |/
| * [Bug 3185407]: Extend the set of epochs that are potentially bumped (indkf2011-06-021-4/+7
| |\
| | * Merge from 8.5 branch tipbug_3185407dkf2011-06-011-0/+4
| | |\ | | |/ | |/|
| | * is this a proper fix? Or is it invalidating too much?mig2011-05-081-0/+3
* | | Rewind from a refactoring that veered into the weeds.bug_3293874dgp2011-05-311-0/+2
|\ \ \
| * | | Undo mistaken commitdkf2011-05-241-5/+2
| * | | Remove some useless code from mcset and mcmset: [dict set] builds dictionary ...dkf2011-05-241-2/+5
* | | | Set the defaults of all growth algorithm parameters based on one master value.dgp2011-05-121-1/+15
|/ / /
* | | New internal routines TclScanElement() and TclConvertElement().dgp2011-05-101-2/+6
|\ \ \ | |/ /
| * | Completed patch with mucho comments. Merge 8.5.bug_3173086dgp2011-05-101-3/+29
| * | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisionsdgp2011-03-031-0/+4
* | | fix USE_TCLALLOC so that it can be enabled without editing the Makefilemig2011-05-071-0/+7
|\ \ \ | | |/ | |/|
| * | fix USE_TCLALLOC so that it can be enabled without editing the Makefilemig2011-05-071-0/+7
| |\ \
| | * | fix USE_TCLALLOC so that it can be enabled without editing the Makefilemig2011-05-071-0/+7
| | * | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Follow-up: get it rig...jan2011-04-201-1/+1
* | | | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function wedgp2011-05-021-2/+2
|\ \ \ \ | |/ / /
| * | | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function wedgp2011-05-021-2/+2
* | | | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns()dgp2011-04-281-0/+3
|\ \ \ \ | |/ / /
| * | | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns()dgp2011-04-281-0/+3
* | | | TclFreeIntRep() correction & cleanup.dgp2011-04-271-3/+4
* | | | Use macro to set List intrepsdgp2011-04-211-0/+6
|\ \ \ \ | |/ / /
| * | | Use macro to set List intrepsdgp2011-04-211-0/+6
* | | | Limits on list length were too strict. Revised panics to errors where possible.dgp2011-04-211-0/+3
|\ \ \ \ | |/ / /
| * | | Limits on list length were too strict. Revised panics to errors where possible.dgp2011-04-211-0/+3
* | | | Define and use macros that test whether a Tcl list value is canonical.dgp2011-04-181-0/+6
|\ \ \ \ | |/ / /
| * | | Define and use macros that test whether a Tcl list value is canonical.dgp2011-04-181-0/+6
* | | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*].dgp2011-04-131-0/+4
|\ \ \ \ | |/ / /
| * | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*].dgp2011-04-131-0/+4
* | | | remove one level of allocator indirection in non-memdebug builds, imported fr...mig2011-03-211-0/+6
|\ \ \ \
| * | | | fix last commitmig2011-03-211-3/+3
| * | | | remove one level of indirection in non-mem-debug buildsmig2011-03-211-0/+6
| * | | | some cleanup re obj deletionmig2011-03-211-7/+0
| * | | | get purify and native to build by removing ref to ckalloc and friendsmig2011-03-191-3/+3
| * | | | getting aPURIFY to build?mig2011-03-181-0/+1
| * | | | remove TclpAlloc and friends from internal stubsmig2011-03-181-96/+95
| * | | | move the allocator stuff to the end of tclInt.h, in order not to interfere wi...mig2011-03-181-95/+96
| * | | | New function TclAllocMaximize(). Let tclListObj.c find out the real allocated...mig2011-03-181-0/+2
| * | | | development branch for allocator changesmig2011-03-181-217/+93
|/ / / /