summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* VarReform [Patch 1750051]Miguel Sofer2007-07-311-1/+14
* * generic/tclBasic.c (TEOvI, GetCommandSource):Miguel Sofer2007-07-241-3/+52
* * generic/tclBasic.c (TclEvalEx): fix warnings.das2007-06-291-6/+5
* unsigned int type matchingdgp2007-06-281-4/+4
* * generic/tclBasic.c: Removed dead code, including thedgp2007-06-281-167/+9
* Silence constness warnings for TclStackFree when building with msvc.patthoyts2007-06-281-4/+4
* * generic/tclBasic.c (TclEvalEx): Moved some arrays from thedgp2007-06-261-24/+35
* fix warningsdas2007-06-231-3/+4
* * generic/tclBasic.c: Move most instances of the Tcl_Parse structdgp2007-06-211-28/+27
* * generic/tclBasic.c (TEOvI): Made sure that leaveMiguel Sofer2007-06-211-93/+101
* * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-7/+7
* * generic/tclBasic.c (TclEvalEx,TclEvalObjEx): Moved the CmdFrame offdgp2007-06-181-29/+34
* * generic/tclBasic.c (TclEvalEx): Moved the CmdFrame off the C ...dgp2007-06-181-32/+33
* * generic/tclCompile.c: reverted TclEvalObjvInternal andMiguel Sofer2007-06-151-231/+53
* Convert [info] into an ensemble command.dkf2007-06-121-4/+6
* * generic/tclBasic.c: Further TEOvI split, creating a newMiguel Sofer2007-06-101-60/+76
* fix Tcl_Panic error message typo [Bug 1712602]hobbs2007-06-101-2/+2
* * generic/tclBasic.c: Split TEOv in two, by separating aMiguel Sofer2007-06-091-107/+249
* * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY todgp2007-06-051-1/+2
* * generic/tclBasic.c: Removed code that dealt withdgp2007-05-301-44/+4
* Whitespace policing, replacing commas in varargs with constant string catenat...Kevin B Kenny2007-04-201-4/+4
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-7/+8
* added commentsMiguel Sofer2007-04-041-1/+5
* * generic/tclBasic.c: Added bytecode compilers for theMiguel Sofer2007-04-031-5/+5
* * generic/tclBasic.c: Replace arrays on the C stack and ckallocdgp2007-04-021-57/+11
* * generic/tclBasic.c (DeleteInterpProc): pop the root frameMiguel Sofer2007-03-231-3/+4
* * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced somedgp2007-03-191-3/+2
* Stop using C++ keywords...dkf2007-02-271-25/+25
* * generic/tclBasic.c: Use new interface in Tcl_EvalObjEx so thatdgp2007-02-241-29/+10
* various "const" additions, in line with TIP #27nijtmans2007-02-201-101/+101
* Reapplied the Engineering Manual-ification, but this time without the (small) dkf2006-12-141-295/+311
* Revert the commits that broke the HEAD.dgp2006-12-131-307/+293
* Silly mistake correcteddkf2006-12-131-3/+3
* Cleanup to follow engineering manual guidelinesdkf2006-12-131-293/+307
* * generic/tclBasic.c: Final step routing all direct evaluation formsdgp2006-12-121-25/+25