Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IMPLEMENTATION OF TIP#416: New Options for 'load': -global and -lazy | jan.nijtmans | 2012-11-15 | 2 | -3/+36 |
|\ | |||||
| * | merge trunk | jan.nijtmans | 2012-11-12 | 2 | -2/+2 |
| |\ | |||||
| * \ | merge trunk | jan.nijtmans | 2012-11-09 | 1 | -2/+0 |
| |\ \ | |||||
| * | | | Finish the TIP #416 implementation as specified (#define's were still ↵ | jan.nijtmans | 2012-11-07 | 2 | -2/+10 |
| | | | | | | | | | | | | | | | | missing). Added warning to "load" documentation. Added test case for using -global without specifying filename. | ||||
| * | | | merge trunk | dkf | 2012-11-06 | 17 | -426/+2756 |
| |\ \ \ | |||||
| * | | | | syntax improvement: expect options before the filename | jan.nijtmans | 2012-10-24 | 1 | -15/+14 |
| | | | | | | | | | | | | | | | <p>start at documentation | ||||
| * | | | | experimental implementation of FRQ-3579001 | jan.nijtmans | 2012-10-24 | 1 | -5/+31 |
| | | | | | |||||
* | | | | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor | dkf | 2012-11-14 | 3 | -8/+22 |
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | out all the code to do temporary file creation so that it is possible to make it correct in one place. Allow overriding of the back-stop default temporary file location at compile time by setting the TCL_TEMPORARY_FILE_DIRECTORY #def to a string containing the directory name (defaults to "/tmp" as that is the most common default). | ||||
* | | | | re-enable bcc-tailcall, after fixing an infinite loop in the ↵ | mig | 2012-11-10 | 2 | -2/+2 |
| |_|/ |/| | | | | | | | | TCL_COMPILE_DEBUG mode | ||||
* | | | Remove files and references for long outdated Wise Installer. | dgp | 2012-11-07 | 1 | -2/+0 |
| |/ |/| | |||||
* | | Disable bytecompile of [tailcall] until it gets some repair. As is, it | dgp | 2012-11-05 | 1 | -1/+1 |
| | | | | | | hopelessly bogs down debug-enabled testing, and make many tests fail. | ||||
* | | Added bytecode compilation of many Tcl commands, merged from development branch. | dkf | 2012-11-05 | 15 | -420/+2723 |
|\ \ | |||||
| * | | Added compilation of [array exists], [array set] and [array unset]. Fixed a ↵merge_to_trunk | dkf | 2012-11-05 | 8 | -36/+451 |
| | | | | | | | | | | | | whole bunch of issues with opcode issuing that were causing problems with stack depth calculations. | ||||
| * | | Added compilation of [string last] and improved the compilation of [string ↵ | dkf | 2012-11-03 | 9 | -214/+253 |
| | | | | | | | | | | | | range]. This in turn enables compilation of [namespace qualifiers] and [namespace tail] (also done). | ||||
| * | | Added compilation of [info object isa object] (i.e., object verification). | dkf | 2012-11-03 | 7 | -4/+56 |
| | | | |||||
| * | | Added more TclOO introspection bytecodes ([info object class], [info object ↵ | dkf | 2012-11-02 | 7 | -54/+119 |
| | | | | | | | | | | | | namespace]). Also moved TclOO-in-8.6 to using the main Tcl internal ensemble builder. | ||||
| * | | Added compilation of [tailcall]. Not a particularly efficient compilation ↵ | dkf | 2012-11-01 | 7 | -16/+117 |
| | | | | | | | | | | | | though; it does not detect tailcall-of-self as a special case. | ||||
| * | | Added compilation of [dict create] and [dict merge]. | dkf | 2012-11-01 | 7 | -41/+250 |
| | | | |||||
| * | | Added [dict exists] compilation; implementation is 95% shared with [dict get]. | dkf | 2012-10-30 | 7 | -17/+102 |
| | | | |||||
| * | | Some corrections and performance tweaks | dkf | 2012-10-30 | 1 | -46/+56 |
| | | | |||||
| * | | Compilation of [string first] and [string range] (with constant indices). | dkf | 2012-10-30 | 7 | -86/+306 |
| | | | |||||
| * | | Added compilation of [regsub] (in the simplest, most restricted case). | dkf | 2012-10-30 | 3 | -1/+178 |
| | | | |||||
| * | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (U+200d), which were finally left out of TIP #413 | ||||
| * | | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | <p>Dont include U+0082 and U+0083 in the Tcl space set | ||||
| * \ \ \ \ \ \ \ \ \ \ | update documentation | jan.nijtmans | 2012-09-26 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | tip 318 update | jan.nijtmans | 2012-09-23 | 3 | -6/+38 |
| | | | | | | | | | | | | |