summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
...
| | | * * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBALdgp2006-02-281-2/+13
| | | * * generic/tclBasic.c (Tcl_DeleteCommandFromToken):msofer2005-11-181-8/+8
| | | * * generic/tclBasic.c:msofer2005-10-231-8/+14
| | | * * generic/tclBasic.c (Tcl_CallWhenDeleted): Converted to usedgp2005-07-261-9/+6
| | | * * generic/tclBasic.c: Made the walk of the active trace list awaredgp2005-06-211-3/+10
| | | * * generic/tclBasic.c (Tcl_DeleteTrace): Added missing walk of thedgp2005-06-211-1/+15
| | | * * generic/tclBasic.c (Tcl_EvalEx,TclEvalTokensStandard):dgp2005-03-181-14/+21
| | | * added commentsmsofer2005-02-101-1/+6
| | | * * generic/tclBasic.c (Tcl_EvalObjEx):msofer2005-02-101-3/+20
| | | * * generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble)hobbs2005-01-281-4/+46
| | | * fix for buffer overflow in [subst], [Bug 1036649]msofer2004-09-291-1/+11
| | | * * generic/tclMain.c (Tcl_Main, StdinProc): Append newline onlydgp2004-07-281-3/+5
| | | * * generic/tclBasic.c: Save and restore the iPtr->flag bits thatdgp2003-10-081-1/+6
| | | * * generic/tclBasic.c: Fixed error in ref count management of commanddgp2003-10-031-6/+4
| | | * * generic/tclBasic.c (CallCommandTraces): Added safety bitdgp2003-09-291-4/+9
| | | * * generic/tclBasic.c: Corrected several instances of unsafedgp2003-07-181-20/+39
| | | * * generic/tclBasic.c:msofer2003-06-101-22/+14
| | | * * generic/tclBasic.c (TclInvokeObjectCommand): objv[argc] is nodgp2003-05-121-4/+3
| | | * Corrected error message for grammar and spelling.dkf2003-05-051-3/+3
| | | * * generic/tclBasic.c: Tcl_EvalObjv() failed to honor thedgp2003-04-251-4/+8
| | * | Various mismatches between Tcl_Panic format string and its arguments,nijtmans2011-01-181-3/+3
| | * | * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-151-1/+12
| | * | [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6:nijtmans2010-07-251-3/+3
| | * | Fix [Bug 2954959] expr abs(0.0) is -0.0nijtmans2010-02-211-19/+41
| | * | * generic/tclBasic.c: Plug another leak in TCL_EVAL_DIRECTdgp2009-11-101-9/+9
| | * | * generic/tclBasic.c (TclEvalObjEx): Plug memory leak indgp2009-11-091-7/+7
| | * | [Bug 2889593]: Make [expr round()] give the right error.dkf2009-10-311-2/+2
| | * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-14/+148
| | * | fix SunCC warningdas2009-07-231-2/+2
| | * | fix 64bit int <-> ptr cast warningsdas2009-07-151-5/+5
| | * | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,andreas_kupries2009-07-141-51/+86
| | * | * generic/tclCompile.h: add support for debug logging of DTracedas2008-08-141-1/+4
| | * | * generic/tclBasic.c: Corrected the timing of when the flagdgp2008-07-301-3/+3
| | * | * generic/tclBasic.c: Added missing ref count when creating anandreas_kupries2008-07-281-2/+2
| | * | backport casting fix from HEADdgp2008-07-281-2/+3
| | * | * tests/info.test: Tests 38.* added, exactly testing the trackingandreas_kupries2008-07-251-63/+68
| | * | * generic/tclBasic.c: Modified TclArgumentGet to reject pure listsandreas_kupries2008-07-231-19/+27
| | * | * generic/tclBasic.c: Added missing function comments.andreas_kupries2008-07-221-1/+41
| | * | * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-221-35/+101
| | * | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-43/+255
| | | |
| \ \ \
*-. \ \ \ merge trunk into dogeen-assembler-branchkennykb2011-03-021-42/+28
|\ \ \ \ \ | | |/ / /
| | * | | This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285mig2011-03-011-42/+28
| |/ / /
* | | | merge trunkkennykb2011-03-011-5/+12
|\ \ \ \ | |/ / /
| * | | remove unused variablesmig2011-03-011-2/+0
| * | | * generic/tclBasic.c (TclNRRunCallbacks): dont do the trampoline dance for co...mig2011-03-011-1/+10
* | | | merge trunkkennykb2011-03-011-7/+7
|\ \ \ \ | |/ / /
| * | | Various mismatches between Tcl_Panic format string and its arguments,nijtmans2011-01-181-4/+4
| * | | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...):dkf2010-12-091-5/+7
| * | | fix gcc 64-bit warnings: cast from pointer to integer of different sizenijtmans2010-12-011-2/+2
| * | | Patch by Miguel, providing a [::tcl::unsupported::inject coroname command arg...ferrieux2010-11-291-2/+51