jackhill/mal.git
2016-04-30 Vasilij SchneidermannReplace runner script to allow for globbing
2016-04-30 Vasilij SchneidermannImplement step 2
2016-04-29 Vasilij SchneidermannAdd notes
2016-04-29 Vasilij SchneidermannImplement step 1
2016-04-25 Vasilij SchneidermannWrite a runner script
2016-04-24 Vasilij SchneidermannImplement step 0
2016-03-31 Joel MartinMerge pull request #197 from dubek/postscript-interop
2016-03-30 Dov Murikps: Fix ps* interop
2016-03-30 Joel MartinMerge pull request #196 from dubek/fix-regress-fail
2016-03-30 Dov MurikMakefile: fail REGRESS=1 when earlier step fails
2016-03-28 Joel MartinMerge pull request #192 from joostkremers/guide
2016-03-27 Joel MartinES6: fix *ARGV* to be symbol.
2016-03-27 Joel MartinREADME: note Chris Moore created the Ada implementation.
2016-03-27 Joel MartinMerge pull request #191 from zmower/ada
2016-03-26 Chris M MooreAda: update README.md and add prompt to stepA
2016-03-25 Joost KremersSeveral fixes to the guide
2016-03-25 Chris M MooreMerge branch 'master' into ada
2016-03-25 Chris M MooreAda: change *ARGV* and *host-language* to strings
2016-03-25 Chris M MooreAda: rework strings part 3 : strings are stored, printe...
2016-03-25 Chris M MooreAda: rework strings part 2 : New_String_Mal_Type adds...
2016-03-25 Chris M MooreAda: rework strings part 1 : Get_String returns the...
2016-03-25 Chris M MooreAda: add ada to .travis.yml
2016-03-25 Chris M MooreAda: add Dockerfile
2016-03-25 Joel MartinMerge pull request #189 from Wilfred/guide_subheading
2016-03-24 Wilfred HughesTweaking text in guide.
2016-03-23 Joel MartinMerge pull request #188 from dubek/guide-toc
2016-03-23 Dov Murikprocess/guide.md: Add TOC; fix heading levels
2016-03-22 Chris M MooreAda: -O3 for some perf tests
2016-03-22 Chris M MooreAda: steps 3 and 4 do need eval_callback
2016-03-22 Chris M MooreAda: fix Makefile and re-write early steps to remove...
2016-03-22 Chris M MooreAda: remove lambda from eval_ast
2016-03-22 Chris M MooreAda: fix script/command line mode
2016-03-22 Chris M MooreAda: add seq
2016-03-20 Chris M MooreAda: add string?
2016-03-20 Chris M MooreAda: negative numbers in reader
2016-03-20 Chris M MooreAda: remove some unecessary use commands/variables
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
next