Age | Commit message (Expand) | Author |
---|---|---|
2017-02-21 | improve string concatenation... | alexlamsl |
2017-02-21 | fixes & improvements to [].join()... | alexlamsl |
2017-01-26 | update test (#1441)... | Alex Lam S.L |
2017-01-26 | augment evaluate to extract within objects (#1425)... | Alex Lam S.L |
2013-09-22 | More attempts to determine when addition is associative... | Mihai Bazon |
2013-09-22 | Actually let's move away those monsters from the evaluate function... | Mihai Bazon |
2013-09-22 | More dirty handling of [ ... ].join() in unsafe mode... | Mihai Bazon |
2013-09-22 | Evaluate [...].join() if possible: minor bugfix... | Dan Wolff |
2013-09-19 | When `unsafe` is set, evaluate [...].join() if possible... | Mihai Bazon |
2013-07-18 | Fix output for arrays whose last element is a hole: [1,,]... | David Glasser |
2013-01-17 | Fix output for arrays containing undefined values.... | David Glasser |