| Commit message (Expand) | Author | Age | Files | Lines |
* | Various mismatches between Tcl_Panic format string and its arguments, | nijtmans | 2011-01-18 | 1 | -3/+3 |
|
|
* | * doc/interp.n: [3081184] TIP #378. | andreas_kupries | 2010-11-15 | 1 | -1/+12 |
|
|
* | [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: | nijtmans | 2010-07-25 | 1 | -3/+3 |
|
|
* | Fix [Bug 2954959] expr abs(0.0) is -0.0 | nijtmans | 2010-02-21 | 1 | -19/+41 |
|
|
* | * generic/tclBasic.c: Plug another leak in TCL_EVAL_DIRECT | dgp | 2009-11-10 | 1 | -9/+9 |
|
|
* | * generic/tclBasic.c (TclEvalObjEx): Plug memory leak in | dgp | 2009-11-09 | 1 | -7/+7 |
|
|
* | [Bug 2889593]: Make [expr round()] give the right error. | dkf | 2009-10-31 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -14/+148 |
|
|
* | fix SunCC warning | das | 2009-07-23 | 1 | -2/+2 |
|
|
* | fix 64bit int <-> ptr cast warnings | das | 2009-07-15 | 1 | -5/+5 |
|
|
* | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreas_kupries | 2009-07-14 | 1 | -51/+86 |
|
|
* | * generic/tclCompile.h: add support for debug logging of DTrace | das | 2008-08-14 | 1 | -1/+4 |
|
|
* | * generic/tclBasic.c: Corrected the timing of when the flag | dgp | 2008-07-30 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: Added missing ref count when creating an | andreas_kupries | 2008-07-28 | 1 | -2/+2 |
|
|
* | backport casting fix from HEAD | dgp | 2008-07-28 | 1 | -2/+3 |
|
|
* | * tests/info.test: Tests 38.* added, exactly testing the tracking | andreas_kupries | 2008-07-25 | 1 | -63/+68 |
|
|
* | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreas_kupries | 2008-07-23 | 1 | -19/+27 |
|
|
* | * generic/tclBasic.c: Added missing function comments. | andreas_kupries | 2008-07-22 | 1 | -1/+41 |
|
|
* | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 1 | -35/+101 |
|
|
* | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -43/+255 |
|
|
* | * generic/tclBasic.c (OldMathFuncProc): Same workaround protection | dgp | 2008-03-14 | 1 | -7/+6 |
|
|
* | * generic/tclBasic.c (ExprAbsFunc): Revised so that the abs() | dgp | 2008-03-10 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Revised the | dgp | 2008-02-29 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c (TclEvalObjvInternal): Plug memory leak when | dgp | 2008-02-28 | 1 | -1/+4 |
|
|
* | Reconcile coding style issues between branches | dgp | 2008-01-23 | 1 | -5/+4 |
|
|
* | * generic/tclBasic.c: Replacing 'operator' by 'op' in the def | Miguel Sofer | 2008-01-15 | 1 | -2/+2 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | Match docs and reality. [Bug 1662436] | dkf | 2007-12-08 | 1 | -2/+2 |
|
|
* | Simplify code for setting up the [chan] ensemble now that we can leverage | dkf | 2007-12-06 | 1 | -333/+313 |
|
|
* | * generic/tclBasic.c: remove unneeded call in Tcl_CreateInterp, | Miguel Sofer | 2007-11-28 | 1 | -8/+6 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-26 | 1 | -1/+8 |
|
|
* | Remove #ifdef out accidentally left in | dkf | 2007-11-23 | 1 | -4/+1 |
|
|
* | Turn the [string] command into a real compiled ensemble. | dkf | 2007-11-23 | 1 | -5/+12 |
|
|
* | Rebuild [dict] as a full compiled ensemble. | dkf | 2007-11-22 | 1 | -2/+2 |
|
|
* | RE: [Patch 1830184] TclResetResult | Miguel Sofer | 2007-11-12 | 1 | -3/+2 |
|
|
* | * generic/tclBasic.c: New macro TclResetResult, new iPtr flag | Miguel Sofer | 2007-11-12 | 1 | -2/+3 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -12/+12 |
|
|
* | * generic/tclBasic.c: fix stack check failure case if stack grows up. | das | 2007-11-11 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: fix stack check failure case if stack grows up. | das | 2007-11-11 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 1 | -8/+19 |
|
|
* | Improved failure comments for stack checks (mistachkin). | Miguel Sofer | 2007-11-10 | 1 | -10/+15 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 1 | -18/+9 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 1 | -24/+20 |
|
|
* | fix typos, formatting and non-unix breakage (due to undefined stackGrowsDown) | das | 2007-11-10 | 1 | -6/+7 |
|
|
* | * generic/tclAsync.c: | Miguel Sofer | 2007-11-09 | 1 | -4/+49 |
|
|
* | Add a new command, ::tcl::unsupported::disassemble | dkf | 2007-09-25 | 1 | -5/+12 |
|
|
* | Only invalidate the namespace path once on command creation. [1519940] | dkf | 2007-09-14 | 1 | -2/+1 |
|
|
* | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -1/+141 |
|
|
* | * generic/tclBasic.c: Removed support for the unmaintained | dgp | 2007-09-05 | 1 | -8/+1 |
|
|
* | * generic/tclBasic.c: Used unions to better clarify overloading of | dgp | 2007-08-28 | 1 | -27/+54 |
|
|