| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | * | Corrected error message for grammar and spelling. | dkf | 2003-05-05 | 1 | -3/+3 |
|
|
| | | * | * generic/tclBasic.c: Tcl_EvalObjv() failed to honor the | dgp | 2003-04-25 | 1 | -4/+8 |
|
|
| | * | | 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 |
|
|
| | | | | |
| \ \ \ | |
*-. \ \ \ | merge trunk into dogeen-assembler-branch | Kevin B Kenny | 2011-03-02 | 1 | -42/+28 |
|\ \ \ \ \
| | |/ / / |
|
| | * | | | This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285 | mig | 2011-03-01 | 1 | -42/+28 |
| |/ / / |
|
* | | | | merge trunk | Kevin B Kenny | 2011-03-01 | 1 | -5/+12 |
|\ \ \ \
| |/ / / |
|
| * | | | remove unused variables | mig | 2011-03-01 | 1 | -2/+0 |
|
|
| * | | | * generic/tclBasic.c (TclNREvalObjv): dont do the trampoline dance for comman... | mig | 2011-03-01 | 1 | -1/+10 |
|
|
* | | | | merge trunk | Kevin B Kenny | 2011-03-01 | 1 | -7/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | Various mismatches between Tcl_Panic format string and its arguments, | nijtmans | 2011-01-18 | 1 | -4/+4 |
|
|
| * | | | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...): | dkf | 2010-12-09 | 1 | -5/+7 |
|
|
| * | | | fix gcc 64-bit warnings: cast from pointer to integer of different size | nijtmans | 2010-12-01 | 1 | -2/+2 |
|
|
| * | | | Patch by Miguel, providing a [::tcl::unsupported::inject coroname command arg... | ferrieux | 2010-11-29 | 1 | -2/+51 |
|
|
| * | | | * doc/interp.n: [3081184] TIP #378. | andreas_kupries | 2010-11-15 | 1 | -1/+10 |
|
|
| * | | | [Patch 2995655] Report inner contexts in [info errorstack] | ferrieux | 2010-10-20 | 1 | -1/+7 |
|
|
| * | | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c, | dkf | 2010-10-01 | 1 | -4/+4 |
|
|
| * | | | * generic/tclBasic.c: [Patch 3072080] (minus the itcl | Miguel Sofer | 2010-09-27 | 1 | -191/+136 |
|
|
* | | | | merge | Kevin B Kenny | 2010-12-11 | 1 | -5/+7 |
|
|
* | | | | merge | Kevin B Kenny | 2010-12-01 | 1 | -3/+61 |
|
|
* | | | | merge | Kevin B Kenny | 2010-10-23 | 1 | -1/+7 |
|
|
* | | | | merge | Kevin B Kenny | 2010-10-01 | 1 | -4/+4 |
|
|
* | | | | Merged from HEAD. | Kevin B Kenny | 2010-09-27 | 1 | -191/+136 |
|
|
* | | | | initial commit of Ozgur Dogan Ugurlu's (SF user:dogeen) assembler for the Tcl... | Kevin B Kenny | 2010-09-21 | 1 | -1/+8 |
|/ / / |
|
* | | | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part. | nijtmans | 2010-08-31 | 1 | -3/+2 |
|
|
* | | | * generic/tclBasic.c: New implementation for [tailcall]: | Miguel Sofer | 2010-08-30 | 1 | -101/+40 |
|
|
* | | | Remove many type casts which are no longernecessary as a result of [Patch 300... | nijtmans | 2010-08-22 | 1 | -5/+5 |
|
|
* | | | * generic/tclBasic.c: New redesign of [tailcall]: find | Miguel Sofer | 2010-08-18 | 1 | -46/+88 |
|
|
* | | | * generic/tclBasic.c: Redesign of [tailcall] to | Miguel Sofer | 2010-08-18 | 1 | -20/+27 |
|
|
* | | | * generic/tclBasic.c (TclNRYieldToObjCmd): fixed bad copypasta | Miguel Sofer | 2010-08-11 | 1 | -2/+2 |
|
|
* | | | From [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: Relax the re... | nijtmans | 2010-07-24 | 1 | -3/+3 |
|
|
* | | | * generic/tclBasic.c: Added more errorCode setting. | dkf | 2010-07-16 | 1 | -8/+28 |
|
|