summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * generic/tclBasic.c (OldMathFuncProc): Same workaround protectiondgp2008-03-141-7/+6
* * generic/tclBasic.c (ExprAbsFunc): Revised so that the abs()dgp2008-03-101-3/+3
* * generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Revised thedgp2008-02-291-1/+2
* * generic/tclBasic.c (TclEvalObjvInternal): Plug memory leak whendgp2008-02-281-1/+4
* Reconcile coding style issues between branchesdgp2008-01-231-5/+4
* * generic/tclBasic.c: Replacing 'operator' by 'op' in the defMiguel Sofer2008-01-151-2/+2
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Match docs and reality. [Bug 1662436]dkf2007-12-081-2/+2
* Simplify code for setting up the [chan] ensemble now that we can leveragedkf2007-12-061-333/+313
* * generic/tclBasic.c: remove unneeded call in Tcl_CreateInterp,Miguel Sofer2007-11-281-8/+6
* * generic/tclBasic.c:Miguel Sofer2007-11-261-1/+8
* Remove #ifdef out accidentally left indkf2007-11-231-4/+1
* Turn the [string] command into a real compiled ensemble.dkf2007-11-231-5/+12
* Rebuild [dict] as a full compiled ensemble.dkf2007-11-221-2/+2
* RE: [Patch 1830184] TclResetResultMiguel Sofer2007-11-121-3/+2
* * generic/tclBasic.c: New macro TclResetResult, new iPtr flagMiguel Sofer2007-11-121-2/+3
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-12/+12
* * generic/tclBasic.c: fix stack check failure case if stack grows up.das2007-11-111-2/+2
* * generic/tclBasic.c: fix stack check failure case if stack grows up.das2007-11-111-2/+2
* * generic/tclBasic.c:Miguel Sofer2007-11-101-8/+19
* Improved failure comments for stack checks (mistachkin).Miguel Sofer2007-11-101-10/+15
* * generic/tclBasic.c:Miguel Sofer2007-11-101-18/+9
* * generic/tclBasic.c:Miguel Sofer2007-11-101-24/+20
* fix typos, formatting and non-unix breakage (due to undefined stackGrowsDown)das2007-11-101-6/+7
* * generic/tclAsync.c:Miguel Sofer2007-11-091-4/+49
* Add a new command, ::tcl::unsupported::disassembledkf2007-09-251-5/+12
* Only invalidate the namespace path once on command creation. [1519940]dkf2007-09-141-2/+1
* * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-1/+141
* * generic/tclBasic.c: Removed support for the unmaintaineddgp2007-09-051-8/+1
* * generic/tclBasic.c: Used unions to better clarify overloading ofdgp2007-08-281-27/+54
* * generic/tclBasic.c: Use fully qualified variable names fordgp2007-08-141-3/+3