summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* TIP#219 IMPLEMENTATIONandreas_kupries2005-08-241-1/+52
* radical refactoring of thread storage to untangle dependenciesKevin B Kenny2005-08-111-18/+3
* Stop exposing the thread storage guts. Non-core code should never touch it.dkf2005-08-051-1/+11
* * generic/tclCompExpr.c: Untangled some dependencies in thedgp2005-08-031-2/+2
* Compiler for [dict] and related changes.dkf2005-07-211-1/+31
* * generic/tclUtil.c: Converted TclFormatInt() into a macro.dgp2005-07-051-1/+13
* cleanup 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-211-1/+2
* * generic/tclBasic.c: Added missing walk of the list of active tracesdgp2005-06-211-1/+5
* * generic/tclInt.h: ensure WORDS_BIGENDIAN is defined correctly with fatdas2005-06-181-1/+26
* * generic/tclInt.h: Reduced the Tcl_ObjTypes "index",dgp2005-06-071-5/+1
* Clean up tests in chan.test and add mechanism for chaining Tcl_WrongNumArgsdkf2005-06-071-1/+6
* TIP#208 implementationdkf2005-06-061-1/+4
* TIP#229 implementationdkf2005-05-301-1/+29
* * generic/tclIOUtil.c (TclLoadFile):das2005-05-231-1/+9
* * generic/tclInt.h: Revision to the "boolean" Tcl_ObjType, sodgp2005-05-181-5/+14
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+24
* * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro.dgp2005-05-051-1/+14
* * generic/tclCompCmds.c: Replaced all instance ofdgp2005-05-051-5/+8
* TIP#183 IMPLEMENTATION [Patch 577093]dgp2005-04-271-2/+4
* The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bringdgp2005-04-221-3/+1
* * generic/tclGet.c: Radical code simplification. Converteddgp2005-04-211-1/+3
* * generic/tclBasic.c: Added unsupported commanddgp2005-04-191-1/+4
* Added prototypes for TclpFreeAllocCache() and TclFreeAllocCache().vasiljevic2005-04-161-1/+3
* * generic/tclInt.h (TclGetEncodingFromObj): New function todgp2005-04-081-1/+3
* * generic/tclInt.h:Miguel Sofer2005-04-051-114/+10
* Changed the internal representation of lists to (a) reduce the malloc/freeMiguel Sofer2005-04-021-7/+21
* * generic/tclExecute.c:Miguel Sofer2005-04-011-1/+2
* * generic/tclExecute.c:Miguel Sofer2005-04-011-1/+146
* * generic/tclCompile.h: Move the TclInterpReady() declaration fromdgp2005-03-251-1/+2
* * generic/tclTrace.c (TclCheckInterpTraces): Corrected mistakendgp2005-03-101-1/+16
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-5/+1
* * generic/tclStubInit.c: Regenerated the stubs support code fromandreas_kupries2005-01-211-1/+9
* TIP#235 implementation (rename functions, add to stubs table, document)dkf2005-01-191-36/+1
* Stop reliance on absolute attribute indexes with helper function [Bug 1100671]dkf2005-01-141-1/+3
* Move #include of tclConfig.h to right place.dkf2005-01-051-4/+4
* Avoid sharing cmdName literals accross namespaces, and generalise usage ofMiguel Sofer2004-12-241-1/+6
* Upgrade the capabilities of time limits by allowing them to fire in the midstdkf2004-12-161-1/+6
* changing the isProcCallFrame field of the CallFrame struct from a 0/1 fieldMiguel Sofer2004-12-141-8/+10
* converting the static function GetNamespaceFromObj() to MODULE_SCOPEMiguel Sofer2004-12-111-1/+5
* optimised loops that initialise a proc's arguments and compiled localMiguel Sofer2004-12-101-1/+2
* Make ensemble API available to rest of Tcl core.dkf2004-12-101-1/+35
* * generic/tclEncoding.c: Different fix for [Bug 1077005].dgp2004-12-041-1/+2
* * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp2004-12-011-4/+3
* Patch 976520 reworks several of the details involved withdgp2004-11-301-6/+43
* * unix/configure.in: The change below reveals that the publicdgp2004-11-171-1/+4
* * generic/tclInt.h: Added comment warning that the olddgp2004-11-151-1/+5
* TIP #221 IMPLEMENTATIONdgp2004-11-131-13/+7
* * generic/tcl.h:das2004-11-121-5/+1