jackhill/mal.git
2016-05-17 Joel MartinMerge pull request #212 from dubek/argv-testing
2016-05-16 Dov Murikscala: Run steps directly from jar file
2016-05-15 Dov Murikmake: Clean script output; skip test for command-line...
2016-05-15 Dov Murikmatlab: Add 'run' script to handle command-line args
2016-05-15 Dov Murikjava: Add 'run' script which quotes arguments correctly
2016-05-13 Dov Murikio: Add wrapper to swallow startup message from Io...
2016-05-12 Joel MartinMerge pull request #213 from dubek/time-ms-fixes
2016-05-12 Dov Murikfactor: Set *ARGV* and run command-line script correctl...
2016-05-11 Dov Murikr: Fix setting *ARGV*
2016-05-11 Dov Murikjs: Fix setting *ARGV* in step6 & step7
2016-05-11 Dov Murikfsharp: When executing a mal script, don't print the...
2016-05-11 Dov Murikerlang: Fix time-ms to return milliseconds since epoch
2016-05-11 Dov Murikcpp: Make integer values 64-bit so they can holds time...
2016-05-11 Dov Murikerlang: When executing a mal script, don't print the...
2016-05-11 Dov Murikcpp: When executing a mal script, don't print the final...
2016-05-11 Dov Murikocaml: Remove debug prints in step6 & step7
2016-05-11 Dov Muriktests: Test *ARGV* is set correctly in step 6
2016-05-11 Joel MartinMerge pull request #211 from dubek/racket-fix-argv
2016-05-11 Dov Murikracket: Set *ARGV* correctly
2016-05-10 Joel MartinMerge pull request #210 from dubek/test-slurp-newline
2016-05-10 Dov Muriktests: Test slurp captures final newline in step6
2016-05-10 Joel MartinLink to cheatsheet at gh-pages.
2016-05-10 Joel MartinAdd cheatsheet. Link to it from guide.
2016-05-10 Joel MartinUse more common spelling of deferrable.
2016-05-10 Joel MartinMakefile/runtest/tests: deferable/optional options
2016-05-09 Joel Martinguide: update step9, stepA diagrams.
2016-05-09 Joel MartinMerge pull request #208 from dubek/vim-fix-time-ms
2016-05-09 Joel MartinMerge pull request #209 from dubek/python-interop
2016-05-09 Dov Murikpython: Fix interop (py*, py!*)
2016-05-09 Dov Murikdocs/Hints: vimscript no longer shells out in time-ms
2016-05-09 Dov Murikvimscript: implement time-ms in a C function
2016-05-09 Dov Murikvimscript: rename libvimreadline -> libvimextras
2016-05-05 Joel MartinMerge pull request #207 from dubek/vhdl
2016-05-05 Dov Murikvhdl: Update Dockerfile, add Travis-CI build
2016-05-05 Dov MurikAdd VHDL implementation
2016-05-05 Dov Murikdocs/Hints: add questions about command-line arguments
2016-05-04 Joel MartinHints.md: fix formatting.
2016-05-04 Joel MartinAdd Hints wiki page.
2016-05-03 Joel Martinplpgsql: fix env.sql envs.sql in stats target.
2016-05-03 Joel Martinplpgsql: fix Makefile stats targets.
2016-05-03 Joel Martinplpgsql: schema namespaces. refactor IO.
2016-05-03 Joel Martinplpgsql: another attempt using travis user.
2016-05-03 Joel Martinplpgsql: try again with Travis user/sudo permissions.
2016-05-03 Joel Martinplpgsql: set WORKDIR in Dockerfile.
2016-05-03 Joel Martinplpgsql: minor tweaks to Dockerfile to work with Travis.
2016-05-03 Joel MartinTravis: enable plpgsql.
2016-05-03 Joel Martinplpgsql: add to README.
2016-05-03 Joel Martinplpgsql: testing via Makefile/Docker container.
2016-05-03 Joel Martinplpgsql: fix issues with repeated calls to wrap.sh
2016-05-03 Joel Martinplpgsql: remove type table. Fix slurp.
2016-05-03 Joel Martinplpgsql: refactor/remove collection table. Add seq...
2016-05-03 Joel Martinplpgsql: add time-ms, use bigints, add indexes for...
2016-05-03 Joel Martinplpgsql: restructure I/O to allow input in command...
2016-05-03 Joel Martinplpgsql: stepA, hash-maps, metadata.
2016-05-03 Joel Martinplpgsql: IO using stream table. Add keywords.
2016-05-03 Joel Martintests: make throw of non-strings optional/soft.
2016-05-03 Joel Martinplpgsql: add steps7-9
2016-05-03 Joel Martinplpgsql: steps 4-6.
2016-05-03 Joel Martinplpgsql (Postgres PL/pgSQL): steps 0-3.
2016-04-30 Joel MartinMerge pull request #205 from Wilfred/fix_link
2016-04-30 Wilfred HughesFix broken link
2016-04-28 Joel MartinFAQ: add question about * and ! endings on forms.
2016-04-28 Joel MartinMerge pull request #204 from dubek/guide-step2-addition
2016-04-27 Dov Murikprocess/guide: add vector and hash-map evaluation in...
2016-04-23 Joel MartinMerge pull request #202 from leafac/patch-1
2016-04-23 Leandro FacchinettiFix typos
2016-04-20 Joel MartinMerge pull request #201 from leafac/patch-1
2016-04-20 Leandro FacchinettiFix space
2016-04-19 Joel MartinMerge pull request #200 from leafac/patch-1
2016-04-19 Leandro FacchinettiFix typo in FAQ
2016-04-16 Joel MartinREADME: fix clojurewest path and add midwest.io links.
2016-04-11 Joel MartinJS: fix typo in interop.js
2016-04-08 Joel MartinMerge pull request #199 from dubek/c-add-boehm-gc
2016-04-08 Joel MartinTravis: Add OS X build of Swift3.
2016-04-08 Joel MartinMerge pull request #198 from keith-rollin/mac_port
2016-04-08 Dov Murikc: Add Boehm garbage collector
2016-04-08 Keith RollinPort swift3 to OSX.
2016-04-05 Joel MartinMerge pull request #194 from dubek/literal-empty-list
2016-04-04 Dov MurikMerge pull request #6 from kanaka/issue194-literal...
2016-04-04 Joel MartinMerge pull request #195 from wasamasa/bugfix-empty...
2016-04-04 Joel Martinerlang, factor, rust: fix empty list eval
2016-04-04 Dov MurikMerge pull request #5 from zmower/literal-empty-list
2016-04-03 Chris M MooreAda: add () fix to step2
2016-04-03 Dov Murikprocess: Fix step2_eval.txt to "handle" empty literal...
2016-04-03 Dov MurikMerge pull request #4 from kanaka/issue194-literal...
2016-04-02 Joel MartinFix empty list eval in step2 for most languages.
2016-04-02 Joel Martintests: move empty list test from step3 to step2.
2016-04-02 Joel Martinswift3: fix empty list evaluation.
2016-04-02 Joel Martinobjpascal: fix empty list evaluation.
2016-04-02 Joel Martinobjc: fix empty list evaluation.
2016-04-02 Joel Martinmatlab: fix empty list evaluation.
2016-04-02 Chris M MooreAda: empty list fix (issue #194)
2016-04-01 Dov Murikmake: Fix empty/nil value for literal empty list
2016-04-01 Dov Murikhaxe: Fix exception on literal empty list
2016-04-01 Dov Murikfactor: Fix exception on literal empty list
2016-04-01 Dov Murikscala: Fix exception on literal empty list
2016-04-01 Dov Murikgroovy: Fix exception on literal empty list
2016-03-31 Dov Murikcrystal: Fix exception on literal empty list in step3
2016-03-31 Dov Murikbash: Fix crash on literal empty list
2016-03-31 Dov Murikd: Fix crash on literal empty list
next