summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-10/+55
* * unix/tclUnixTime.c (TclpWideClicksToNanoseconds): fix issues withdas2007-11-101-2/+2
* * generic/tclBasic.c:Miguel Sofer2007-11-101-3/+3
* * generic/tclBasic.c:Miguel Sofer2007-11-101-3/+5
* * generic/tclAsync.c:Miguel Sofer2007-11-091-2/+37
* * generic/tclCompile.h:Miguel Sofer2007-10-271-1/+3
* Add a new command, ::tcl::unsupported::disassembledkf2007-09-251-1/+5
* * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-6/+27
* * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from thedgp2007-09-091-2/+1
* ensure WORDS_BIGENDIAN redefinition is consistent with autoconf definitiondas2007-08-231-2/+2
* * generic/tclInt.h: remove redundant ops in TclNewStringObj macroMiguel Sofer2007-08-111-3/+6
* * generic/tclInt.h: fix the TclSetVarNamespaceVar macro, wasMiguel Sofer2007-08-101-3/+5
* * generic/tclInt.h: remove comments refering to VAR_SCALAR, asMiguel Sofer2007-08-081-4/+3
* * generic/tclInt.decls: Exporting via stubs to helpMiguel Sofer2007-08-071-3/+1
* modifs to help itcl adapt to VarReformMiguel Sofer2007-08-041-7/+12
* Tidying up.dkf2007-08-031-37/+35
* Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permitpatthoyts2007-08-011-1/+13
* VarReform [Patch 1750051]Miguel Sofer2007-07-311-95/+218
* * generic/tclBasic.c (TEOvI, GetCommandSource):Miguel Sofer2007-07-241-1/+2
* * generic/tclCompExpr.c: Removed dead code, old implementationsdgp2007-07-021-30/+1
* * generic/tclCompExpr.c: Removed dead code, old implementationsdgp2007-07-021-2/+1
* * generic/tclBasic.c: Removed dead code, including thedgp2007-06-281-35/+2
* * generic/tclExecute.c: Revised TclStackRealloc() signature to betterdgp2007-06-221-1/+3
* * generic/tclInt.decls: Modif to the internals ofMiguel Sofer2007-06-141-2/+3
* Convert [info] into an ensemble command.dkf2007-06-121-4/+2
* Improve the argument substitution behaviour of Tcl_WrongNumArgs when faced withdkf2007-06-121-1/+23
* * generic/tclInt.h:Miguel Sofer2007-06-101-1/+12
* fix for ne TclCleanupCommandMacro (doh!)Miguel Sofer2007-06-101-2/+2
* * generic/tclBasic.c: Split TEOv in two, by separating aMiguel Sofer2007-06-091-1/+36
* * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY todgp2007-06-051-1/+2
* * generic/tclInt.h:Miguel Sofer2007-06-051-8/+18
* * generic/tclBasic.c: Removed code that dealt withdgp2007-05-301-5/+1
* * generic/tclInt.h: Removed TclEvalObjEx and TclGetSrcInfoForPcpatthoyts2007-05-111-5/+1
* * generic/tclInt.h: TclFinalizeThreadAlloc() is always defined,dgp2007-05-091-2/+2
* * generic/tclInt.h: fix warning when building threaded with -DPURIFY.das2007-05-091-1/+2
* Changes to allow the tip257 code to work as an extension properly post-tip280dkf2007-05-051-76/+101
* * generic/tclInt.h (TclDecrRefCount): change the order of theMiguel Sofer2007-04-181-6/+7
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-4/+14
* * generic/tclInt.decls: Moved TclGetNamespaceFromObj() toMiguel Sofer2007-04-031-3/+1
* * generic/tclBasic.c: Added bytecode compilers for theMiguel Sofer2007-04-031-3/+11
* * generic/tclCmdMZ.c (STR_REVERSE): Implement the actualdgp2007-03-281-1/+2
* * generic/tclBasic.c: Use new interface in Tcl_EvalObjEx so thatdgp2007-02-241-1/+2
* TIP#287 IMPLEMENTATIONdgp2006-12-011-1/+4
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-2/+152
* *Partial* implementation of TIP#174. Still needs non-compiled versions of mostdkf2006-11-231-1/+117
* * generic/tcl.h: Moved TCL_REG_BOSONLY #define from tcl.h todgp2006-11-221-2/+13
* TIP#270 IMPLEMENTATIONdgp2006-11-151-14/+1
* * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-1/+26
* Transfer TclPtrMakeUpvar and TclObjLookupVar to the internal stubs table.dkf2006-11-121-8/+1
* Implemented [lreverse] from TIP#272dkf2006-11-091-1/+4