jackhill/mal.git
2019-05-17 Nicolas Boulenguezlib/: add tests, fix detected problems, improve impleme...
2019-05-17 Nicolas Boulenguezlib/ split: fix forgotten paths in test/perf*.mal.
2019-05-17 Nicolas BoulenguezMove tests of lib/ and new tests of core.mal to tests...
2019-05-17 Nicolas BoulenguezFix style issues in lib/.
2019-05-17 Nicolas Boulenguezlib/: perform file splits, without change in contents
2019-05-17 Nicolas BoulenguezPrepare move of reusable code to lib/.
2019-05-17 Nicolas Boulenguezcore.mal: give foldr a tail recursive definition
2019-05-17 Nicolas Boulenguezcore.mal: mention that foldr is not tail-recursive
2019-05-17 Nicolas Boulenguezcore.mal: remove inc, which is now in steps
2019-05-17 Nicolas Boulengueztests: wait `gensym` in stepA to test `and` macro
2019-05-17 Nicolas Boulenguezcore.mal: implement -> and ->> with reduce
2019-05-17 Nicolas Boulenguezcore.mal: add and test right fold
2019-05-17 Nicolas Boulenguezcore.mal: test each non trivial recursion
2019-05-17 Nicolas Boulenguezcore.mal: document each function
2019-05-17 Vasilij Schneidermannscheme: fix unterminated string handling for chibi
2019-05-17 Vasilij Schneidermannscheme: fix unterminated string handling
2019-05-17 Joel MartinMerge pull request #381 from bjh21/bjh21-unterminated...
2019-05-16 Vasilij Schneidermannpicolisp: fix unterminated string handling
2019-05-16 Ben Harrisobjpascal, powershell, racket: Detect more unterminated...
2019-05-16 Ben Harrisgnu-smalltalk, go, js, lua, php, rust, ts: Detect more...
2019-05-15 Joel MartinMerge pull request #379 from bjh21/bjh21-unterminated...
2019-05-15 Ben Harriscs, crystal, es6: Detect more unterminated strings.
2019-05-15 Joel Martinps: properly ignore multiple comments in a row.
2019-05-15 Joel MartinMerge pull request #378 from asarhaddon/test-macro...
2019-05-15 Nicolas BoulenguezMove test that macro do not mutate functions as optiona...
2019-05-15 Nicolas Boulengueztest macro/functions: ignore results of preliminary...
2019-05-15 Joel MartinMerge pull request #377 from asarhaddon/fix-runtests...
2019-05-15 Joel MartinMerge pull request #376 from bjh21/bjh21-withmeta-empty
2019-05-14 Joel MartinMerge pull request #375 from bjh21/bjh21-stepA-optional
2019-05-14 Ben Harrisstep A: Test that metadata doesn't break empty collections.
2019-05-14 Ben Harrisguide, step A: Note that stub functions are replaced...
2019-05-14 Ben Harrisstep A: Add a mandatory test that 'string?' etc are...
2019-05-14 Ben Harrisguide, step A: Document that 'string?' etc need to...
2019-05-14 Nicolas BoulenguezTest that defining a macro does not mutate an existing...
2019-05-14 Nicolas Boulenguezruntest: fix pre-eval option
2019-05-13 Joel MartinMerge pull request #372 from bjh21/bjh21-empty-hashmap
2019-05-13 Ben Harrisstep1: More systematic testing of empty collections.
2019-05-13 Joel Martinwasm: fix platform_wasi preopen search.
2019-05-13 Joel Martinhaskell: fix parsing empty literal sequences.
2019-05-13 Joel MartinMerge pull request #374 from sgtatham/vala-fixes
2019-05-13 Joel Martinmake, swift3: fix parsing empty literal sequences.
2019-05-13 Simon Tathamvala: implement a garbage collector.
2019-05-13 Simon Tathamvala: expose length/get/set methods for Mal.Vector.
2019-05-13 Simon Tathamvala: make Env's internal storage private.
2019-05-13 Simon Tathamvala: remove the as_glib_list helper function.
2019-05-13 Simon Tathamvala: allow metadata pointer to be null.
2019-05-13 Simon Tathamvala: fix handling of unterminated strings.
2019-05-13 Simon Tathamvala Makefile: add a VFLAGS variable.
2019-05-13 Joel MartinMerge pull request #370 from asarhaddon/hide-gensym...
2019-05-13 Simon Tathamvala Makefile: define an empty .SUFFIXES.
2019-05-12 Ben Harrisstep1: Test that an empty hashmap can pass through...
2019-05-11 Nicolas Boulenguezgensym: changes forgotten in last commit
2019-05-11 Nicolas BoulenguezFix typos detected by automated tests.
2019-05-11 Nicolas Boulenguezgensym: hide the counter in an environment, define...
2019-05-10 Joel Martind: support ldc2 and dmd modes from top-level.
2019-05-10 Joel Martinvala: more standard form for vala/Dockerfile
2019-05-10 Joel MartinMerge pull request #368 from sgtatham/vala
2019-05-10 Simon TathamUpdate counters and .travis.yml.
2019-05-10 Joel MartinMerge pull request #367 from kuettler/master
2019-05-10 Ulrich KüttlerAdd build rules for dmd and ldc in addition to gdc...
2019-05-10 Simon TathamAdd an implementation written in Vala.
2019-05-10 Simon Tathamguide.md: fix a few trivial typos.
2019-05-09 Ulrich KüttlerD: Get the code to compile with all three current d...
2019-05-08 Joel MartinMerge pull request #366 from bjh21/bjh21-unterminated...
2019-05-08 Ben Harrisbash, ruby: Fix reading of unterminated strings that...
2019-05-08 Ben Harrisawk: Fix reading of unterminated strings that happen...
2019-05-08 Ben Harrisperl, python, tcl: Correctly detect more unterminated...
2019-05-08 Joel Martinnasm: fix empty list handling
2019-05-08 Joel MartinMerge pull request #365 from asarhaddon/cpp-ada.2-confo...
2019-05-08 Joel MartinMerge pull request #358 from bjh21/bjh21-extra-tests
2019-05-08 Nicolas Boulenguezada.2 switch back `do` from built-in function to specia...
2019-05-08 Nicolas BoulenguezC++ convert map from native to built-in
2019-05-07 Ben Harrisstep 7 test: Add test of 'concat' on a single vector.
2019-05-07 Ben Harrisstep 8 test: Check a corner case of cons/rest on vector...
2019-05-07 Joel MartinMerge pull request #363 from bjh21/bjh21-concat-ocaml
2019-05-07 Joel Martincrystal,java: fix empty list handling.
2019-05-07 Joel MartinMerge pull request #362 from bjh21/bjh21-concat-ps
2019-05-07 Ben Harrisocaml: Fix result of (concat [1 2]), so it returns...
2019-05-07 Joel Martinswift4: exit on EOF/Ctrl-D.
2019-05-07 Joel Martinrpython,rust,swift4,ts: fix empty list handling.
2019-05-07 Ben Harrisps: Fix result of (concat [1 2]), so it returns a list...
2019-05-07 Joel MartinMerge pull request #360 from asarhaddon/convert-diverge...
2019-05-07 Nicolas BoulenguezLivescript Convert `not` from native to built-in.
2019-05-07 Nicolas BoulenguezGuile Convert `not` from native to built-in.
2019-05-07 Nicolas BoulenguezForth Convert `not` from native to built-in.
2019-05-07 Nicolas BoulenguezC++ Convert `< > >= list` from native to built-in.
2019-05-06 Joel MartinMerge pull request #357 from bjh21/bjh21-minor-fixes
2019-05-06 Ben Harrisstep 7 test: Correct a heading to match contents.
2019-05-06 Ben Harrisguide.md: Move description of 'sequential?' to a more...
2019-05-06 Ben Harrisstep9: Don't use vectors in a non-deferrable test.
2019-05-06 Ben Harrisstep9: Make test of throwing a hash-map deferrable.
2019-05-05 Joel MartinMerge pull request #354 from asarhaddon/simplify-core-mal
2019-05-05 Joel MartinMerge pull request #356 from asarhaddon/swift4-duplicat...
2019-05-05 Nicolas Boulenguezswift4: remove duplicate definition of load-file
2019-05-03 Nicolas BoulenguezTrivial simplifications in core.mal.
2019-05-03 Joel MartinMerge pull request #355 from asarhaddon/improve-ada.2
2019-05-02 Nicolas BoulenguezClarify and optimize ada.2.
2019-04-21 Joel MartinMerge pull request #353 from bjh21/bjh21-minor-fixes
2019-04-20 Ben HarrisGuide: when introducing read_atom, don't mention comple...
2019-04-20 Ben HarrisStep 6: Make tests of '*ARGV*' deferrable.
next