summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsSZ.c
Commit message (Expand)AuthorAgeFilesLines
* Now do [string toupper], [string tolower] and [string totitle]. Only handles ...dkf2013-10-291-45/+126
* Change name of instruction to make way for future changes.dkf2013-10-261-6/+6
* merge trunkdkf2013-10-201-7/+9
|\
| * And the last bits that need fixing; the code is still less efficient than des...dkf_loop_exception_range_workdkf2013-10-201-5/+7
| * Working towards better handling of stack balance with break and continue exce...dkf2013-10-081-2/+2
* | cleaner and faster 'string trim'dkf2013-10-031-22/+2
* | First attempt at [string trim] compilation.dkf2013-09-301-0/+135
|/
* [3970f54c4e]: Improved fix that is more tolerant of a single variable varname.dkf2013-09-191-25/+57
* [3970f54c4e]: Corrected regression in argument order processing in [unset].dkf2013-09-191-15/+25
* commentdgp2013-09-191-0/+1
* Line numbers wrong in compiled [unset].dgp2013-09-191-7/+7
* Mark commands with potential to compile expansion arguments (as [list] does).dgp2013-07-241-0/+5
* Remove outdated comment. Stack depths are well checked now.dgp2013-07-231-3/+0
* merge trunkdgp2013-07-151-5/+2
|\
| * Prefer CompileWord() over CompileTokens() when possible.dgp2013-07-151-2/+1
| * Global replace: CompileBody() -> BODY().dgp2013-07-121-3/+1
* | merge trunkdgp2013-07-111-41/+17
|\ \ | |/
| * Revert the revised macros used in developing the new tests.tip280_test_coveragedgp2013-07-111-6/+6
| * Add tests for SetLineInformation() calls in tclCompCmdsSZ.c as well as somedgp2013-07-101-45/+21
| * First additional test. Remove dup macros in tclEnsemble.c.dgp2013-07-101-3/+1
| * Disabling the SetLineInformation() macro entirely causes only 3 testsdgp2013-07-101-0/+2
* | More elimination of error message litter to fix [Bug 20a81392ec].dgp2013-06-281-0/+3
|/
* Select improvements in stack depth estimates brought over from mig-review.dgp2013-06-111-28/+6
* Stack housekeeping repair for last checkin.dgp2013-06-111-0/+2
* [33b7abb8a2] [7174354ecb] Rewrite TclCompileThrowCmd().dgp2013-06-111-59/+46
* Fix the problems with code generation; behavior now appears correct.dkf_better_try_compilationdkf2013-06-091-129/+204
* Improving tests, fixed one case.dkf2013-06-091-27/+44
* Working on a better compiler for [try]; found some bugs in previous compilationdkf2013-06-081-23/+123
* Factor out stereotypical ways of getting variable indices.dkf2013-06-081-11/+9
* Fix a stack depth calculation.dkf2013-06-021-1/+1
* Many improvements to code generation of efficient break and continue.dkf2013-06-021-5/+6
* Working towards the next batch of optimizations.dkf2013-05-301-0/+4
* Corrected code generation when doing the second run with an 'infinite' loop.dkf2013-05-301-1/+1
* Stop emitting the instructions INST_*_SCALAR_STK*. They are identical todgp2013-05-291-13/+6
* Repair some stack depth housekeeping.dgp2013-05-251-1/+1
* Spare developers the burden and error risk of counting bytes in stringdgp2013-05-231-15/+19
* Eliminate code duplication.dgp2013-05-231-292/+0
* More extensive use of the techniques to improve other edge cases in ensemble ...dkf2013-01-281-5/+5
* tailcall now running in a simpler model, with no eval-flags and no nre-stack ...mig2013-01-101-1/+3
* Fix bad memory access problems found by Miguel Sofer when valgrinding.dkf2013-01-041-1/+1
* Better version that can handle simple composite array keys as well. As long asdkf2012-12-181-10/+23
* Generate better code for the common case of subst-ed variables where thedkf2012-12-181-0/+15
* silence compiler warningdgp2012-11-291-7/+7
* Added compilation of [array exists], [array set] and [array unset]. Fixed a w...merge_to_trunkdkf2012-11-051-1/+18
* Added compilation of [string last] and improved the compilation of [string ra...dkf2012-11-031-176/+76
* Added compilation of [tailcall]. Not a particularly efficient compilation tho...dkf2012-11-011-0/+44
* Compilation of [string first] and [string range] (with constant indices).dkf2012-10-301-70/+209
* Added compilation of simplest practical case of [string map].dkf2012-10-291-0/+82
* Working towards a BCCed [yield]; this doesn't work right now.dkf2012-10-261-0/+43
* Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-2/+1