DISABLE FDs (REMOVE ME).
[jackhill/mal.git] / ada / step6_file.adb
2019-07-31 Joel MartinMerge pull request #359 from bjh21/bjh21-unterminated...
2019-07-29 Joel MartinMerge pull request #387 from asarhaddon/test-macroexpan...
2019-07-29 Joel MartinMerge pull request #415 from asarhaddon/load-file-trail...
2019-07-28 Nicolas Boulenguezload-file: accept empty file or final comment, return nil
2018-12-27 Joel MartinMerge pull request #333 from LispLY/objc-fix-conj-meta
2018-12-12 Joel MartinTest uncaught throw, catchless try* . Fix 46 impls.
2016-11-13 Harry TerkelsenMerge branch 'master' into dart
2016-10-31 Joel MartinMerge branch 'basic'
2016-10-25 Joel MartinMerge pull request #239 from wasamasa/picolisp
2016-09-20 Joel MartinMerge pull request #237 from iqbalansari/master
2016-09-15 Joel MartinMerge pull request #232 from zmower/ada_patches_sep16
2016-09-10 Chris M MooreNicholas Boulenguez : Use Get_Line function instead...
2016-08-06 Vasilij SchneidermannMerge branch 'master' into chuck-implementation
2016-04-05 Joel MartinMerge pull request #194 from dubek/literal-empty-list
2016-04-04 Joel MartinMerge pull request #195 from wasamasa/bugfix-empty...
2016-04-04 Dov MurikMerge pull request #5 from zmower/literal-empty-list
2016-04-02 Chris M MooreAda: empty list fix (issue #194)
2016-03-28 Joel MartinMerge pull request #192 from joostkremers/guide
2016-03-27 Joel MartinMerge pull request #191 from zmower/ada
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 2 : New_String_Mal_Type adds...
2016-03-22 Chris M MooreAda: remove lambda from eval_ast
2016-03-22 Chris M MooreAda: fix script/command line mode
2016-03-20 Chris M MooreUpdate from master
2016-03-20 Chris M MooreAda: remove unnecessary Env parameters
2016-03-19 Chris M MooreAda: build in true, false, nil so hosted tests run...
2016-03-18 Chris M MooreAda: fix envs (remove Get_Current), apply (only last...
2016-03-15 Chris M MooreAda: Move eval into the steps + rewrite eval along...
2016-03-06 Chris M MooreAda: ensure *ARGV* available to loaded file (self-hosting)
2016-02-22 Chris M MooreAda: rename Atom to Symbol and add a new Atom type...
2016-02-21 Chris M MooreMerged master into ada branch + fix Makefile
2015-06-09 Chris M MooreAda: quieter + dont crash when arith op with nil
2015-05-30 Chris M MooreAda: add *ARGV*
2015-05-21 Chris M MooreAda: step6 mostly works