Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | 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 |
* | | | | 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 | 14 | -73/+160 |
|\ \ \ \ | |/ / / | |||||
| * | | | Added compilation of [dict unset]; the bytecode needed already existed anyway. | dkf | 2012-10-24 | 5 | -2/+120 |
| * | | | minor correction to index line | dkf | 2012-10-24 | 1 | -1/+1 |
| * | | | 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 | 10 | -71/+40 |
| |\ \ \ | | |/ / | |||||
| | * | | Remove unused TclpLoadFile function. | jan.nijtmans | 2012-10-23 | 3 | -49/+5 |
* | | | | yet another small introspector: [self] | dkf | 2012-10-19 | 7 | -3/+71 |
* | | | | merge trunk | dkf | 2012-10-19 | 2 | -3/+9 |
|\ \ \ \ | |/ / / | |||||
| * | | | * generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevels | mig | 2012-10-18 | 2 | -3/+9 |
* | | | | merge trunk | dkf | 2012-10-17 | 108 | -2419/+5508 |
|\ \ \ \ | |/ / / | |||||
| * | | | Implementation of TIP #405. | dkf | 2012-10-16 | 11 | -24/+1375 |
| |\ \ \ | |||||
| | * \ \ | merge trunktip_405_impl_td | dkf | 2012-10-16 | 11 | -503/+1553 |
| | |\ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Implementation of TIP #400. | dkf | 2012-10-16 | 8 | -490/+1528 |
| |\ \ \ \ | |||||
| | * \ \ \ | merge trunktip_400_impl | dkf | 2012-10-16 | 4 | -18/+30 |
| | |\ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ... | jan.nijtmans | 2012-10-14 | 3 | -1/+8 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's s... | jan.nijtmans | 2012-10-14 | 3 | -1/+8 |
| * | | | | | Bug 3576509: tcl::Bgerror crashes with invalid arguments | jan.nijtmans | 2012-10-13 | 2 | -1/+6 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Bug 3576509: tcl::Bgerror crashes with invalid arguments | jan.nijtmans | 2012-10-13 | 2 | -1/+6 |
| * | | | | | [Bug 2459774] win/tcl/Makefile.in not compatible with msys 0.8. | jan.nijtmans | 2012-10-06 | 2 | -17/+16 |
| * | | | | | 3574819 Increase test robustness by creating files in fresh directory to | dgp | 2012-10-05 | 1 | -1/+2 |
| | | * | | | merge trunk | dkf | 2012-10-04 | 2 | -3/+15 |
| | | |\ \ \ | | |_|/ / / | |/| | | | | |||||
| | | * | | | 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 | 2 | -7/+32 |
| | | * | | | merge trunk | dkf | 2012-10-03 | 63 | -289/+604 |
| | | |\ \ \ | |||||
| | | * | | | | tinkering with the documentation | dkf | 2012-08-13 | 1 | -12/+31 |
| | | * | | | | merge trunk | dkf | 2012-08-11 | 166 | -3352/+4413 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | merge trunk | dkf | 2012-07-04 | 59 | -391/+576 |
| | | |\ \ \ \ \ | |||||
| | | * \ \ \ \ \ | merge trunk | dkf | 2012-06-25 | 15 | -105/+269 |
| | | |\ \ \ \ \ \ | |||||
| | | * | | | | | | | add configurability of readahead limit | dkf | 2012-06-24 | 2 | -55/+99 |
| | | * | | | | | | | merge trunk | dkf | 2012-06-22 | 8 | -197/+104 |
| | | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | Documenting the stream command options better. | dkf | 2012-06-22 | 1 | -14/+25 |
| | | * | | | | | | | | Start to split apart the stream command implementation for easier maintenance. | dkf | 2012-06-22 | 1 | -180/+238 |
| | | * | | | | | | | | merge trunk | dkf | 2012-06-16 | 10 | -26/+63 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | verify zlib package presence and version | dkf | 2012-06-11 | 1 | -0/+3 |
| | | * | | | | | | | | | merge trunk | dkf | 2012-06-09 | 7 | -233/+155 |
| | | |\ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | more cross-testing of dictionary-powered compression; describe package config... | dkf | 2012-06-09 | 2 | -45/+235 |
| | | * | | | | | | | | | | tidy up, fix test | dkf | 2012-06-09 | 2 | -31/+42 |