| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 |
|
|
* | [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 |
|
|
* | * generic/tclBasic.c: Fix for #3008307: make callerPtr chains | Miguel Sofer | 2010-06-05 | 1 | -10/+27 |
|
|
* | CONSTify various useful internal functions | nijtmans | 2010-05-03 | 1 | -3/+2 |
|
|
* | Fix the problems I introduced inadvertently: | dkf | 2010-04-30 | 1 | -13/+23 |
|
|
* | * generic/tclBasic.c (TclNRYieldObjCmd, TclNRYieldmObjCmd) | dkf | 2010-04-30 | 1 | -16/+33 |
|
|
* | If tclInt.h or tclPort.h is already | nijtmans | 2010-04-27 | 1 | -4/+2 |
|
|
* | * generic/tclBasic.c: add unsupported [yieldm] command. | Miguel Sofer | 2010-04-25 | 1 | -23/+43 |
|
|
* | * generic/tclBasic.test: modify api of TclSpliceTailcall() | Miguel Sofer | 2010-04-24 | 1 | -7/+7 |
|
|
* | TIP #348 IMPLEMENTATION - Substituted error stack | ferrieux | 2010-04-05 | 1 | -1/+14 |
|
|
* | Compile the [throw] command. | dkf | 2010-03-19 | 1 | -2/+2 |
|
|
* | Code Audit results: | dkf | 2010-03-05 | 1 | -70/+74 |
|
|
* | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -9/+9 |
|
|
* | Follow-up to Fix [Bug 2954959] expr abs(0.0) is -0.0 | nijtmans | 2010-02-21 | 1 | -19/+34 |
|
|
* | Fix [Bug 2954959] expr abs(0.0) is -0.0 | nijtmans | 2010-02-21 | 1 | -3/+7 |
|
|
* | reverted earlier rename from tcl*Stubs to | nijtmans | 2010-02-15 | 1 | -4/+4 |
|
|
* | Compilation of [try] now enabled! | dkf | 2010-02-09 | 1 | -2/+2 |
|
|
* | Added basic compilation of [error] (the most common case only). | dkf | 2010-02-05 | 1 | -2/+2 |
|
|
* | Follow-up to earlier commit today: | nijtmans | 2010-02-05 | 1 | -4/+4 |
|
|
* | Turned the [array] command into a true ensemble. Test changes indicate some | dkf | 2010-02-02 | 1 | -5/+5 |
|
|
* | Make the [unset] command be bytecode compiled. | dkf | 2010-01-30 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Fix lerak of coroutines on namespace | Miguel Sofer | 2010-01-03 | 1 | -3/+2 |
|
|
* | Move declarations to the top of the file, add boilerplate comments to some | dkf | 2009-12-24 | 1 | -190/+203 |
|
|
* | * generic/tclBasic.c: Fix for bad cmd resolution by coroutines | Miguel Sofer | 2009-12-19 | 1 | -1/+2 |
|
|
* | fix comment | Miguel Sofer | 2009-12-13 | 1 | -7/+5 |
|
|
* | remove accidentally committed c++ style temp comments | Miguel Sofer | 2009-12-13 | 1 | -3/+1 |
|
|
* | * generic/tclBasic.c: Release TclPopCallFrame() from its | Miguel Sofer | 2009-12-13 | 1 | -7/+13 |
|
|
* | * generic/tclBasic.c: Moving TclBCArgumentRelease call | Miguel Sofer | 2009-12-13 | 1 | -11/+1 |
|
|
* | fix comment | Miguel Sofer | 2009-12-11 | 1 | -4/+3 |
|
|
* | simplify the coroutine BP-chain monkey-patching; tclBasic does not need to | Miguel Sofer | 2009-12-11 | 1 | -3/+1 |
|
|
* | * generic/tclBasic.c: Full nre-enabling of coroutines | Miguel Sofer | 2009-12-10 | 1 | -11/+2 |
|
|
* | * generic/tclBasic.c: small cleanup | Miguel Sofer | 2009-12-10 | 1 | -24/+23 |
|
|
* | reorganization and better comments in TclNRCoroutineObjCmd() | Miguel Sofer | 2009-12-10 | 1 | -49/+46 |
|
|
* | * generic/tclBasic.c: Reducing the # of moving parts for | Miguel Sofer | 2009-12-10 | 1 | -24/+3 |
|
|