Merge pull request #374 from sgtatham/vala-fixes
[jackhill/mal.git] / nasm /
2019-05-13 Joel MartinMerge pull request #374 from sgtatham/vala-fixes
2019-05-13 Joel MartinMerge pull request #370 from asarhaddon/hide-gensym...
2019-05-11 Nicolas BoulenguezFix typos detected by automated tests.
2019-05-11 Nicolas Boulenguezgensym: hide the counter in an environment, define...
2019-05-08 Joel Martinnasm: fix empty list handling
2019-03-27 Joel MartinMerge pull request #345 from asarhaddon/ada.2
2019-03-21 Joel MartinConvert to loccount based stats calculation.
2019-03-03 Joel MartinMerge pull request #343 from bendudson/nasm-catchless-try
2019-03-02 Ben DudsonPush and pop environment in catchless try
2019-03-02 Ben DudsonAdd catchless try to step 9 and step A
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.
2018-11-30 Joel Martinlua, nasm, perl, rexx, vimscript: fix errors.
2018-06-24 Joel MartinMerge pull request #319 from chr15m/refactor-php-web...
2018-01-04 Joel MartinMerge pull request #310 from bendudson/master
2018-01-04 Ben DudsonTidying, minimising differences between steps
2018-01-04 Ben DudsonRemoving env and core from step2
2018-01-03 Ben DudsonTidying up steps 0-3 (in progress)
2018-01-03 Ben DudsonAdd clean target
2018-01-02 Ben DudsonAdd stats and stats-lisp targets
2018-01-02 Ben DudsonDockerfile xenial and binutils install
2017-12-27 Ben DudsonAdd docker file. Docker tests pass
2017-12-27 Ben DudsonMoved macro-related functions to start of core Env
2017-12-27 Ben DudsonAdding README.md file and Make all target
2017-12-27 Ben DudsonAll tests pass
2017-12-26 Ben DudsonStep 8 passes
2017-12-26 Ben DudsonStep 9 passes again
2017-12-26 Ben DudsonMoving error handler into exceptions.asm
2017-12-26 Ben DudsonFix bugs, performance test now runs
2017-12-22 Ben DudsonFix bug in map, modifying function return values
2017-12-21 Ben DudsonAdd seq core function. Self-hosting tests pass (!)
2017-12-21 Ben DudsonFix bug in map: should pass args as list
2017-12-20 Ben DudsonFix bug in apply, tests for double-free errors
2017-12-18 Ben DudsonFix bugs in try*/catch*
2017-12-16 Ben DudsonFix bug in concat, add test to step 7
2017-12-15 Ben DudsonFix list and repl output
2017-12-15 Ben DudsonAdd time-ms function
2017-12-14 Ben DudsonFix bug in rest and println
2017-12-13 Ben DudsonFix bug in concat. MAL step 2 now passes
2017-12-13 Ben DudsonFix small bug in comparison
2017-12-12 Ben DudsonAdding gensym, clean or macro
2017-12-12 Ben DudsonAdd meta, with-meta and ^ reader
2017-12-11 Ben DudsonStart step A, add readline
2017-12-11 Ben DudsonAdd vals and dissoc functions
2017-12-09 Ben DudsonAdd assoc function, small fixes
2017-12-09 Ben DudsonAdd try*/catch*
2017-12-09 Ben DudsonAdd keyword and keyword? functions
2017-12-09 Ben DudsonAdd get, sequential?, symbol, vector and hash-map functions
2017-12-08 Ben DudsonFix swap! function
2017-12-08 Ben DudsonAdd apply function to core
2017-12-08 Ben DudsonAdding map and throw functions
2017-12-08 Ben DudsonFix bug in apply_fn releasing memory
2017-12-03 Ben DudsonAdd vector? map? and contains?
2017-12-01 Ben DudsonAdding predicate functions to core
2017-11-30 Ben DudsonFix bug in read_str for long strings
2017-11-30 Ben Dudsonrest core function always returns list
2017-11-30 Ben Dudsonstep 8 macros
2017-11-29 Ben DudsonFix memory leak, eval releases AST
2017-11-28 Ben DudsonAdding nth and rest functions
2017-11-28 Ben DudsonFix raw_to_string function for long strings
2017-11-28 Ben DudsonAdding core first function
2017-11-27 Ben DudsonFix cons and quasiquote functions
2017-11-24 Ben DudsonAll step 7 tests pass
2017-11-23 Ben Dudsonquasiquote tests pass
2017-11-22 Ben DudsonWorking on quasiquote. Not yet done
2017-11-21 Ben DudsonFix bugs in string manipulation
2017-11-20 Ben DudsonAdd cons, concat functions
2017-11-18 Ben DudsonAdd quote special form
2017-11-18 Ben DudsonFix bug in string_append_string
2017-11-17 Ben DudsonAdding *ARGV* command-line arguments
2017-11-17 Ben DudsonFix bug in swap! for complex types
2017-11-16 Ben Dudsonswap! function tests pass
2017-11-14 Ben DudsonFixed bug in str and eval, add string_copy
2017-11-14 Ben DudsonImproved handling of comments, whitespace
2017-11-12 Ben DudsonAdding support for atoms
2017-11-12 Ben DudsonAdded eval and load-file functions
2017-11-11 Ben DudsonAdded read-string and slurp functions
2017-11-11 Ben DudsonBugfix in let and def forms
2017-11-11 Ben DudsonStep 5: Tail call optimisation
2017-11-09 Ben DudsonFixes for long strings
2017-11-09 Ben Dudsonprint_readably flag, str and println functions
2017-11-08 Ben Dudsonstep 4 keywords, []/() comparison, variadic args
2017-11-07 Ben Dudsonstep 4 non-deferrable tests passing
2017-11-06 Ben DudsonAdded numeric comparison operators
2017-11-06 Ben Dudsonfunctions =, pr-str and prn working
2017-11-05 Ben DudsonAdding core functions
2017-11-04 Ben Dudsonif and fn* forms working
2017-11-03 Ben Dudsondo form working
2017-11-03 Ben DudsonBug fix in list and vector eval
2017-11-03 Ben DudsonAdding read/print of nil, true and false
2017-11-03 Ben DudsonAdding support for vectors
2017-11-03 Ben DudsonUsing macros to shorten source code
2017-11-01 Ben DudsonAdded error handling, step 3 test passing
2017-11-01 Ben Dudsondef! and let* working
2017-11-01 Ben DudsonFix bug in let
2017-11-01 Ben Dudsonlet* form bindings nearly working
2017-10-31 Ben DudsonSmall bugfix in Env and error messages
2017-10-30 Ben DudsonStage 3 : def! working
2017-10-30 Ben DudsonStep 2: Map evaluation works
2017-10-29 Ben DudsonStep 2: All non-deferrable tests pass
next