chiark / gitweb /
src/**/*.lisp: Use convenience functions to invoke restarts.
[sod] / doc / SYMBOLS
2018-06-08 Mark Woodingsrc/**/*.lisp: Use convenience functions to invoke...
2018-06-08 Mark Woodingsrc/utilities.lisp: New function `invoke-associated...
2018-06-08 Mark Woodingsrc/class-finalize-*.lisp: Improve finalization error...
2018-06-08 Mark Woodingsrc/method-{impl,proto}.lisp: Add `sod-method-description'.
2018-06-08 Mark Woodingsrc/class-*.lisp: Improve metaclass selection.
2018-06-08 Mark Woodingsrc/class-finalize-{proto,impl}.lisp (finalize-sod...
2018-06-08 Mark Woodingsrc/{class-,}utilities.lisp: Add machinery for showing...
2018-06-08 Mark Woodingsrc/utilities: (add partial-order-minima)
2018-06-08 Mark Woodingsrc/lexer-proto.lisp: New parser `must'.
2018-06-08 Mark Woodingsrc/utilities.lisp (defvar-unbound): Make a variable...
2018-06-08 Mark Woodingsrc/parser/floc-proto.lisp, src/utilities.lisp: New...
2018-06-08 Mark Woodingsrc/parser/floc-proto.lisp: Add `enclosing-condition...
2018-06-08 Mark Woodingsrc/utilities.lisp, src/class-finalize-impl.lisp: Impro...
2018-06-08 Mark Woodingsrc/c-types-impl.lisp: Make string -> simple-c-type...
2018-06-08 Mark Woodingsrc/utilities.lisp: Add new anaphoric `aand'.
2018-06-08 Mark Woodingsrc/pset-parse.lisp: Export the `parse-property' function.
2018-06-08 Mark Woodingsrc/parser/scanner-impl.lisp: Location protocol for...
2018-06-08 Mark Woodingsrc/parser/scanner-impl.lisp: Add missing `scanner...
2017-07-22 Mark Woodingdoc/list-exports.lisp, doc/SYMBOLS: Report on condition...
2017-07-22 Mark Woodingdoc/list-exports.lisp, doc/SYMBOLS: Mark methods with...
2017-07-22 Mark Woodingsrc/optparse.lisp, src/classes.lisp: Don't leak slot...
2016-05-29 Mark WoodingMerge branches 'mdw/kwargs' and 'mdw/c11'
2016-05-29 Mark Woodingsrc/c-types-impl.lisp, src/c-types-parse.lisp: Support...
2016-05-29 Mark Woodingsrc/c-types-{proto,impl,parse}.lisp: Add `storage speci...
2016-05-29 Mark Woodingsrc/c-types-{impl,parse}.lisp: Support C11 `_Atomic'.
2016-05-29 Mark WoodingNew feature: initialization keyword arguments.
2016-05-29 Mark Woodingsrc/method-{proto,impl}.lisp: New `method-keyword-argum...
2016-05-29 Mark WoodingNew feature: proper object lifecycle protocol; init...
2016-05-29 Mark WoodingReplace the `init' class-slot function with an `init...
2016-05-29 Mark Woodingsrc/method-{proto,impl}.lisp: Introduce `effective...
2016-05-29 Mark Woodingsrc/: Abolish the distinction between different kinds...
2016-05-29 Mark Woodingsrc/method-{proto,impl}.lisp: Abolish `sod-message...
2016-05-29 Mark WoodingNew feature: messages with keyword arguments!
2016-05-29 Mark Woodingsrc/c-types-*.lisp: New type for functions which take...
2016-05-29 Mark Woodingsrc/: New function `reify-variable-argument-tail'.
2016-05-29 Mark Woodingsrc/: Factor out common machinery in `check-method...
2016-05-29 Mark Woodingsrc/c-types-impl.lisp: Refactor pretty-printing of...
2016-05-29 Mark Woodingsrc/codegen-proto.lisp: New instruction types `cond...
2016-05-29 Mark Woodingsrc/: Add commentary to the generated code.
2016-05-29 Mark Woodingsrc/final.lisp: Add function for interactively testing...
2016-05-29 Mark Woodingsrc/c-types-proto.lisp, src/c-types-impl.lisp: Qualifie...
2016-05-29 Mark Woodingsrc/parser/parser-proto.lisp: Add functions returning...
2016-05-29 Mark Woodingsrc/parser/: Allow parsers to commit to a parse while...
2016-05-29 Mark WoodingMerge branches 'mdw/kwargs-fixes' and 'mdw/c11-fixes'
2016-05-29 Mark Woodingsrc/: Write `NULL' for a null pointer, rather than...
2016-05-29 Mark Woodingsrc/: Enhance `definst' to allow general BVL syntax.
2016-05-29 Mark Woodingsrc/: Abolish the special `va-*' instructions.
2016-05-29 Mark Woodingsrc/: Introduce `deliver-call' to abbreviate function...
2016-05-29 Mark WoodingImprove checking for C99-style varargs macros.
2016-05-29 Mark Woodingsrc/final.lisp: Add convenient macro for testing parser...
2016-05-29 Mark Woodingsrc/class-make-proto.lisp: Remove `define-sod-class'.
2016-05-29 Mark Woodingsrc/c-types-{proto,impl}.lisp: Add `:export' parameter...
2016-05-29 Mark Woodingsrc/{module-impl,utilities}.lisp: Make `#line' work...
2016-05-29 Mark Woodingdoc/list-exports.lisp: Don't report gensyms as leaked...
2016-05-29 Mark Woodingsrc/class-make-impl.lisp: Don't store `nil' in the...
2016-01-10 Mark Woodingdoc/: Bring the `SYMBOLS' file and description stubs...
2015-09-23 Mark Woodingdoc/SYMBOLS, doc/list-exports.lisp: Nail down output...
2015-09-22 Mark Woodingdoc/SYMBOLS: More changes.
2015-09-20 Mark WoodingMerge branch 'master' into doc
2015-09-20 Mark Woodingdoc/SYMBOLS: More fixes to file exports.
2015-09-20 Mark WoodingMerge branch 'master' into doc
2015-09-20 Mark Woodingdoc/SYMBOLS: Actually check this in, so we can see...