summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
...
| * * 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
* | [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6nijtmans2010-07-171-1/+2
* | [Bug 2991415]: tclport.h #included before limits.hnijtmans2010-05-251-7/+2
* | Various CYGWIN-related fixesnijtmans2010-01-311-220/+227
* | Fix for [Bug 988703, 1565466]Joe Mistachkin2009-10-181-3/+5
* | * generic/tclAlloc.c: Cleaned up various routines in thedgp2009-09-291-1/+12
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-5/+52
* | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,andreas_kupries2009-07-141-12/+8
* | Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "...ferrieux2009-04-271-1/+5
* | Fixed [Bug 2269431]: load of shared objectsnijtmans2008-11-141-2/+3
* | * generic/tclInt.h: Correct the TclGetLongFromObj,dgp2008-09-171-4/+4
* | * 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/+30
* | merge updates from HEAD dgp2008-03-311-5/+9
* | Reconcile coding style issues between branchesdgp2008-01-231-4/+4
* | Reconcile coding style issues between branchesdgp2008-01-231-36/+36
* | * generic/tclInt.h: New macro TclGrowParseTokenArray() todgp2008-01-231-2/+47
* | * generic/tclAlloc.c:Miguel Sofer2007-12-171-1/+12
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlobhobbs2007-12-111-1/+10
* | (TclMatchIsTrivial): simplify TclMatchIsTrivial to remove ] checkhobbs2007-12-061-2/+2
* | add TclGetChannelFromObj declhobbs2007-12-061-1/+4
* | Simplify code for setting up the [chan] ensemble now that we can leveragedkf2007-12-061-11/+8
* | * generic/tclBasic.c:Miguel Sofer2007-11-261-2/+2
* | Turn the [string] command into a real compiled ensemble.dkf2007-11-231-5/+15
* | Rebuild [dict] as a full compiled ensemble.dkf2007-11-221-6/+22
* | Factor out the core compiled-ensemble builder for simplicity.dkf2007-11-211-3/+15
* | * generic/tclDictObj.c: Changed the underlying implementation of thedkf2007-11-201-1/+9
* | More minor cleanupdkf2007-11-181-253/+253
* | Greatly improved ensemble compiler. This one now can handle any ensemble.dkf2007-11-161-54/+114
* | Compile [info exists] into bytecode. Includes new instructions to support it.dkf2007-11-141-1/+5
* | Strip an _ANSI_ARGS_ usage.dkf2007-11-141-2/+2
* | RE: [Patch 1830184] TclResetResultMiguel Sofer2007-11-121-35/+1
* | * generic/tclBasic.c: New macro TclResetResult, new iPtr flagMiguel Sofer2007-11-121-1/+35