summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclExecute.c: Start cleaning the TEBC stablesMiguel Sofer2009-12-081-2/+2
* * generic/tclBasic.c: add ::tcl::unsupported::yieldToMiguel Sofer2009-12-071-1/+2
* factoring TclSpliceTailcall out of TclPopStackFrameMiguel Sofer2009-12-061-1/+3
* Fix [Bug 2883850]: pkgIndex.tcl doesn'tnijtmans2009-11-181-1/+17
* Revert mistaken commitdgp2009-11-161-3/+1
* (forward port) Fix [Bug 2891556] and improve test to detect similar manifesta...ferrieux2009-11-161-1/+3
* * generic/tclDictObj.c: Updated freeIntRepProc routines sodgp2009-09-301-1/+2
* * generic/tclAlloc.c: Cleaned up various routines in thedgp2009-09-291-3/+14
* TIP #356 IMPLEMENTATIONdgp2009-09-241-3/+1
* * generic/tclBasic.c: Completed the NR-enabling of [subst].dgp2009-09-111-1/+7
* make support for clang static analyzer safer & cleanerdas2009-09-071-7/+9
* * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecodedgp2009-09-041-1/+9
* Improve consistency of formatting of comments and function declsdkf2009-09-041-45/+47
* guard clang analyzer Tcl_Panic annotation with #ifndef USE_TCL_STUBSdas2009-08-251-2/+5
* * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-5/+52
* * generic/tclInt.h: Annotate Tcl_Panic as noreturn for clang staticdas2009-08-241-4/+2
* Formatting correctionsdkf2009-08-191-8/+8
* Change ForIterData, make it const-safe.nijtmans2009-08-161-2/+2
* TIP #353 IMPLEMENTATIONdgp2009-08-121-1/+3
* Added *unsupported* command to report an object's representation.dkf2009-08-021-1/+4
* Feature Request 2814786: remove TclpPanicnijtmans2009-07-221-2/+1
* Added code to save space in namespaces. Currently #ifdef'ed out for compat.dkf2009-07-151-2/+11
* * generic/tclInt.h (TclNRSwitchObjCmd):Kevin B Kenny2009-07-141-1/+2
* * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex,andreas_kupries2009-07-141-14/+33
* Fix [Bug 2637173] by consolidating bytearray purity check.dkf2009-07-121-1/+25
* s/Tcl_PanicEx/TclPanic/; improve clang assert Tcl_Panic macrologydas2009-06-301-3/+3
* * generic/tclInt.h: add assert macros for clang staticdas2009-06-301-1/+15
* Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development.dkf2009-06-181-3/+5
* Fix [Bug 2414858].dkf2009-05-081-1/+2
* * 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