summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* Replace TclCountSpaceRuns() with TclMaxListLength() which is the function wedgp2011-05-021-2/+2
* New utility routines: TclIsSpaceProc() and TclCountSpaceRuns()dgp2011-04-281-0/+3
* 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
* 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
* * generic/tclInt.h: Remove TclMarkList() routine, an experimentaldgp2011-03-081-3/+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
| * * generic/tclIOUtil.c: Cleaned up some code flagged by adgp2006-10-171-1/+2
| * * generic/tclInt.h: Moved TIP#268's field 'packagePrefer' to theandreas_kupries2006-09-221-10/+10
| * * generic/tcl.decls: Implemented TIP #268, conditionally.andreas_kupries2006-09-221-1/+21
| * Added TclpFinalizeSockets() (Tcl Bug #1437595)vasiljevic2006-03-101-1/+2
| * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-3/+3
| * * generic/tclBasic.c (Tcl_DeleteCommandFromToken):Miguel Sofer2005-11-181-1/+4
| * * generic/tclInt.h:Miguel Sofer2005-11-041-1/+2
| * ensure MODULE_SCOPE declhobbs2005-10-101-1/+14
| * * generic/tclCompExpr.c: Untangled some dependencies in thedgp2005-08-031-2/+2
| * * generic/tclCmdAH.c New "encoding" Tcl_ObjType (not registered)dgp2005-07-051-1/+3
| * finalize Tcl_Preserve after exit handlersKevin B Kenny2005-06-241-3/+4
| * bug 1225727Kevin B Kenny2005-06-221-1/+2
| * * generic/tclInt.h: Followup to change made on 2005-06-18 byandreas_kupries2005-06-221-1/+2
| * * generic/tclBasic.c: Made the walk of the active trace list awaredgp2005-06-211-1/+5
| * *** 8.4.11 TAGGED FOR RELEASE ***das2005-06-181-1/+26
| * * generic/tclIOUtil.c (TclLoadFile):das2005-05-241-1/+10
| * Added prototypes for TclpFreeAllocCache() and TclFreeAllocCache().vasiljevic2005-04-071-1/+3
| * TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-3/+1
| * * generic/tclEvent.c: Correct threaded obj allocator tohobbs2004-07-211-1/+4
| * Corrected Tcl Bug #770053vasiljevic2004-06-221-1/+6
| * * generic/tclInt.h:davygrvy2004-05-061-1/+2
| * * generic/tclInt.h:hobbs2004-03-291-3/+2
| * * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-3/+21
| * * generic/tclInt.h (tclOriginalNotifier):dgp2003-03-211-1/+2
| * * generic/tclInt.h: Removed definition of ParseValue struct thatdgp2003-03-201-32/+1
* | * generic/tclInt.decls: Backport of Kevin B. Kenny's work onandreas_kupries2010-11-301-2/+27
* | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h:hobbs2010-11-301-12/+1
* | * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-151-1/+7
* | [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6:nijtmans2010-07-251-2/+1