Abandoned atoms work: hardly any performance benefit.
[sod] / doc /
2019-08-03 Mark Woodingdoc/concepts.tex: Add some clarifications about initargs.
2019-08-03 Mark Woodingdoc/concepts.tex: Briefly explain translation-time...
2019-08-03 Mark Woodingdoc/concepts.tex: Delete `no way to discover alignment...
2019-08-03 Mark Woodingdoc/misc.tex: Document many utilities.
2019-08-03 Mark Woodingdoc/misc.tex: Fix keyword argument name in `find-duplic...
2019-08-03 Mark Woodingdoc/misc.tex: `parse-body' is a function, not a macro.
2019-08-03 Mark Woodingdoc/misc.tex: Recategorize some descriptions.
2019-08-03 Mark Woodingdoc/structures.tex: Confess to a slight lie about heade...
2019-08-03 Mark Woodingdoc/: Invent an override for `\xref' categories, and...
2019-08-03 Mark Woodingdoc/concepts.tex: Link to `SodObject' for the `init...
2019-08-03 Mark Woodingdoc/concepts.tex: Fix subclass/superclass confusion.
2019-08-03 Mark Woodingdoc/sod.sty: Highlight hyperlinks to descriptions better.
2019-08-03 Mark Woodingdoc/sod.sty: Index `*earmuffs*' and `:keywords' more...
2019-08-03 Mark Woodingdoc/sod.sty: Let the modifier control labelling and...
2019-08-03 Mark Woodingdoc/sod.sty: Rename `descmod' to `modcat'.
2019-08-03 Mark Woodingdoc/sod.sty: Hoist `\@desc@dispatch' above its call...
2019-08-03 Mark Woodingdoc/sod.sty: Forbid page breaks between description...
2019-08-03 Mark Woodingdoc/sod.sty: Make internal PDF links go to the right...
2019-08-03 Mark Woodingdoc/runtime.tex: Line-wrapping failure.
2019-08-03 Mark Woodingdoc/structures.tex: Mention that the Sod examples are...
2019-08-03 Mark Woodingdoc/structures.tex: Missing line break.
2019-08-03 Mark Woodingdoc/concepts.tex: Fix description of C-fragment syntax.
2019-08-03 Mark Woodinglib/keyword.3, doc/concepts.tex: Mention performance...
2019-08-03 Mark Woodingdoc/: Fix <metasyntactic-variable>s which were missing...
2019-08-03 Mark Woodingsrc/class-make-{proto,impl}.lisp: Don't make duplicate...
2019-08-03 Mark Woodingsrc/class-make-{proto,impl}.lisp, ...: Use &key rather...
2019-08-03 Mark Woodingdoc/meta.tex: Use correct names for `make-sod-MUMBLE...
2019-08-03 Mark Woodingsrc/classes.lisp: Give initargs a useful print represen...
2019-08-03 Mark Woodingsrc/parser/floc-proto.lisp, src/utilities.lisp: Move...
2019-08-03 Mark Woodingsrc/utilities.lisp: Convert merge candidates to present...
2019-08-03 Mark Woodingdoc/misc.tex: Divide `Miscellaneous utilities' into...
2019-08-03 Mark Woodingdoc/sod.sty: Allow setting the description modifier...
2019-08-03 Mark Woodingdoc/sod.sty, doc/*.tex: Support category-specific argum...
2019-08-03 Mark Woodingdoc/sod.sty: Add indirection for printing modified...
2019-08-03 Mark Woodingdoc/sod.sty: Typeset method roles as keywords in descri...
2019-08-03 Mark Woodingdoc/sod.sty: Handle `setf' functions and friends in...
2019-08-03 Mark Woodingdoc/sod.sty, doc/*.tex: Put optional explicit name...
2019-08-03 Mark Woodingdoc/concepts.tex: Clearly distinguish between types...
2019-08-03 Mark Woodingdoc/concepts.tex: Explicitly define `instances' clearly.
2019-08-03 Mark Woodingdoc/structures.tex, lib/sod-structs.3: Fix unclear...
2019-08-03 Mark Woodingdoc/*.tex: Delete duplicate description entries.
2019-08-03 Mark Woodingdoc/clang.tex: Remove indexing override for `setf'...
2019-08-03 Mark Woodingdoc/misc.tex: Fix copied-and-pasted section label.
2019-08-03 Mark Woodingdoc/parsing.tex: Zap a stray `>'.
2019-08-03 Mark Woodingdoc/clang.tex: Fix some slightly garbled text.
2019-08-03 Mark Woodingdoc/sod.sty: Reorder description-head arguments.
2019-08-03 Mark Woodingdoc/sod.sty: Add commentary to help following `\parse...
2019-08-03 Mark Woodingdoc/sod.tex: Pull index sub-items into their own paragr...
2019-08-03 Mark Woodingdoc/sod.sty: Add `fixme' notices to the index.
2019-08-03 Mark Woodingdoc/syntax.tex: Add property definitions to module...
2019-08-03 Mark Woodingdoc/syntax.tex: Add module- and class-level productions...
2019-08-03 Mark Woodingdoc/syntax.tex: Expand on what modules are.
2019-08-03 Mark Woodingdoc/syntax.tex: Hoist `Properties' to section level...
2019-08-03 Mark Woodingdoc/syntax.tex: Hoist `C-types' to section level.
2019-08-03 Mark Woodingdoc/syntax.tex: Promote `Integer literals' to subsection.
2019-08-03 Mark Woodingdoc/concepts.tex: Fix description of merging keyword...
2019-08-03 Mark Woodingdoc/concepts.tex: Add cross-ref to conversions in slot...
2019-08-03 Mark Woodingdoc/concepts.tex: Delete fixme-ref to direct instances.
2019-08-03 Mark Woodingdoc/structures.tex: Put two spaces between sentences.
2019-08-03 Mark Woodingdoc/refintro.tex: Describe a fancy feature of the synta...
2019-08-03 Mark Woodingdoc/concepts.tex: Fix vertical space above subsections.
2019-08-03 Mark Woodingdoc/concepts.tex: Replace prose description by a source...
2019-08-03 Mark Woodingdoc/concepts.tex: Fix superclass/subclass confusion.
2019-08-03 Mark Woodingdoc/concepts.tex: Fix directed-graph terminology.
2019-08-03 Mark Woodingdoc/*.tex: Prefer @|...| over @"..." for general typese...
2019-08-03 Mark Woodingsrc/pset-impl.lisp: Decode C fragments as property...
2019-08-03 Mark Woodingsrc/module-{proto,impl}.lisp: Publish fragments properly.
2019-07-27 Mark Woodingdoc/concepts.tex: Start work on documenting metaclasses.
2019-07-27 Mark Woodingdoc/concepts.tex: Add class-precedence-list examples...
2019-07-27 Mark Woodingdoc/concepts.tex: Mention class-slot initializers;...
2019-07-27 Mark Woodingdoc/concepts.tex: Rearrange message-sending documentation.
2019-07-27 Mark Woodingdoc/concepts.tex: Fix cross-reference to compatibility...
2019-07-27 Mark Woodingdoc/*.tex: Use `\fixme' macro rather than `[FIXME]...
2019-07-27 Mark Woodingdoc/concepts.tex: Missing blank line before subsection.
2019-07-27 Mark Woodingdoc/concepts.tex: Centre the (overwide) method-combinat...
2019-07-27 Mark Woodingdoc/sod.sty: Add `lit' TikZ style for literal text.
2018-07-09 Mark Woodingdoc/: A bibliography! With citations!
2018-07-09 Mark Woodingsrc/utilities.lisp, src/class-finalize-impl.lisp: Add...
2018-07-09 Mark Woodingsrc/: Check that methods are compatible during class...
2018-07-09 Mark Woodingsrc/: Lift keyword-argument protocol from effective...
2018-07-09 Mark Woodingsrc/class-layout-impl.lisp: Abstract out `sod-message...
2018-07-09 Mark Woodingdoc/sod.sty, doc/concepts.tex: Pull out common style...
2018-07-09 Mark Woodingdoc/sod.sty: Add `\fixme' macro for making omissions...
2018-07-09 Mark Woodingdoc/sod.tex: Number mathematical things within sections.
2018-07-09 Mark Woodingsrc/class-output.lisp: Generate more general class...
2018-07-09 Mark Woodingsrc/module-{proto,impl}.lisp, etc.: Don't output errone...
2018-07-09 Mark Woodingsrc/class-finalize-{proto,impl}.lisp: Check class slot...
2018-07-09 Mark Woodingsrc/: Make `find-class-initializer' be a proper part...
2018-07-09 Mark Woodingsrc/: Guess the metaclass early, unless we're explicitl...
2018-07-09 Mark Woodingsrc/pset-impl.lisp: Introduce a property type for booleans.
2018-07-09 Mark Woodingsrc/final.lisp: Add a new function for testing property...
2018-07-09 Mark Woodingsrc/pset-proto.lisp: Export `default-slot-from-property'.
2018-06-22 Mark Woodingdoc/sod.sty: Make spacing in `\lit' be more even.
2018-06-22 Mark Woodingdoc/sod.tex: Don't print the `Index' header in uppercase.
2018-06-22 Mark Woodingdoc/: Some minor tweaks and corrections.
2018-06-21 Mark Woodingdoc/sod.tex: Capture `\label' from inside `\part{....
2018-06-09 Mark Woodingdoc/structures.tex, lib/sod-structs.3: Fix description...
2018-06-09 Mark Woodingdoc/intro.tex: Strengthen the argument about C++ a...
2018-06-09 Mark Woodingdoc/: Fix various unfortunate garblings.
2018-06-09 Mark Woodingdoc/concepts.tex: Fix description of standard method...
next