jackhill/mal.git
2016-03-20 Chris M MooreUpdate from master
2016-03-20 Chris M MooreAda: remove unnecessary Env parameters
2016-03-19 Chris M MooreAda: add time-ms
2016-03-19 Chris M MooreAda: build in true, false, nil so hosted tests run...
2016-03-19 Chris M MooreAda: build in knowledge about true and false into reader
2016-03-18 Chris M MooreAda: one more textual mod in core.adb
2016-03-18 Chris M MooreAda: minor textual cleanup in core.adb
2016-03-18 Chris M MooreAda: fix envs (remove Get_Current), apply (only last...
2016-03-15 Joel MartinminiMAL: increase test timeouts
2016-03-15 Joel MartinMerge pull request #186 from epylar/patch-1
2016-03-15 Chris M MooreAda: Move eval into the steps + rewrite eval along...
2016-03-15 GLUpdate ffi dep in js implementation
2016-03-15 Joel MartinTests: move step5 non-TCO tests to per impl.
2016-03-15 Joel MartinUpdate README test count. Update docs/TODO.
2016-03-15 Joel MartinClojure: make indent consistent across steps.
2016-03-15 Joel Martinrpython: update Dockerfile to pypy-4.0.1
2016-03-15 Joel Martinrust: fix make all to build step binaries.
2016-03-15 Joel Martinjs: fix readline with blank prompt.
2016-03-14 Joel MartinObjPascal: gitignore regexpr, mal_readline comments.
2016-03-14 Joel MartinREADME: update count to 50.
2016-03-14 Joel MartinObjPascal: use CTypes for libedit/readline.
2016-03-14 Joel MartinObjPascal: curl zip file from github for dep.
2016-03-13 Joel MartinObjPascal: add Sorokin RegExpr.pas to repo.
2016-03-13 Joel MartinObject Pascal: full implementation. Test cleanup.
2016-03-09 Joel MartinMerge pull request #184 from dubek/mal-time-ms
2016-03-09 Joel MartinMerge pull request #185 from dubek/ruby-fix-concat
2016-03-09 Dov Murikruby: concat should not modify its argument
2016-03-09 Dov Murikmal: Add time-ms to core; add tests for time-ms
2016-03-08 Joel MartinMakefile/README documentation. Build rules.
2016-03-08 Joel Martintests/step3: test def! within let*. Fix groovy build.
2016-03-08 Joel MartinMakefile: add DOCKERIZE support.
2016-03-07 Joel MartinMerge pull request #183 from dubek/io
2016-03-07 Dov MurikTravis: add io build
2016-03-07 Dov Murikio: Update README
2016-03-07 Dov Murikio: Optimization and style fixes
2016-03-07 Dov Murikio: stepA
2016-03-07 Dov Murikio: step9
2016-03-07 Dov Murikio: step8
2016-03-07 Dov Murikio: step7
2016-03-07 Dov Murikio: step6
2016-03-07 Dov Murikio: step5
2016-03-07 Dov Murikio: step4
2016-03-07 Dov Murikio: step3
2016-03-07 Dov Murikio: step2
2016-03-07 Dov Murikio: step1
2016-03-07 Dov Murikio: step0
2016-03-06 Chris M MooreAda: ensure *ARGV* available to loaded file (self-hosting)
2016-03-06 Chris M MooreAda: fix infinite loop when evaling a vector (core...
2016-03-06 Joel MartinMinor clarifications
2016-03-06 Joel MartinObjective-C: OS X: build, read_atom, str comp., etc.
2016-03-06 Joel MartinObjective-C: steps 5-A, self-hosting, perf, README
2016-03-06 Joel MartinObjective-C: steps 0-4, keywords, hash maps.
2016-03-05 Chris M MooreAda: remove the file size limit
2016-03-04 Joel MartinMerge pull request #181 from wasamasa/fix-typos
2016-03-04 Vasilij SchneidermannFix typos
2016-03-03 Chris M MooreAda: add readline
2016-03-02 Chris M MooreAda: stepA fixes (with-meta not displayed, gensym fixed...
2016-03-02 Joel Martinguide: add host-language and REPL header to stepA
2016-03-02 Joel Martinelisp: add Dockerfile, travis, stepA header.
2016-03-02 Joel MartinMerge branch 'wasamasa-elisp'
2016-03-02 Vasilij SchneidermannFix seq
2016-03-02 Vasilij SchneidermannAdd Makefile
2016-03-02 Vasilij SchneidermannExtend README
2016-03-02 Vasilij SchneidermannMerge branch 'master' into elisp
2016-03-01 Vasilij SchneidermannAdd basic interop and tests
2016-03-01 Vasilij SchneidermannRemove quotes in out-of-range error for nth
2016-03-01 Vasilij SchneidermannRemove unnecessary boxing/unboxing
2016-03-01 Vasilij SchneidermannAdd a hack to make all step tests pass
2016-03-01 Vasilij SchneidermannAdd `define-error` on 24.3
2016-03-01 Chris M MooreAda: raise exceptions when index out of range for Nth...
2016-03-01 Vasilij SchneidermannHandle EOF in exposed readline function
2016-03-01 Vasilij SchneidermannFix *ARGV*
2016-03-01 Joel Martin.gitignore: Add typical scratch files/dirs.
2016-03-01 Joel MartinSwift3: add meta to all collections. Simplify types.
2016-03-01 Vasilij SchneidermannHandle truthness values better
2016-03-01 Vasilij SchneidermannImplement step A
2016-03-01 Vasilij SchneidermannImplement step 9
2016-03-01 Vasilij SchneidermannImplement step 8
2016-02-28 Vasilij SchneidermannImplement step 7
2016-02-28 Chris M MooreAda: add conj
2016-02-28 Chris M MooreAda: add *host-language* symbol
2016-02-28 Chris M MooreAda: make quasiquote etc work for vectors
2016-02-28 Chris M MooreAda: fix apply premature free and add = for hash_map
2016-02-28 Vasilij SchneidermannImplement step 6
2016-02-28 Vasilij SchneidermannImplement step 5
2016-02-28 Vasilij SchneidermannImplement step 4
2016-02-28 Vasilij SchneidermannImplement step 3
2016-02-28 Vasilij SchneidermannImplement step 2
2016-02-28 Vasilij SchneidermannImplement step 1
2016-02-28 Vasilij SchneidermannImplement step 0
2016-02-27 Joel MartinMerge pull request #178 from dubek/fix-negative
2016-02-27 Dov Murikerlang: add negative number support.
2016-02-27 Joel Martinfsharp: add negative number support.
2016-02-27 Joel MartinMerge remote-tracking branch 'dubek/fix-negative' into...
2016-02-27 Joel Martinhaxe, forth: fix negative numbers.
2016-02-27 Joel Martinps: fix negative and 0 number printing
2016-02-27 Joel Martinbash: fix negative nums, more complex test.
2016-02-27 Dov Murikps: fix printing of number zero
2016-02-26 Chris M MooreAda: fix first + rest when passed nil
2016-02-26 Joel Martinmake: add negative number support.
next