chiark / gitweb /
debian/libsod-dev.install: Fix name of manpage.
[sod] / src /
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 Woodingsrc/builtin.lisp: Bind `me' around slot initializers...
2016-05-29 Mark WoodingReplace the `init' class-slot function with an `init...
2016-05-29 Mark WoodingCompatibility: the `init' function no longer calls...
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/c-types-parse.lisp (parse-declarator): Refactor...
2016-05-29 Mark Woodingsrc/c-types-parse.lisp (parse-declarator): Explain...
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/method-impl.lisp: Abolish the `emf-entry-tail'...
2016-05-29 Mark Woodingsrc/: Make pretty-printing better at handling tight...
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/codegen-proto.lisp: Rewrite `block' printing longhand.
2016-05-29 Mark Woodingsrc/c-types-{impl,parse}.tex: Support `_Atomic' types.
2016-05-29 Mark Woodingsrc/c-types-parse.lisp: Introduce a pluggable parser...
2016-05-29 Mark Woodingsrc/c-types-parse.lisp: Hoist up the `ds-FOO' methods...
2016-05-29 Mark Woodingsrc/c-types-parse.lisp: Improve handling of compatibili...
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/module-parse.lisp (parse-raw-class-item): Commit...
2016-05-29 Mark WoodingAdd a new class slot `align', holding the instance...
2016-05-29 Mark Woodingsrc/c-types-impl.lisp (make-or-intern-c-type): Pull...
2016-05-29 Mark Woodingsrc/c-types-parse.lisp, src/c-types-proto.lisp: Some...
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/module-output.lisp: Set right margin to 77 characters.
2016-05-29 Mark Woodingsrc/codegen-proto.lisp: Fix printing of `if`/`else...
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/codegen-{proto,impl}.lisp: Gather `definst' forms...
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/output-impl.lisp: Add a debugging dump of the known...
2016-05-29 Mark Woodingsrc/class-output.lisp, src/output-impl.lisp: Warn about...
2016-05-29 Mark Woodingsrc/frontend.lisp: Add `--backtrace' option to expose...
2016-05-29 Mark Woodingsrc/final.lisp: Add convenient macro for testing parser...
2016-05-29 Mark Woodingsrc/module-parse.lisp: Support multi-word item names...
2016-05-29 Mark Woodingsrc/module-parse.lisp: Frob `_' to `-' in item names.
2016-05-29 Mark Woodingsrc/class-make-impl.lisp: Freeze file locations at...
2016-05-29 Mark Woodingsrc/class-make-proto.lisp: Remove `define-sod-class'.
2016-05-29 Mark Woodingsrc/classes.lisp: Fix `print-object' on `sod-initializer'.
2016-05-29 Mark Woodingsrc/output-impl.lisp: No need to use `equal' on items...
2016-05-29 Mark Woodingsrc/: Style cleanup: use constant names for types where...
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 Woodingsrc/module-impl.lisp (output-c-excursion): Remove redun...
2016-05-29 Mark Woodingsrc/builtin.lisp (class-slot "init"): Fix declaration...
2016-05-29 Mark Woodingsrc/c-types-impl.lisp (arguments-lists-equal-p): Fix...
2016-05-29 Mark Woodingsrc/method-impl.lisp (compute-method-entry-functions...
2016-05-29 Mark Woodingsrc/c-types-impl.lisp: Fix mis-spelled function name.
2016-05-29 Mark Woodingsrc/c-types-parse.lisp: Cope if `*module-type-map*...
2016-05-29 Mark Woodingdoc/syntax.tex, src/sod-module.5: Document new C99...
2016-05-29 Mark Woodingdoc/syntax.tex: Refactor the <class-definition> syntax.
2016-05-29 Mark Woodingdoc/syntax.tex: Fix up the syntax notation.
2016-05-29 Mark Woodingdoc/syntax.tex, src/sod-module.5: Typeset `<qualifier...
2016-05-29 Mark Woodingsrc/class-finalize-impl.lisp: Reorder `flet'/`macrolet'.
2016-05-29 Mark Woodingsrc/method-proto.lisp: Fix boneheaded `:keyword' as...
2016-05-29 Mark Woodingsrc/class-make-impl.lisp: Don't store `nil' in the...
2016-05-29 Mark Woodingsrc/pset-proto.lisp (default-slot-from-property): Maybe...
2016-05-29 Mark Woodingsrc/*.lisp: Fix declared slot types.
2016-05-29 Mark Woodingsrc/parser/package.lisp: Do better at finding Gray...
2016-05-29 Mark Woodingsrc/*.asd.in: Load `auto.lisp' explicitly relative...
2016-05-29 Mark Woodingsrc/: Minor formatting tweaks.
2016-05-25 Mark Woodingsrc/c-types-test.lisp, src/test-base.lisp: Force pretty...
2016-05-25 Mark Woodingsrc/optparse.lisp: Rearrange system-specific stuff.
2016-05-25 Mark Woodingsrc/Makefile.am: Add current directory to ASDF source...
2016-05-25 Mark Woodingsrc/Makefile.am: Append `$(EXEEXT)' to placate newer...
2016-05-10 Mark WoodingRemove `SOD_CAR' from the public interface.
2016-01-10 Mark Woodingsrc/class-output.lisp (*instance-class*): Add a docstring.
2016-01-10 Mark Woodingsrc/parser/scanner-charbuf-impl.lisp: Replace pointless...
2015-11-25 Mark Woodingsrc/method-aggregate.lisp: `and' and `or' combinations...
2015-11-25 Mark Woodingsrc/c-types-parse.lisp: Actually emit the type complexity.
2015-11-17 Mark Woodingsrc/method-aggregate.lisp: Let `custom' methods have...
2015-11-17 Mark Woodingsrc/method-aggregate.lisp: New protocol for method...
2015-11-17 Mark Woodingsrc/method-aggregate.lisp: Store keyword list as a...
2015-11-17 Mark Woodingsrc/method-aggregate.lisp: Make the method count be...
2015-11-17 Mark Woodingsrc/pset-*.lisp: Allow parsing and retrieval of C types...
2015-11-17 Mark Woodingsrc/pset-proto.lisp: Remove the write wrapper for ...
2015-11-17 Mark Woodingsrc/module-parse.lisp: New statement to set module...
2015-11-17 Mark Woodingsrc/lexer-*.lisp: Add option to `error' to ignore non...
2015-11-17 Mark Woodingsrc/{builtin,c-types-{impl,parse}}.lisp: Add some more...
2015-11-17 Mark Woodingsrc/sod-test.asd.in: Fix the setting of the system...
2015-11-17 Mark WoodingFix spelling of `Sensible' in all of the header comments.
2015-11-07 Mark Woodinglib/, src/: Add man pages for the translator.
2015-11-07 Mark Woodingsrc/builtin.lisp, src/codegen-proto.lisp: Improve slot...
2015-11-07 Mark Woodingsrc/frontend.lisp: Report an error if no output types...
next