summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * generic/tclCompile.c:Miguel Sofer2006-09-301-1/+3
* * generic/tclInt.h: Moved TIP#268's field 'packagePrefer' to theandreas_kupries2006-09-221-11/+9
* TIP#268 IMPLEMENTATIONandreas_kupries2006-09-221-1/+19
* * generic/tclClock.c (ClockClicksObjCmd): add support for Darwindas2006-08-211-1/+5
* undo mistaken commitdgp2006-07-211-10/+5
* * generic/tclExecute.c:Miguel Sofer2006-07-211-5/+10
* * generic/tclParseExpr.c: Completely new expression parserdgp2006-07-051-3/+2
* typodgp2006-06-161-2/+2
* * generic/tclBinary.c: Revised the handling of the Q and q formatdgp2006-04-261-1/+2
* Added TclpFinalizeSockets() call.vasiljevic2006-03-101-1/+2
* TIP#258 IMPLEMENTATIONdgp2006-02-081-6/+1
* TIP#194 IMPLEMENTATIONdgp2006-02-011-1/+4
* TIP#181 IMPLEMENTATIONdgp2006-02-011-1/+4