summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / / /
* | | | Turn namespace into an ensemble. Not yet on trunk because of some mysterious ...dkf2011-03-091-5/+2
* | | | * generic/tclInt.h: Remove TclMarkList() routine, an experimentaldgp2011-03-081-3/+0
|\ \ \ \ | |/ / /
| * | | * generic/tclInt.h: Remove TclMarkList() routine, an experimentaldgp2011-03-081-3/+0
| | |/ | |/|
* | | merge trunkdogeen_assembler_branchKevin B Kenny2011-03-051-15/+13
|\ \ \
| * | | Renamed struct TEOV_callback to the more descriptive NRE_callback.Miguel Sofer2011-03-051-13/+13
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
| |\ \ \ | | |/ /
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| | |\ \ | | | |/
| | | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | * [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6:nijtmans2010-07-251-4/+1
| | | * [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6nijtmans2010-07-171-1/+4
| | | * * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-2/+60
| | | * * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,andreas_kupries2009-07-141-12/+8
| | | * Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "l...ferrieux2009-04-271-1/+5
| | | * * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-221-1/+19
| | | * * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-3/+38
| | | * * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-3/+21
| | | * ensure WORDS_BIGENDIAN redefinition is consistent with autoconf definitiondas2007-08-231-2/+2
| | | * * generic/tclInt.h: TclFinalizeThreadAlloc() is always defined,dgp2007-05-101-2/+2
| | | * * generic/tclInt.decls: Yet another round of attemptingKevin B Kenny2007-04-211-1/+2
| | | * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-2/+164