jackhill/mal.git
2019-07-15 Nicolas Boulenguezvala: remove a redundant parameter
2019-07-15 Joel MartinMerge pull request #400 from asarhaddon/improve-mal...
2019-07-15 Nicolas BoulenguezMerge remote-tracking branch 'remotes/kanaka/master...
2019-07-15 Nicolas Boulenguezmal: implement macro? with contains? instead of list...
2019-07-15 Joel MartinMerge pull request #417 from asarhaddon/slurp-twice
2019-07-15 Nicolas Boulenguezcheck that slurp works twice in a row. Fix rexx
2019-07-15 Joel Martinr: add step deps on rdyncall lib install.
2019-07-15 Joel Martinpowershell: prn/println return explicit null.
2019-07-15 Joel MartinMerge pull request #416 from bjh21/bjh21-equal-empty
2019-07-14 Nicolas BoulenguezImplement macros with maps instead of vectors.
2019-07-13 Ben Harrisstep 4: Test that (= (list nil) (list)) returns false.
2019-07-09 Nicolas Boulenguezmal: fix vector? sequential? and PRINT for new macro...
2019-07-09 Nicolas Boulenguezscheme: fix syntax error in 5e5d489
2019-07-09 Nicolas Boulenguezmal: implement macro without metadata
2019-07-09 Nicolas Boulenguezguile, scheme: fix fn? when metadata contains "ismacro"
2019-07-09 Nicolas Boulenguezmal: in step2, revert to reporting key error
2019-07-09 Nicolas Boulenguezmal: modify lib/ in order to hide bugs in make/ and...
2019-07-09 Nicolas Boulenguezmal: rename macro? to _macro?. Also rename bool-and...
2019-07-09 Nicolas BoulenguezRemove gensym, inc and or from step files.
2019-07-09 Nicolas Boulenguezmal: improve MAL implementation.
2019-07-09 Joel MartinMerge pull request #408 from asarhaddon/haskell-style
2019-07-09 Joel MartinMerge pull request #414 from bjh21/bjh21-php-hashmap
2019-07-08 Nicolas Boulenguezhaskell: remove the need for unsafePerformIO type force...
2019-07-08 Nicolas Boulenguezhaskell: shorten Reader with Applicative instead of...
2019-07-08 Nicolas Boulenguezhaskell: drop redundant import, test empty repl line...
2019-07-08 Nicolas Boulenguezhaskell: rewrite nth without old-style partial function
2019-07-08 Nicolas Boulenguezhaskell: adapt quasiquote to existing test, drop redund...
2019-07-08 Nicolas Boulenguezhaskell: make the code more readable and idiomatic.
2019-07-08 Nicolas Boulenguezhaskell: silent GHC warnings
2019-07-08 Ben HarrisMerge branch 'master' into bjh21-php-hashmap
2019-07-08 Joel MartinMerge pull request #402 from bjh21/bjh21-unterminated...
2019-07-08 Joel MartinMerge pull request #403 from asarhaddon/configurable...
2019-07-08 Joel MartinMerge pull request #413 from bjh21/bjh21-nontrivial...
2019-07-08 Joel MartinMerge pull request #412 from bjh21/bjh21-minor-fixes
2019-07-08 Joel MartinMerge pull request #411 from bjh21/bjh21-nested-collections
2019-07-08 Joel MartinMerge pull request #410 from scott-silver/patch-2
2019-07-08 Joel MartinMerge pull request #409 from scott-silver/patch-1
2019-07-08 Joel MartinMerge pull request #407 from asarhaddon/ada.2-updates
2019-07-08 Joel MartinMerge pull request #406 from chr15m/lib-alias-hacks
2019-07-07 Ben Harrissteps 1 and 9: Test that hash-map keys stay as strings.
2019-07-07 Ben Harrisphp: Convert hash-map keys into strings before returnin...
2019-07-07 Ben Harrisphp: Correct a comment: SeqClass is not a parent of...
2019-07-07 Ben Harrisstep 1: Explain intention behind regexp magic in non...
2019-07-07 Ben Harrisstep 1: Fix non-trivial hash-map test on PHP.
2019-07-07 Ben Harrisstep 1: Test a hash-map with more than one entry.
2019-07-07 Ben HarrisREADME: Pedantically refer to PostgreSQL by its proper...
2019-07-07 Ben HarrisREADME: Correct a stray mention of PL/pgSQL in the...
2019-07-07 Ben HarrisREADME: Correct capitalisation of "PostScript" and...
2019-07-07 Ben HarrisREADME: Escape asterisks in "SQL*Plus".
2019-07-07 Ben Harrispython: Correct spelling in a test comment.
2019-07-07 Ben Harrisstep 1: Test reading some simple nested collections.
2019-07-06 scott-silverAdd missing word
2019-07-05 scott-silverUpdate README.md
2019-07-01 Chris McCormickAdded alias hacks from frock to lib. See #321.
2019-06-30 Nicolas Boulenguezada.2: let macros use closures. Allow metadata for...
2019-06-30 Nicolas BoulenguezTest that macros use closures
2019-06-23 Nicolas BoulenguezC: improve build configurability (issue #397)
2019-06-22 Ben Harrisbasic: Fix handling of unterminated strings by rewritin...
2019-06-11 Joel MartinMerge pull request #394 from bjh21/bjh21-unterminated...
2019-06-03 Joel MartinMerge pull request #396 from inkydragon/fix-test-on...
2019-06-02 woclassrun test on cygwin
2019-05-31 Joel MartinMerge pull request #389 from bjh21/bjh21-mal-kw-outer
2019-05-31 Ben Harrismal: Use a keyword to link each environment to its...
2019-05-31 Joel Martintravis_trigger.sh: Support .com and env var tokens
2019-05-31 Joel MartinTravis: travis_trigger.sh script.
2019-05-31 Joel MartinMerge pull request #393 from bjh21/bjh21-bbc-basic
2019-05-30 Ben Harrisd: Detect more unterminated strings.
2019-05-30 Ben Harrisbbc-basic: Enlarge Brandy's heap size.
2019-05-30 Ben Harrisbbc-basic: Slight tweak to heap size.
2019-05-30 Ben Harrisc: Detect more unterminated strings.
2019-05-30 Joel MartinTravis: combine build into .travis_test.sh
2019-05-30 Joel MartinVarious small self-host mode fixes.
2019-05-30 Joel MartinTravis: detect special self-host-test branch.
2019-05-28 Joel MartinMerge pull request #390 from bjh21/bjh21-bbc-basic
2019-05-28 Ben Harrisbbc-basic: Shrink mal heap a little.
2019-05-28 Ben Harrisbbc-basic: Add comment explaining sizing of mal heap.
2019-05-28 Joel MartinMerge pull request #388 from bjh21/bjh21-large-files...
2019-05-28 Joel MartinMerge pull request #392 from asarhaddon/ada-unterminate...
2019-05-28 Joel MartinMerge pull request #391 from asarhaddon/test-let-recurs...
2019-05-28 Nicolas BoulenguezTest mutual recursion in let* without vectors, which...
2019-05-28 Nicolas Boulenguezada: fix the fix for unterminated strings
2019-05-28 Nicolas BoulenguezTest mutual recursion in let*
2019-05-27 Ben Harrisbbc-basic: Fix accidental quadratic behaviour in string...
2019-05-27 Ben Harrisstep6: Test loading of a large (>255 byte) file earlier...
2019-05-27 Joel MartinMerge pull request #386 from asarhaddon/test-let-recurs...
2019-05-27 Joel MartinMerge pull request #385 from asarhaddon/ada-unterminate...
2019-05-27 Ben Harrisbbc-basic: Clean up long-string support.
2019-05-27 Ben Harrisbbc-basic: Remove the word "partial" from the README.
2019-05-26 Ben Harrisbbc-basic: Slight printer tidying.
2019-05-26 Ben Harrisbbc-basic: Make metadata on string-like types work.
2019-05-26 Ben Harrisbbc-basic: Radically simplify string storage.
2019-05-25 Nicolas Boulengueztest recursive definitions in let*
2019-05-22 Nicolas Boulenguezada: fix unterminated string and creation of object...
2019-05-21 Joel MartinMerge pull request #371 from asarhaddon/extend-core.mal
2019-05-19 Nicolas Boulenguezlib/tests: report parsing errors, move threading out...
2019-05-19 Nicolas Boulenguezlib/ README.md should not repeat the process unless...
2019-05-19 Joel MartinMerge pull request #382 from bjh21/bjh21-unterminated...
2019-05-19 Joel MartinMerge pull request #383 from asarhaddon/ada2tco-do
2019-05-19 Joel MartinMerge pull request #380 from bjh21/bjh21-bbc-basic
2019-05-19 Ben Harrisvb: Detect more unterminated strings.
next