| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | 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 |
|
|
* | | | * 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 |
|
|