summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: fixed "leaks" in aliases, imports andMiguel Sofer2009-03-211-1/+2
* * tclInt.h: commentsMiguel Sofer2009-03-211-4/+2
* * generic/tclBasic.c: Fix for (among others) [Bug 2699087]Miguel Sofer2009-03-211-1/+5
* * generic/tcl.h:Miguel Sofer2009-03-191-6/+43
* Move the implementation of [try] from Tcl to C. Not yet bytecoded.dkf2009-03-091-1/+5
* * generic/tclStringObj.c: Rewrites of the routinesdgp2009-02-131-1/+26
* Added missing declaration of tclCmdNameTypedkf2009-02-031-1/+2
* Fix [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit han...ferrieux2009-01-271-1/+5
* CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27)nijtmans2009-01-221-2/+2
* Move [throw] implementation into C.dkf2009-01-131-1/+3
* Comment formatting improvements.dkf2009-01-061-102/+113
* Make [source] NRE-aware to enable [yield]. [Bug 2412068]dkf2009-01-051-3/+5
* First hack at TIP#234dkf2008-12-111-1/+2
* TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan]ferrieux2008-12-101-1/+3
* 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