summaryrefslogtreecommitdiff
path: root/threads.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* initialize new variables with zero (instead of null)jmoenig2014-06-051-2/+2
* Threads: new Variable data structurejmoenig2014-05-201-1/+15
* checkpoint - releasejmoenig2014-05-021-1/+1
* checkpointjmoenig2014-04-301-1/+1
* style fix for boolMichael Ball2014-04-271-1/+1
* fix set turbo mode blockMichael Ball2014-04-221-3/+3
* jslint style fixesMichael Ball2014-02-101-7/+7
* use inputOption for dateblock update file dateMichael Ball2014-02-101-4/+6
* resolve merge conflicts; date problems onlyMichael Ball2014-02-041-22/+84
|\
| * Fixed #313jmoenig2014-02-031-15/+20
| * Revert pull request #295 (xhr-headers)jmoenig2014-01-101-6/+1
| * validated all source files against the latest JSLint versionjmoenig2014-01-091-1/+1
| * Collapse STOP primitives into a single block with a dropdown of optionsjmoenig2014-01-091-2/+17
| * fixed StopOthers blocks and added another optionjmoenig2014-01-081-18/+26
| * Merge pull request #283 from Hardmath123/masterJens Mönig2014-01-081-0/+21
| |\
| | * Initial stop others blockHardmath1232013-12-221-0/+21
| * | Merge pull request #295 from blob8108/xhr-headersJens Mönig2014-01-081-0/+3
| |\ \
| | * | Add useful headers to HTTP blockblob81082014-01-061-0/+3
| | |/
| * / support for TELL and ASKjmoenig2014-01-081-1/+16
| |/
* | adjust block to no longer use strings, and remove unneeded codeMichael Ball2014-01-261-38/+12
* | date block workMichael Ball2014-01-221-5/+3
* | Add style tweaks per Nathan's comments.Michael Ball2013-12-281-20/+17
* | Add a 'get current DATE' block with various options, add some translations to...Michael Ball2013-12-271-0/+58
|/
* accept lists as inputs to the green (text) LENGTH OF reporterjmoenig2013-12-111-1/+4