summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* * generic/tcl.decls: [TIP #357]: First round of changesKevin B Kenny2010-04-021-10/+21
* [Freq 2974744] share exception codes (ObjType?)nijtmans2010-03-271-1/+3
* Compile the [throw] command.dkf2010-03-191-1/+4
* Code Audit results:dkf2010-03-051-107/+135
* Change order of various struct members,nijtmans2010-02-161-63/+55
* Fix [Bug 2950259] so that deleting an object by killing its namespace willdkf2010-02-151-1/+7
* Hive off the ensemble code into its own file.dkf2010-02-131-3/+88
* Compilation of [try] now enabled!dkf2010-02-091-1/+4
* Added basic compilation of [error] (the most common case only).dkf2010-02-051-1/+4
* Follow-up to [2010-01-29] commit:nijtmans2010-02-051-2/+2
* Turned the [array] command into a true ensemble. Test changes indicate somedkf2010-02-021-4/+2
* Make the [unset] command be bytecode compiled.dkf2010-01-301-1/+11
* - genStubs.tcl: No longer generate a space after "*" andnijtmans2010-01-291-6/+6
* Fix TCL_LL_MODIFIER for Cygwinnijtmans2010-01-131-3/+2
* simplify the coroutine BP-chain monkey-patching; tclBasic does not need toMiguel Sofer2009-12-111-4/+5
* * generic/tclBasic.c: Partial nre-enabling of coroutines.Miguel Sofer2009-12-081-1/+4
* * 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