chiark / gitweb /
src/method-impl.lisp: Initialize `suppliedp' flags properly.
[sod] / doc /
2018-06-08 Mark Woodingdoc/concepts.tex: Fix garbled fragment ordering rules.
2018-06-08 Mark Woodingdoc/runtime.tex: Fix name of `SOD_XCHAIN' macro.
2018-06-08 Mark Woodingdoc/structures.tex, lib/sod-structs.3: Fix in-chain...
2018-06-08 Mark Woodingsrc/method-aggregate.lisp: Allow useful behaviour if...
2018-06-08 Mark Woodingdoc/intro.tex: Begin a (rather extensive) comparison...
2018-06-08 Mark Woodingdoc/Makefile.am, doc/sod.tex: Actually include the...
2018-06-08 Mark Woodingdoc/intro.tex: Fix erroneous `\manpage' to correct...
2018-06-08 Mark Woodingdoc/concepts.tex: Include diagram of standard method...
2018-06-08 Mark Woodingdoc/Makefile.am: Enable `\nonstopmode' in TeX processing.
2018-06-08 Mark Woodingdoc/Makefile.am: Abstract out repeated TeX arguments...
2018-06-08 Mark Woodingdoc/structures.tex: Fix variable reuse in keyword-args...
2018-06-08 Mark Woodingdoc/concepts.tex: Warn about allocating resources in...
2018-06-08 Mark Woodingdoc/concepts.tex: Fix missing superclass in a code...
2018-06-08 Mark Woodingdoc/concepts.tex: Fix copy-and-paste fail in `Destructi...
2018-06-08 Mark Woodingdoc/concepts.tex: Update `Slot initializers', about...
2018-06-08 Mark Woodingdoc/concepts.tex: A number of minor fixes.
2018-06-08 Mark Woodingsrc/class-make-impl.lisp: Introduce property to choose...
2018-06-08 Mark Woodingdoc/syntax.tex: Describe the built-in properties for...
2018-06-08 Mark Woodingdoc/syntax.tex: Give cross-ref to (stub) metaclass...
2018-06-08 Mark WoodingVarious, style: Generally prefer `: ' over ` : '.
2018-06-08 Mark Woodingdoc/: Work in progress.
2018-06-08 Mark Woodingdoc/refintro.tex: Introduction to reference section.
2018-06-08 Mark Woodingdoc/stdmeth.tex: A TikZ diagram of the standard method...
2018-06-08 Mark Woodingdoc/structures.tex, lib/sod-structs.3: Justify union...
2018-06-08 Mark Woodingdoc/structures.tex: Remove spurious line breaks in...
2017-07-22 Mark Woodingdoc/syntax.tex, src/sod-module.5: Add missing `<TYPE...
2017-07-22 Mark Woodingdoc/syntax.tex, src/sod-module.5: Abstract out <plain...
2017-07-22 Mark Woodingdoc/parsing.tex: Document missing `:ignore-unconsumed...
2017-07-22 Mark Woodingdoc/structures.tex, lib/sod-structs.3: Define variable...
2017-07-22 Mark Woodingdoc/{misc,parsing}.tex: Write <form> rather than <body...
2017-07-22 Mark Woodingdoc/{runtime,structures}.tex: Fix careless transfer...
2017-07-22 Mark Woodingdoc/meta.tex: Fix nonterminal `<...>' to `@<...>'.
2017-07-22 Mark Woodingdoc/: Align backslashes in C-macros by the right-hand...
2017-07-22 Mark Woodingdoc/: Align layout control commands to right margin...
2017-07-22 Mark Woodingdoc/sod.sty: Typeset code upright, even if surrounding...
2017-07-22 Mark Woodingdoc/output.tex: Add the `user' and `early-user' output...
2017-07-22 Mark Woodingdoc/sod.sty, doc/runtime.tex: Improve comment typesetti...
2017-07-22 Mark Woodingdoc/parsing.tex: Fix awful inconsistency in indentation.
2017-07-22 Mark Woodingdoc/syntax.tex: Replace `listing' environments with...
2017-07-22 Mark Woodingdoc/syntax.tex: Mention superclass list is mandatory.
2017-07-22 Mark Woodingdoc/runtime.tex: Remove stray space between `*' and...
2017-07-22 Mark Woodingdoc/syntax.tex: Fix wording error in description of...
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 Woodingdoc/list-exports.lisp: Insert correct Emacs dropping.
2017-07-22 Mark Woodingdoc/list-exports.lisp: Relatively mild changes for...
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 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 Woodingdoc/runtime.tex, lib/sod.3: Restructure the runtime...
2016-05-29 Mark Woodingdoc/concepts.tex: Reorganize the instance lifecycle...
2016-05-29 Mark Woodingdoc/: Miscellaneous clarifications and rewordings.
2016-05-29 Mark Woodingdoc/concepts.tex: Don't highlight `primary' as literal...
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 Woodinglib/: Pure C machinery for handling `keyword arguments...
2016-05-29 Mark Woodingdoc/runtime.tex: Demote the object-system support stuff...
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 Woodingdoc/sod.sty, doc/structures.tex: Use non-indenting...
2016-05-29 Mark Woodingdoc/sod.sty, doc/*.tex: New notation for line control...
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 WoodingAdd a new class slot `align', holding the instance...
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 Woodingdoc/clang.tex: Improve documentation of C type spec...
2016-05-29 Mark Woodingdoc/sod.sty, doc/*.tex: New command to reference `descr...
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/module-parse.lisp: Support multi-word item names...
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 Woodingdoc/: Use the correct notation for `->' arrows.
2016-05-29 Mark Woodingdoc/sod.sty: Make the `->' operator look like its compo...
2016-05-29 Mark Woodingdoc/sod.sty: Add a `describe' category for messages.
2016-05-29 Mark Woodingdoc/syntax.tex: Give the syntax chapter a little love.
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.
next