| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-05 | Revert "Replace `pcre` with Rust-implemented regex crate (based on RE2)."revert-28-master | Joel Martin | |
| 2015-03-05 | Merge pull request #28 from BurntSushi/master | Joel Martin | |
| Replace `pcre` with Rust-implemented regex crate (based on RE2). | |||
| 2015-03-05 | Replace `pcre` with Rust-implemented regex crate (based on RE2). | Andrew Gallant | |
| 2015-03-05 | README: update Rust version. | Joel Martin | |
| 2015-03-05 | Rust: apply improvements in stepA to other steps. | Joel Martin | |
| 2015-03-05 | Merge pull request #26 from alexcrichton/update | Joel Martin | |
| Update Rust code to the current Rust nightly | |||
| 2015-03-05 | Fix a bad copy/paste apparently | Alex Crichton | |
| 2015-03-05 | tests: add macro-in-macro test. | Joel Martin | |
| E.g.: (or (or false 4)) -> 4 | |||
| 2015-03-05 | Update Rust code to the current Rust nightly | Alex Crichton | |
| Lots of changes! Hopefully everything is still semantically equivalent (tests still pass) | |||
| 2015-03-04 | Merge pull request #25 from hellyeah/master | Joel Martin | |
| Fixed implementation typo | |||
| 2015-03-04 | Fixed implementation typo | David Fontenot | |
| 2015-03-04 | Rust: build with --release. 10X performance boost! | Joel Martin | |
| 2015-03-04 | Merge pull request #12 from tebeka/master | Joel Martin | |
| Works when ~/.mal-history does not exist | |||
| 2015-03-04 | Merge pull request #21 from def-/master | Joel Martin | |
| Fix and clean up Nim implementation | |||
| 2015-03-04 | Fix and clean up Nim implementation | def | |
| 2015-03-03 | Nim: rename stepA_interop to stepA_mal | Joel Martin | |
| 2015-03-03 | Merge pull request #20 from def-/master | Joel Martin | |
| Add Nim | |||
| 2015-03-04 | Add instructions and makefile for Nim | def | |
| 2015-03-03 | Integrate feedback from github.com/boxed | Joel Martin | |
| https://github.com/kanaka/mal/issues/19 | |||
| 2015-03-02 | process/guide.md: add some step8 wrapup text. | Joel Martin | |
| 2015-03-02 | README: missing end paren. | Joel Martin | |
| 2015-03-02 | README: add more testing info. | Joel Martin | |
| Fix stats target for matlab. | |||
| 2015-03-02 | runtest.py: cleanup all grandchildren too. | Joel Martin | |
| Launch Popen with process group and kill that instead. Use atexit to register cleanup function rather than direct calls. | |||
| 2015-03-02 | Various: stepA test fixes/ignores. | Joel Martin | |
| 2015-03-02 | runtest.py: cleanup and rename --redirect to --mono | Joel Martin | |
| 2015-03-02 | ocaml: fix empty? on vectors. | Joel Martin | |
| 2015-03-02 | miniMAL: use npm published miniMAL. | Joel Martin | |
| 2015-03-02 | matlab: move Reader.m to +types/Reader.m | Joel Martin | |
| Fixes https://github.com/kanaka/mal/issues/18 for case insensitive file-systems. | |||
| 2015-03-02 | Add link to syntax-across-languages | Joel Martin | |
| Thanks to https://news.ycombinator.com/user?id=klibertp for suggestion. | |||
| 2015-03-02 | Nim: stepA | def | |
| 2015-03-02 | runtest.py: fix C# and VB tests. | Joel Martin | |
| It is an ugly fix, but basically, use regular Popen (without pty) when using mono, and do hardcoded echo of the commands when they are sent/written. It could be worse I suppose... | |||
| 2015-03-01 | runtest.py: fix cleanup to use kill. | Joel Martin | |
| Still doesn't work with C# and VB. | |||
| 2015-03-01 | guide: typo. Fix https://github.com/kanaka/mal/issues/17 | Joel Martin | |
| 2015-03-01 | Nim: step9 | def | |
| 2015-03-01 | Nim: step8 | def | |
| 2015-03-01 | Merge branch 'master' of https://github.com/kanaka/mal | Miki Tebeka | |
| 2015-03-01 | readline works even when ~/.mal-history does not exist | Miki Tebeka | |
| 2015-03-01 | Nim: step7 | def | |
| 2015-03-01 | running "gofmt" on the code | Miki Tebeka | |
| 2015-03-01 | Nim: step6 | def | |
| 2015-03-01 | Nim: step5 | def | |
| 2015-02-28 | Merge pull request #16 from tcoopman/patch-1 | Joel Martin | |
| small typo | |||
| 2015-02-28 | runtest.py: cleanup orphan test processes. | Joel Martin | |
| 2015-02-28 | Lua: fix with new runtest.py | Joel Martin | |
| 2015-02-28 | runtest.py: order of magnitude faster. | Joel Martin | |
| C#, VB and Lua tests are broken though. | |||
| 2015-02-28 | small typo | Thomas Coopman | |
| 2015-02-28 | Nim: step4 | def | |
| 2015-02-28 | Merge branch 'elektronaut-ruby1.9' | Joel Martin | |
| 2015-02-28 | Merge branch 'ruby1.9' of https://github.com/elektronaut/mal into ↵ | Joel Martin | |
| elektronaut-ruby1.9 | |||
| 2015-02-28 | Merge pull request #15 from joelpickup/master | Joel Martin | |
| grammar fix | |||
