| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 |
|\ |
|
| * | 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 |
|
|
* | | | yet another small introspector: [self] | dkf | 2012-10-19 | 7 | -3/+71 |
|
|
* | | | merge trunk | dkf | 2012-10-19 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | * generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevels | mig | 2012-10-18 | 1 | -3/+3 |
|
|
* | | | merge trunk | dkf | 2012-10-17 | 35 | -1261/+2770 |
|\ \ \
| |/ / |
|
| * | | 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 |
| | |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | merge trunk | dkf | 2012-06-25 | 5 | -86/+51 |
| | |\ \ \ \ \ \ \ |
|
| | * | | | | | | | | add configurability of readahead limit | dkf | 2012-06-24 | 1 | -39/+74 |
|
|
| | * | | | | | | | | merge trunk | dkf | 2012-06-22 | 3 | -128/+41 |
| | |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | Start to split apart the stream command implementation for easier maintenance. | dkf | 2012-06-22 | 1 | -180/+238 |
|
|
| | * | | | | | | | | | merge trunk | dkf | 2012-06-16 | 2 | -17/+23 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | more cross-testing of dictionary-powered compression; describe package config... | dkf | 2012-06-09 | 1 | -43/+179 |
|
|
| | * | | | | | | | | | | tidy up, fix test | dkf | 2012-06-09 | 1 | -27/+38 |
|
|
| | * | | | | | | | | | | compressing transforms now work with dictionaries, even if raw | dkf | 2012-06-07 | 1 | -0/+16 |
|
|
| | * | | | | | | | | | | merge trunk | dkf | 2012-06-06 | 1 | -1/+10 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | making the -dictionary option work with streams | dkf | 2012-06-06 | 1 | -10/+38 |
|
|
| | * | | | | | | | | | | | more tests, more failures, more docs | dkf | 2012-06-06 | 1 | -2/+13 |
|
|
| | * | | | | | | | | | | | more test tinkering | dkf | 2012-06-05 | 1 | -13/+19 |
|
|
| | * | | | | | | | | | | | fix broken tests | dkf | 2012-06-05 | 1 | -1/+1 |
|
|
| | * | | | | | | | | | | | merge trunk | dkf | 2012-06-05 | 3 | -5/+1 |
| | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dkf | 2012-05-31 | 10 | -521/+329 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dkf | 2012-05-24 | 10 | -270/+576 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | typofix | dkf | 2012-05-18 | 1 | -1/+1 |
|
|
| | * | | | | | | | | | | | | | | merge trunk | dkf | 2012-05-17 | 5 | -40/+52 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dkf | 2012-05-13 | 2 | -19/+162 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | updated C API to be more focused on supporting just some operations | dkf | 2012-05-10 | 4 | -18/+59 |
|
|
| | * | | | | | | | | | | | | | | | | merge trunk | dkf | 2012-05-07 | 2 | -2/+2 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | start writing some documentation | dkf | 2012-05-05 | 1 | -1/+1 |
|
|
| | * | | | | | | | | | | | | | | | | | Add ability to get gzip header out of streaming zlib access | dkf | 2012-05-04 | 1 | -3/+28 |
|
|