| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Added compilation of simplest practical case of [string map]. | dkf | 2012-10-29 | 7 | -13/+160 |
|
|
| * | | | | Minor: correct a comment | dkf | 2012-10-29 | 1 | -2/+3 |
|
|
| * | | | | Compiler for some of the simpler cases of [format]. | dkf | 2012-10-29 | 3 | -1/+223 |
|
|
| * | | | | merge trunk | dkf | 2012-10-29 | 1 | -2/+3 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | Merge corrected [yield] compilation. Many thanks to Miguel Sofer for help. | dkf | 2012-10-29 | 7 | -22/+120 |
| |\ \ \ \ |
|
| | * | | | | fix INST_YIELD so that it worksdkf_bytecode_8_6_yield | mig | 2012-10-28 | 1 | -5/+21 |
|
|
| | * | | | | Working towards a BCCed [yield]; this doesn't work right now. | dkf | 2012-10-26 | 7 | -22/+104 |
|
|
| * | | | | | Compilation of [info commands] in the case of a fully-qualified literal name. | dkf | 2012-10-29 | 3 | -1/+62 |
|
|
| * | | | | | Added [self namespace] to bytecoded command set. | dkf | 2012-10-28 | 1 | -5/+34 |
| |/ / / / |
|
| * | | | | Compile [namespace which -command]; big performance saving in some contexts. | dkf | 2012-10-26 | 7 | -4/+71 |
|
|
| * | | | | Added compilation of [namespace code] (except for gnarly edge cases). | dkf | 2012-10-25 | 3 | -1/+54 |
|
|
| * | | | | merge trunk | dkf | 2012-10-24 | 5 | -61/+78 |
| |\ \ \ \ |
|
| * | | | | | yet another small introspector: [self] | dkf | 2012-10-19 | 7 | -3/+71 |
|
|
| * | | | | | merge trunk | dkf | 2012-10-19 | 1 | -3/+3 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | merge trunk | dkf | 2012-10-17 | 35 | -1261/+2770 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | merge trunk | dkf | 2012-08-04 | 71 | -2445/+3112 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | merge trunk | dkf | 2012-04-21 | 31 | -448/+473 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | merge trunk | dkf | 2012-03-28 | 14 | -524/+1734 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | merge from trunk | dkf | 2012-03-08 | 4 | -27/+43 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Compilation of misc info sometimes used in high-performance code. | dkf | 2012-03-04 | 8 | -154/+338 |
|
|
* | | | | | | | | | | | | TIP #413 | jan.nijtmans | 2012-11-05 | 3 | -6/+33 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|/ / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | merge trunktip_318_update | jan.nijtmans | 2012-10-23 | 4 | -64/+17 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Remove two characters, zero width non-joiner (U+200c) and zero width joiner (... | jan.nijtmans | 2012-10-16 | 1 | -3/+1 |
|
|
| * | | | | | | | | | | | | merge trunk | dkf | 2012-10-16 | 9 | -449/+1706 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/ / / / /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | and remove the two characters from string trim as well | jan.nijtmans | 2012-10-09 | 1 | -2/+0 |
|
|
| * | | | | | | | | | | | | merge trunk
| jan.nijtmans | 2012-10-09 | 4 | -9/+25 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ | update documentation | jan.nijtmans | 2012-09-26 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | tip 318 update | jan.nijtmans | 2012-09-23 | 3 | -6/+38 |
|
|
* | | | | | | | | | | | | | | | make tclTest.c compilable against version 2 filesystems | jan.nijtmans | 2012-10-24 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|_|_|/ / /
|/| | | | | | | | | | | | / /
| | |_|_|_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, for... | jan.nijtmans | 2012-10-24 | 2 | -2/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|_|/
| | |/| | | | | | | | | | | |
|
| | * | | | | | | | | | | | | Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, fo... | jan.nijtmans | 2012-10-24 | 2 | -2/+6 |
|
|
* | | | | | | | | | | | | | | Added compilation of [dict unset]; the bytecode needed already existed anyway. | dkf | 2012-10-24 | 3 | -1/+65 |
|
|
* | | | | | | | | | | | | | | unbreak Mac OSX build | jan.nijtmans | 2012-10-23 | 1 | -1/+1 |
| |_|_|_|_|_|/ / / / / / /
|/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ... | jan.nijtmans | 2012-10-23 | 3 | -61/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / /
| | | | | | | | | | | | /
| |_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | Remove unused TclpLoadFile function. | jan.nijtmans | 2012-10-23 | 2 | -49/+0 |
|
|
* | | | | | | | | | | | | * generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevels | mig | 2012-10-18 | 1 | -3/+3 |
| |_|_|_|_|/ / / / / /
|/| | | | | | | | | | |
|
* | | | | | | | | | | | merge trunktip_405_impl_td | dkf | 2012-10-16 | 5 | -427/+1193 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | merge trunktip_400_impl | dkf | 2012-10-16 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ | Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ... | jan.nijtmans | 2012-10-14 | 2 | -1/+2 |
| | |\ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / |
|
| | | * | | | | | | | | | | Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's s... | jan.nijtmans | 2012-10-14 | 2 | -1/+2 |
|
|
| | * | | | | | | | | | | | Bug 3576509: tcl::Bgerror crashes with invalid arguments | jan.nijtmans | 2012-10-13 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / /
| | | | | | | / / / / / /
| | | |_|_|_|/ / / / / /
| | |/| | | | | | | | | |
|
| | | * | | | | | | | | | Bug 3576509: tcl::Bgerror crashes with invalid arguments | jan.nijtmans | 2012-10-13 | 1 | -1/+1 |
|
|
| | | * | | | | | | | | | When checking for std channels being closed, compare the channel state, | dgp | 2012-10-03 | 1 | -5/+9 |
| | | |\ \ \ \ \ \ \ \ \
| | | | |/ / / / / / / / |
|
| | | | * | | | | | | | | When checking for std channels being closed, compare the channel state, | dgp | 2012-10-03 | 1 | -20/+24 |
|
|
| * | | | | | | | | | | | merge trunk | dkf | 2012-10-04 | 1 | -3/+9 |
| |\ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / |
|
| * | | | | | | | | | | | clean up some of the code to remove warnings and uselessly-settable things | dkf | 2012-10-04 | 1 | -15/+43 |
|
|
| * | | | | | | | | | | | documented new C API; corrected type signature of no-zlib fallback function | dkf | 2012-10-03 | 1 | -6/+3 |
|
|
| * | | | | | | | | | | | merge trunk | dkf | 2012-10-03 | 16 | -47/+68 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dkf | 2012-08-11 | 52 | -2016/+2443 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dkf | 2012-07-04 | 32 | -251/+333 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|