Implement step 1
[jackhill/mal.git] / cpp /
2016-08-06 Vasilij SchneidermannMerge branch 'master' into chuck-implementation
2016-05-19 Joel MartinRefactor to use run scripts, remove *_RUNSTEP
2016-05-17 Joel MartinMerge pull request #212 from dubek/argv-testing
2016-05-12 Joel MartinMerge pull request #213 from dubek/time-ms-fixes
2016-05-11 Dov Murikcpp: Make integer values 64-bit so they can holds time...
2016-05-11 Dov Murikcpp: When executing a mal script, don't print the final...
2016-03-20 Chris M MooreUpdate from master
2016-03-15 Joel MartinTests: move step5 non-TCO tests to per impl.
2016-03-02 Vasilij SchneidermannMerge branch 'master' into elisp
2016-02-24 Joel MartinMerge branch 'issue_166_string_ops' of github.com:kanak...
2016-02-24 Joel MartinMerge branch 'master' into issue_166_string_ops
2016-02-24 Joel Martinawk-es6, Makefile: dist ruiles
2016-02-21 Chris M MooreMerged master into ada branch + fix Makefile
2016-02-12 Joel MartinMerge pull request #168 from sdt/sdt/cpp-string-ops
2016-02-11 Stephen ThirlwallC++ string? & seq implementations
2016-02-04 Joel MartinMerge pull request #158 from dubek/first-rest-nil
2016-02-04 Dov Murikcpp, haxe, rust: Fix (first nil) and (rest nil)
2016-01-29 Joel MartinMerge pull request #156 from omarrayward/explain-regexp...
2016-01-26 Joel MartinMerge branch 'Haxe'
2016-01-26 Joel MartinMerge pull request #146 from dubek/fix-macro-eval
2016-01-26 Joel MartinMerge pull request #143 from dubek/add-gensym
2016-01-25 Dov MurikAdd gensym and clean `or` macro to stepA of 19 implemen...
2015-12-28 Joel MartinMerge pull request #137 from ivern/kotlin
2015-12-18 Joel MartinMerge commit '069f90b'
2015-12-18 Joel MartinMerge pull request #132 from sdt/native-swap
2015-12-15 Stephen ThirlwallDon't pass an env to apply
2015-12-14 Stephen ThirlwallImplement native swap! function
2015-10-27 Javier Fernandez... Updated from master, solved conflicts
2015-10-27 Joel MartinAll: show comments with stats target.
2015-10-06 Joel MartinTravis: add C++(cpp), factor and julia.
2015-04-03 Nala Ginrutmerge upstream
2015-03-28 Joel MartinC++: add Makefile stats targets.
2015-03-28 Joel MartinMerge pull request #50 from sdt/cpp
2015-03-28 Stephen ThirlwallSplit ASSERT into ASSERT and MAL_CHECK/MAL_FAIL
2015-03-28 Stephen ThirlwallFix bugs introduced in reader hash-map/{} change
2015-03-28 Stephen ThirlwallFix *host-language*
2015-03-28 Stephen ThirlwallRevert { X } -> ( hash-map X ) reader macro
2015-03-28 Stephen ThirlwallReplace table iterations with new for-loop syntax
2015-03-28 Stephen ThirlwallUse g++-4.9 instead of clang-3.5 on Linux
2015-03-28 Stephen ThirlwallFix Reader issues on Linux
2015-03-27 Stephen ThirlwallAdd README.md
2015-03-27 Stephen Thirlwallc++11: step A
2015-03-27 Stephen Thirlwallc++11: step 9
2015-03-27 Stephen Thirlwallc++11: step 8
2015-03-27 Stephen Thirlwallc++11: step 7
2015-03-27 Stephen Thirlwallc++11: step 6
2015-03-27 Stephen Thirlwallc++11: step 5
2015-03-27 Stephen Thirlwallc++11: step 4
2015-03-27 Stephen Thirlwallc++11: step 3
2015-03-27 Stephen Thirlwallc++11: step 2
2015-03-27 Stephen Thirlwallc++11: step 1
2015-03-27 Stephen Thirlwallc++11: step 0
2015-03-27 Peter StephensMerge branch 'master' of https://github.com/kanaka...