summaryrefslogtreecommitdiff
path: root/threads.js
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'issue_458' into developmentGubolin2014-12-071-1/+11
|\
| * allow only numbers to be reported as number (fix #458)issue_458Gubolin2014-10-041-1/+11
* | Merge branch 'errorHandling_issue533' into developmentGubolin2014-12-071-0/+21
|\ \
| * | don't throw an error if a list is not a ListerrorHandling_issue533Gubolin2014-11-041-2/+0
| * | throw an non-js error if "list" is not List (fix #533)Gubolin2014-11-031-0/+23
* | | Experimental “ForEach” primitive (hidden in dev mode)jmoenig2014-12-041-1/+21
* | | Improve edge-collision detection of default sprite “arrow” shapejmoenig2014-12-031-4/+10
* | | Fixed #656jmoenig2014-11-261-17/+20
* | | Full TCO (tail-call-elimination)jmoenig2014-11-251-53/+47
* | | Evaluator optimizationsjmoenig2014-11-251-65/+62
* | | tail-call-elimination for reporters - experimentjmoenig2014-11-241-0/+28
* | | allow recursive reporters to be stopped by userjmoenig2014-11-241-1/+0
* | | Merge pull request #619 from cycomachead/splitJens Mönig2014-11-241-4/+8
|\ \ \
| * \ \ Merge in recent changes (split block improvements #619)Michael Ball2014-11-211-135/+118
| |\ \ \
| * | | | Improvements to Split block for whitespace and lines:Michael Ball2014-10-181-4/+8
| | |/ / | |/| |
* | | | fixed #131jmoenig2014-11-241-1/+2
* | | | Fixed #644jmoenig2014-11-241-1/+1
* | | | Fixed #318jmoenig2014-11-241-2/+12
* | | | Fix “stop this block” primitive for tail-call-eliminationjmoenig2014-11-231-6/+12
* | | | Fix "stop this block"’s lexical awarenessjmoenig2014-11-211-20/+45
| |/ / |/| |
* | | integrate translation updatejmoenig2014-11-201-5/+7
* | | Merge pull request #614 from MMSequeira/masterJens Mönig2014-11-201-9/+9
|\ \ \
| * | | Add localization to number of arguments error and temporary watchersManuel Menezes de Sequeira2014-11-181-5/+5
| * | | add localization to unknown variable errorManuel Menezes de Sequeira2014-10-141-4/+4
| |/ /
* | | fix ‘line’ option in ‘split’ block for Windows filesjmoenig2014-11-201-1/+1
* | | renamed Process::callback to "onComplete"jmoenig2014-11-201-12/+14
* | | Merge pull request #641 from bromagosa/contributionJens Mönig2014-11-201-18/+23
|\ \ \
| * | | callback is only executed when the outmost block returns a valueBernat Romagosa2014-11-191-18/+20
| * | | Added callback to ProcessBernat Romagosa2014-11-171-7/+10
* | | | Fixed #364 avoid “freezing” when calling LAUNCH on empty ringjmoenig2014-11-201-3/+7
|/ / /
* | | Treat REPORT blocks inside custom command definitions as STOP THIS BLOCK / IG...jmoenig2014-11-171-3/+9
* | | Fix reporting out of nested custom C-shaped blocksjmoenig2014-11-141-103/+67
|/ /
* / workaround for some REPORT / STOP BLOCK issuesjmoenig2014-10-011-2/+4
|/
* fixed #591jmoenig2014-09-291-3/+6
* fixed #174, eliminate UpvarReferences in evaluatorjmoenig2014-09-181-107/+12
* Refactor variables handlingjmoenig2014-09-171-22/+24
* enable Zombiefication of JS-Functionsjmoenig2014-08-131-2/+2
* export script pic with result bubblejmoenig2014-07-301-6/+20
* enable “JS function” block to create custom control structures and HOFsjmoenig2014-07-281-3/+6
* JS function tweak, thank, @nathan!jmoenig2014-07-271-2/+2
* new “JavaScript function” primitivejmoenig2014-07-251-1/+11
* Display “empty” Contexts as empty ringsjmoenig2014-07-241-2/+13
* fixed #521jmoenig2014-07-221-2/+7
* fixed #518jmoenig2014-07-211-3/+5
* rename "character" to "letter" in delimiter listjmoenig2014-07-181-2/+2
* Lint: fix missing semicolonMichael Ball2014-07-171-1/+1
* Split Block: Add a character option for clarityMichael Ball2014-07-171-0/+3
* fixed #506, thanks @haritop!jmoenig2014-07-111-5/+5
* revert changes made for JSLint’s sakejmoenig2014-07-081-11/+5
* show error messages for custom blocks (sorta)jmoenig2014-07-081-8/+15