Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add compilation of [string is] | dkf | 2014-02-02 | 1 | -0/+313 |
|\ | |||||
| * | Compile [string is] with character classes in a non-awful way. Needs more ↵ | dkf | 2014-01-29 | 1 | -9/+90 |
| | | | | | | | | work to make resulting bytecode disassemble nicely. | ||||
| * | merge principal development branch | dkf | 2014-01-25 | 1 | -0/+45 |
| |\ | |||||
| * | | extend [string is] to booleans | dkf | 2014-01-13 | 1 | -4/+47 |
| | | | |||||
| * | | a different approach | dkf | 2014-01-10 | 1 | -70/+80 |
| | | | |||||
| * | | use compact form | dkf | 2014-01-09 | 1 | -26/+25 |
| | | | |||||
| * | | redevelop code to have more in common with the interpreted [string is] and ↵ | dkf | 2014-01-02 | 1 | -69/+78 |
| | | | | | | | | | | | | to remove non-working types | ||||
| * | | merge main working branch | dkf | 2014-01-02 | 1 | -31/+1 |
| |\ \ | |||||
| * \ \ | merge main working branch | dkf | 2013-12-30 | 1 | -707/+925 |
| |\ \ \ | |||||
| * \ \ \ | merge main dev branch | dkf | 2012-12-19 | 1 | -7/+35 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge main dev branch | dkf | 2012-11-05 | 1 | -196/+94 |
| |\ \ \ \ \ | |||||
| * | | | | | | Work on compilation of [string is]. | dkf | 2012-11-02 | 1 | -0/+190 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hit some problem edge cases with differences in strictness of edge cases that will force a rethink ([string is boolean] is significantly more strict than Tcl_GetBooleanFromObj). | ||||
* | | | | | | | add compilation for [nextto] and [yieldto]; fix [a90d9331bc] | dkf | 2014-01-22 | 1 | -0/+45 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | implementation of [yieldto] in bytecode | dkf | 2014-01-21 | 1 | -0/+45 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Make DEFAULT_TRIM_SET a MODULE_SCOPE string constant, so its value can be ↵ | jan.nijtmans | 2014-01-08 | 1 | -3/+3 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | shared in tclCmdMZ.o and TclCompCmdsSZ.o and it no longer pollutes the tclStringTrim.h header file. | ||||
* | | | | | Factor out the definition of the default string trim set; define it once only. | dkf | 2013-12-30 | 1 | -31/+1 |
| |_|_|/ |/| | | | |||||
* | | | | corrected comment | dkf | 2013-12-30 | 1 | -2/+2 |
| | | | | |||||
* | | | | use the new instruction | dkf | 2013-12-29 | 1 | -3/+16 |
| | | | | |||||
* | | | | merge trunk | dkf | 2013-12-23 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | remove INST_TRY_CVT_TO_NUMERIC when it is known not be necessary (cherrypick ↵ | mig | 2013-12-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | from mig-optimize) | ||||
* | | | | | simple compilation of [string replace] | dkf | 2013-12-12 | 1 | -0/+116 |
| | | | | | |||||
* | | | | | Now do [string toupper], [string tolower] and [string totitle]. Only handles ↵ | dkf | 2013-10-29 | 1 | -45/+126 |
| | | | | | | | | | | | | | | | | | | | | the no-indices case; that's the only case anyone actually commonly uses. | ||||
* | | | | | Change name of instruction to make way for future changes. | dkf | 2013-10-26 | 1 | -6/+6 |
| | | | | | |||||
* | | | | | merge trunk | dkf | 2013-10-20 | 1 | -7/+9 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | And the last bits that need fixing; the code is still less efficient than ↵dkf_loop_exception_range_work | dkf | 2013-10-20 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | desired but should now not crash. | ||||
| * | | | | Working towards better handling of stack balance with break and continue ↵ | dkf | 2013-10-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | exceptions. | ||||
* | | | | | cleaner and faster 'string trim' | dkf | 2013-10-03 | 1 | -22/+2 |
| | | | | | |||||
* | | | | | First attempt at [string trim] compilation. | dkf | 2013-09-30 | 1 | -0/+135 |
|/ / / / | |||||
* | | | | [3970f54c4e]: Improved fix that is more tolerant of a single variable varname. | dkf | 2013-09-19 | 1 | -25/+57 |
| | | | | |||||
* | | | | [3970f54c4e]: Corrected regression in argument order processing in [unset]. | dkf | 2013-09-19 | 1 | -15/+25 |
| | | | | |||||
* | | | | comment | dgp | 2013-09-19 | 1 | -0/+1 |
| | | | | |||||
* | | | | Line numbers wrong in compiled [unset]. | dgp | 2013-09-19 | 1 | -7/+7 |
| | | | | |||||
* | | | | Mark commands with potential to compile expansion arguments (as [list] does). | dgp | 2013-07-24 | 1 | -0/+5 |
| | | | | |||||
* | | | | Remove outdated comment. Stack depths are well checked now. | dgp | 2013-07-23 | 1 | -3/+0 |
| | | | | |||||
* | | | | merge trunk | dgp | 2013-07-15 | 1 | -5/+2 |
|\ \ \ \ | |||||
| * | | | | Prefer CompileWord() over CompileTokens() when possible. | dgp | 2013-07-15 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Global replace: CompileBody() -> BODY(). | dgp | 2013-07-12 | 1 | -3/+1 |
| | | | | | |||||
* | | | | | merge trunk | dgp | 2013-07-11 | 1 | -41/+17 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Revert the revised macros used in developing the new tests.tip280_test_coverage | dgp | 2013-07-11 | 1 | -6/+6 |
| | | | | | |||||
| * | | | | Add tests for SetLineInformation() calls in tclCompCmdsSZ.c as well as some | dgp | 2013-07-10 | 1 | -45/+21 |
| | | | | | | | | | | | | | | | obvious refactoring improvements. | ||||
| * | | | | First additional test. Remove dup macros in tclEnsemble.c. | dgp | 2013-07-10 | 1 | -3/+1 |
| | | | | | |||||
| * | | | | Disabling the SetLineInformation() macro entirely causes only 3 tests | dgp | 2013-07-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the test suite to fail. Restoring just 2 SetLineInformation() calls fixes those failures. The need for all the other SLI() calls is not demonstrated by any test. Without more complete test coverage, it is difficult to confidently tweak the TIP 280 implementation without fear that changes are introducing breakage. | ||||
* | | | | | More elimination of error message litter to fix [Bug 20a81392ec]. | dgp | 2013-06-28 | 1 | -0/+3 |
|/ / / / | |||||
* | | | | Select improvements in stack depth estimates brought over from mig-review. | dgp | 2013-06-11 | 1 | -28/+6 |
| | | | | | | | | | | | | | | | | | | | | Mostly these are just simplifications, removing code that wasn't needed. Some changes make the stack depth estimate more accurate instruction by instruction. | ||||
* | | | | Stack housekeeping repair for last checkin. | dgp | 2013-06-11 | 1 | -0/+2 |
| | | | | |||||
* | | | | [33b7abb8a2] [7174354ecb] Rewrite TclCompileThrowCmd(). | dgp | 2013-06-11 | 1 | -59/+46 |
| | | | | |||||
* | | | | Fix the problems with code generation; behavior now appears correct.dkf_better_try_compilation | dkf | 2013-06-09 | 1 | -129/+204 |
| | | | | |||||
* | | | | Improving tests, fixed one case. | dkf | 2013-06-09 | 1 | -27/+44 |
| | | | | |||||
* | | | | Working on a better compiler for [try]; found some bugs in previous compilation | dkf | 2013-06-08 | 1 | -23/+123 |
| | | | | | | | | | | | | code which aren't resolved yet. | ||||
* | | | | Factor out stereotypical ways of getting variable indices. | dkf | 2013-06-08 | 1 | -11/+9 |
| | | | |