summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* Remove TclCleanupLiteralTable (see 994838).dgp2011-06-021-1/+0
|\
| * Remove TclCleanupLiteralTable (see 994838).dgp2011-06-021-1/+0
* | missing INT2PTR in last commitmig2011-06-011-1/+1
* | * generic/tclBasic.c: using the two free data elements inmig2011-06-011-2/+2
* | Merged core-8-5-branch, fixup of TIP 280 location mapping.andreask2011-05-171-0/+4
|\ \ | |/
| * * generic/tclCompile.c (TclFixupForwardJump): Tracked down and fixedandreask2011-05-171-0/+4
* | Define and use macros that test whether a Tcl list value is canonical.dgp2011-04-181-6/+2
|\ \ | |/
| * Define and use macros that test whether a Tcl list value is canonical.dgp2011-04-181-49/+36
* | * generic/tclBasic.c: fix for [Bug 2440625], kbk's patchmig2011-04-121-24/+6
* | insure that 'coroutine eval' runs the initial command in the proper context, ...mig2011-04-111-2/+9
* | More generation of error codes ([format], [after], [trace], RE optimizer).dkf2011-04-041-64/+62
* | * generic/tclBasic.c (TclNREvalObjEx): fix performance issue, notably apparen...mig2011-03-271-0/+3
* | Rewrites to eliminate some isspace() calls.dgp2011-03-161-14/+9
|\ \ | |/
| * Rewrites to eliminate isspace() calls.dgp2011-03-161-9/+9
| * Fix gcc warnings: variable set but not usedjan.nijtmans2011-03-081-0/+4
| |\
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-79/+72
* | | Turn namespace into an ensemble. Not yet on trunk because of some mysterious ...dkf2011-03-091-9/+8
* | | mergejan.nijtmans2011-03-081-1/+5
|\ \ \
| * \ \ Fix gcc warnings: variable set but not usedjan.nijtmans2011-03-081-0/+4
| |\ \ \ |/ / / / | | | _
| * | Fix gcc warnings: variable set but not usedjan.nijtmans2011-03-081-0/+4
* | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp2011-03-061-2/+2
|\ \ \ | | |/ | |/|
| * | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp2011-03-061-2/+2
| |\ \ | | |/
| | * * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp2011-03-061-3/+3
* | | merge trunkdogeen_assembler_branchKevin B Kenny2011-03-051-21/+22
|\ \ \
| * | | Renamed struct TEOV_callback to the more descriptive NRE_callback.Miguel Sofer2011-03-051-12/+12
| * | | * generic/tclBasic.c (TclNREvalObjv): missing a variable declaration in comme...Miguel Sofer2011-03-041-7/+10
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
| |\ \ \ | | |/ /
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| | |\ \ | | | |/
| | | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | * [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6:nijtmans2010-07-251-3/+3
| | | * * generic/tclBasic.c (TclEvalObjEx): Moved the #280 decrement ofandreas_kupries2009-11-091-6/+5
| | | * silence compiler warningsdgp2009-08-261-2/+2
| | | * * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-22/+278
| | | * fix SunCC warningdas2009-07-231-2/+2
| | | * * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,andreas_kupries2009-07-141-53/+87
| | | * * generic/tclCompile.h: add support for debug logging of DTracedas2008-08-141-1/+4
| | | * * generic/tclBasic.c: Added missing release of extended commandandreas_kupries2008-07-281-2/+6
| | | * * generic/tclBasic.c: Modified TclArgumentGet to reject pure listsandreas_kupries2008-07-231-16/+21
| | | * * generic/tclBasic.c: Added missing function comments.andreas_kupries2008-07-221-3/+42
| | | * * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-221-35/+102
| | | * * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-33/+249
| | | * whitespacedas2007-09-131-2/+2
| | | * * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-1/+78
| | | * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-14/+534
| | | * * generic/tclBasic.c (TEOVI): fix por possible leak of a CommandMiguel Sofer2006-11-041-12/+17
| | | * * generic/tclBasic.c: Reverted exposure of patchlevel inandreas_kupries2006-09-251-6/+6
| | | * * generic/tcl.decls: Implemented TIP #268, conditionally.andreas_kupries2006-09-221-2/+15
| | | * * generic/tclBasic.c (Tcl_CreateInterp): init iPtr->threadIdhobbs2006-08-301-1/+2
| | | * * generic/tclBasic.c: Revised handling of TCL_EVAL_* flags todgp2006-03-061-28/+19
| | | * * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBALdgp2006-02-281-2/+13