summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * generic/tclCmdAH.c: Further revisions to produce the routinesdgp2006-11-021-7/+5
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-5/+4
* * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-7/+9
* Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interpdkf2006-10-311-16/+3
* Minor style consistency cleanupdkf2006-10-281-39/+39
* Added some explanatory comments.dkf2006-10-281-10/+14
* Insert of calling point in middle of procedure code. Also cleaned up howdkf2006-10-281-1/+8
* Added missing type to declarationdkf2006-10-271-2/+2
* Add field to CallFrame for holding object call frame data.dkf2006-10-271-2/+11
* * library/clock.tcl (format, scan): corrected wrong # argsMiguel Sofer2006-10-231-3/+11
* * generic/tcl.h: Modified the Tcl call stack soMiguel Sofer2006-10-231-8/+7
* Undo mistaken commit to wrong branch caused by CVS fumble... :-}dkf2006-10-201-71/+2
* Consolidated TIP#257 patch applied to HEAD to allow for experimentation bydkf2006-10-201-2/+71
* * generic/tclInt.decls:Miguel Sofer2006-09-301-4/+9