summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* Implement TIP#307.dkf2008-12-051-3/+1
* Implementation of TIP #210.dkf2008-11-291-1/+4
* rename static function FSUnloadTempFile tonijtmans2008-11-131-1/+2
* patch #2215022: clean up the binary ensemble initialization codepatthoyts2008-11-071-5/+6
* Add "const" to many internalnijtmans2008-10-151-29/+29
* CONSTify char* DTrace probe argumentsdas2008-10-101-1/+4
* * generic/tclBasic.c: Move [tailcall], [coroutine] andMiguel Sofer2008-10-071-1/+3
* Implemented TIP#195 - tcl::prefix command. [Patch 1040206]dkf2008-10-031-1/+2
* * generic/tclBasic.c: Fix the numLevels computations onMiguel Sofer2008-09-281-1/+4
* simplify TCL_CT_ASSERTMiguel Sofer2008-09-181-4/+2
* * generic/tclExecute.c (NEXT_INST_F):Miguel Sofer2008-09-181-18/+20
* * generic/tclInt.h: Correct the TclGetLongFromObj,dgp2008-09-171-4/+4
* NRE-enable non-compiled [foreach]. [Bug 2017632]dkf2008-08-241-1/+2
* NRE-enable the ensemble creator (add extra field!)dkf2008-08-231-208/+198
* * generic/tclBasic.c: Previous fix, now done right.Miguel Sofer2008-08-211-2/+1
* * generic/tclBasic.c: Fix the cmdFrame level count inMiguel Sofer2008-08-211-1/+2
* Fix performance bug introduced by fix of [Bug 2037727]dkf2008-08-201-4/+8
* * generic/tclBasic.c: Implementation of [coroutine] and [yield]Miguel Sofer2008-08-171-3/+35
* * unix/tclUnixThrd.c: remove unused TclpThreadGetStackSize()das2008-08-131-2/+1
* * generic/tclBasic.c: Fix tailcalls falling out of tebc intoMiguel Sofer2008-08-071-1/+6
* remove unneeded declarationMiguel Sofer2008-08-031-2/+1
* * generic/tclBasic.c: new unsupported command atProcExitMiguel Sofer2008-08-031-5/+4
* nr-enabling [for]; [while] made to reuse [for]'s infrastructure.Miguel Sofer2008-07-311-1/+3
* nr-enabling [while]Miguel Sofer2008-07-311-1/+3
* nr-enabling [if]Miguel Sofer2008-07-311-1/+2
* * generic/tclBasic.c: NR-enabling [catch]Miguel Sofer2008-07-311-1/+2
* Dumped tclNRE.h's contents into tclInt.h. The file is now empty andMiguel Sofer2008-07-311-1/+66
* * generic/tclBasic.c: Made use of the thread's alloc cacheMiguel Sofer2008-07-291-23/+80
* Completely revamped NRE implementation, with (almost) unchanged API.Miguel Sofer2008-07-291-13/+11
* just a few const -> CONST (in header files and .decls files)nijtmans2008-07-241-8/+8
* * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-221-1/+19
* * generic/tclBasic.c: Added numLevels field to CommandFrame,Miguel Sofer2008-07-221-1/+3
* * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-3/+30
* * generic/tcl.decls: Changed the implementation ofMiguel Sofer2008-07-211-1/+4
* * generic/tclBasic.c: NRE: enabled calling NR commandsMiguel Sofer2008-07-211-4/+1
* * generic/tclInt.h: the new macros TclSmallAlloc and TclSmallFreeMiguel Sofer2008-07-131-1/+26
* NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-10/+57
* TIP 285 ImplementationJoe Mistachkin2008-06-131-1/+25
* TIP #230 IMPLEMENTATIONandreas_kupries2008-06-061-1/+5
* Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-311-1/+18
* * generic/tcl.h: Make Tcl_ThreadDataKey a void *.georgeps2008-05-091-4/+9
* Converted the [binary] command into an ensemble.patthoyts2008-05-021-4/+2
* More elimination of pre-C89-isms.dkf2008-05-021-4/+4
* * generic/tclInt.h: make stubs tables 'static const' anddas2008-04-161-2/+3
* * generic/tclInt.h: revise Tcl_SetNotifier() to use adas2008-04-161-2/+2
* * generic/tclInt.h (TclIsNaN):Kevin B Kenny2008-03-301-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