| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-08 | Merge pull request #34 from microamp/guide-wrong-fileHEADmaster | Joel Martin | |
| guide: incorrect filename fixed | |||
| 2015-03-08 | guide: step2_env.qx -> step3_env.qx | james sangho nah | |
| 2015-03-07 | README: remove gratuitous parens. | Joel Martin | |
| 2015-03-07 | guide: minor cleanup of "let*" section. | Joel Martin | |
| 2015-03-07 | guide: typo. | Joel Martin | |
| 2015-03-07 | guide: change optional section to deferrable. | Joel Martin | |
| - Clarify that this is not the same class as optional tests. - Also, add deferrable not about adding the original function to the value return by `fn*` in step 5. Fixes https://github.com/kanaka/mal/issues/27 | |||
| 2015-03-07 | All step0: add test, fix bugs, remove step0 eval. | Joel Martin | |
| 2015-03-07 | Merge pull request #33 from microamp/typos | Joel Martin | |
| typos | |||
| 2015-03-07 | typos fixed | james sangho nah | |
| 2015-03-06 | Merge pull request #31 from microamp/py3 | Joel Martin | |
| Compatibility with Python 3 | |||
| 2015-03-06 | Merge pull request #32 from nacmartin/patch-1 | Joel Martin | |
| Removed extra parenthesis in tests for step5 | |||
| 2015-03-06 | Removed extra parenthesis in tests for step5 | Nacho Martín | |
| Hi there, just fixing an extra parenthesis. PS: This thing is very addictive :) | |||
| 2015-03-07 | compatible with python 3 | james sangho nah | |
| 2015-03-06 | tests: fix long line error when self-hosted. | Joel Martin | |
| 2015-03-05 | Revert "Revert "Replace `pcre` with Rust-implemented regex crate (based on ↵ | Joel Martin | |
| RE2)."" This reverts commit 30794b71110f6c3cbd8f446de6acab3954f6555c. | |||
| 2015-03-05 | Merge pull request #29 from kanaka/revert-28-master | Joel Martin | |
| Revert "Replace `pcre` with Rust-implemented regex crate (based on RE2).... | |||
| 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 | |
