sod
2020-06-23 Mark Wooding@@@ progfmt wip mdw/progfmt
2020-06-23 Mark Woodingdoc/tut/greeter0/: Initial `greeter' example.
2020-06-23 Mark Woodingdoc/tutorial.tex: Fix option-dash formatting.
2020-06-23 Mark Woodingdoc/: Minor cleanups, as a result of a spell-check...
2020-06-23 Mark Woodingdoc/concepts.tex: Make use of the concept of `inconsist...
2020-06-23 Mark Woodingdoc/concepts.tex: Emphasize a defining occurrence of...
2020-06-23 Mark Woodingdoc/misc.tex (aif): Spell out `alternative' in full.
2020-06-23 Mark Woodingdoc/concepts.tex: Add footnote compring Sod and CLOS...
2020-06-23 Mark Woodingdoc/misc.tex: Describe a couple of default methods...
2020-06-23 Mark Woodingsrc/utilities.lisp: Spell `locative' in full for the...
2020-06-23 Mark Woodingdoc/sod.sty: Report errors for undeclared description...
2020-06-23 Mark Woodingdoc/concepts.tex: Apparently `aging' is predominantly...
2020-06-23 Mark Woodingdoc/clang.tex: Fix incorrect description category.
2020-06-23 Mark Woodinglib/keyword.3.in, lib/sod-structs.3.in: Use `.VS' and...
2020-06-23 Mark Woodingman pages: Split out the common preamble and insert...
2020-06-07 Mark Woodingsrc/Makefile.am: Build `sod' if we're just distributing.
2020-06-07 Mark Woodingdoc/cutting-room-floor.tex: Add a diagram of Smalltalk...
2020-06-07 Mark Woodingdoc/sod.sty: Adjust the default dash pattern.
2020-06-07 Mark Woodingdoc/concepts.tex: Fix misformatting.
2020-06-07 Mark Woodingdoc/Makefile.am: Preserve `~' correctly in the version...
2019-10-07 Mark Woodingconfigure.ac: Complicate ASDF version-number generation.
2019-10-07 Mark Woodingdebian/: Ship `symbols' file for better downstream...
2019-10-07 Mark Woodingdebian/changelog: Prepare for next version.
2019-10-07 Mark Woodingdebian/: Bump to Debhelper 10.
2019-10-06 Mark WoodingStatic instance support.
2019-10-06 Mark Woodingsrc/class-output.lisp: Leave `*instance-class*' unbound...
2019-10-06 Mark Woodingsrc/class-make-{proto,impl}.lisp: Don't always add...
2019-10-06 Mark Woodingsrc/method-impl.lisp, etc.: Add a `readonly' message...
2019-10-06 Mark Woodingsrc/method-{proto,impl}.lisp: Abstract out the receiver...
2019-10-06 Mark Woodingc-types-proto.lisp (canonify-qualifiers): Delete `nil...
2019-10-06 Mark Woodingdoc/list-exports: Use `documentation' to find more...
2019-10-06 Mark Woodingdoc/check-docs (scansyms): Stop trying to parse at...
2019-10-06 Mark Woodingdoc/output.tex: Add a missing member reference in vtabl...
2019-08-31 Mark Woodingdoc/: Switch to a manually maintained bibliography...
2019-08-31 Mark Woodingconfigure.ac, doc/Makefile.am: Ship the bibliography...
2019-08-31 Mark Woodingdebian/: Fix build-dependencies for building the manual.
2019-08-31 Mark Woodingconfigure.ac, doc/Makefile.am: Overhaul LaTeX building.
2019-08-24 Mark Woodingdoc/sod.tex: Print the build version in the inside...
2019-08-24 Mark Woodingdoc/...: Fix `\textbar' properly, and use plain `|'.
2019-08-24 Mark Woodingdoc/sod.sty: Don't convert `_' to `-' in `\descref...
2019-08-24 Mark Woodingdoc/output.tex: Replace the old output-item comments...
2019-08-24 Mark Woodingdoc/output.tex: Fix synopsis for `sequence-output'...
2019-08-24 Mark Woodingdoc/sod.sty: Reintroduce toplevel `\kill' into `prog...
2019-08-24 Mark Woodingdoc/sod.sty: Reformat `\@prog' so that we can add more...
2019-08-24 Mark Woodingdoc/sod.tex: Include `longtable'.
2019-08-24 Mark Woodingdoc/sod.tex: Leave a space for an `\includeonly' directive.
2019-08-24 Mark Woodingdoc/sod.tex: Cope if `\pkgversion' isn't defined.
2019-08-24 Mark Woodingsrc/method-proto.lisp: Reflow a docstring paragraph.
2019-08-24 Mark Woodingsrc/class-output.lisp: Add docstrings to the `hook...
2019-08-24 Mark Woodingsrc/class-output.lisp: Split up `hook-output' on `sod...
2019-08-24 Mark Woodingsrc/class-output.lisp: Replace `Classes' with a more...
2019-08-24 Mark Woodingsrc/output-proto.lisp, etc. (hook-output): Use standard...
2019-08-22 Mark Woodingsrc/module-parse.lisp (code): Allow setting constraints...
2019-08-22 Mark Woodingsrc/module-parse.lisp (code): Prepare for an additional...
2019-08-22 Mark Woodingsrc/module-parse.lisp (code): Hoist complex sub-items...
2019-08-22 Mark Woodingdoc/syntax.tex: Give the REASON in a `code' definition...
2019-08-22 Mark Woodingdebian/control: Replace ancient `${Source-Version}...
2019-08-22 Mark WoodingMakefile.am, test/Makefile.am: Add missing cleaning.
2019-08-22 Mark Woodingtest/Makefile.am: Make the stanzas more consistent.
2019-08-22 Mark Woodingtest/Makefile.am: Disentangle `test' from `bad', and...
2019-08-22 Mark Woodingtest/Makefile.am: Distribute `bad.sod' and `bad.ref'.
2019-08-21 Mark WoodingReorganize some of the more random files.
2019-08-21 Mark Woodingsod.m4: The ACTION-IF-LIBRARY-FOUND should replace...
2019-08-20 Mark Woodingsod.m4: Provide an Autoconf snippet for dependent packages.
2019-08-20 Mark Woodingvars.am: Add missing `-M' in suffix-rules command.
2019-08-20 Mark Woodingsrc/parser/parser-proto.lisp: Fix bogus indentation.
2019-08-20 Mark Woodingsrc/lexer-{proto,impl}.lisp, src/pset-parse.lisp: Other...
2019-08-20 Mark Woodingdoc/syntax.tex: Reformat the various grammar fragments.
2019-08-20 Mark Woodingdoc/refintro.tex: Explain what parentheses mean in...
2019-08-20 Mark Woodingdoc/refintro.tex: Split the syntax notation into subsec...
2019-08-20 Mark Woodingdoc/refintro.tex: Fix indexed-nonterminal argument...
2019-08-20 Mark Woodingdoc/refintro.tex: Hoist $\epsilon$ to the top of the...
2019-08-20 Mark Woodingdoc/Makefile.am: Add missing entry for `refintro.tex'.
2019-08-20 Mark Woodingsrc/pset-parse.lisp: Replace `dispatch' by some more...
2019-08-20 Mark Woodingsrc/pset-parse.lisp: Add a little vertical space and...
2019-08-20 Mark Woodingsrc/pset-parse.lisp: Parse and evaluate expressions...
2019-08-19 Mark Woodingsrc/pset-parse.lisp: Remove the pointless `flet' function.
2019-08-19 Mark Woodingsrc/pset-parse.lisp: Bring `dispatch' within `parse...
2019-08-13 Mark Woodingsrc/parser/parser-expr-proto.lisp: Get `expr' to cache...
2019-08-12 Mark Woodingsrc/pset-proto.lisp: Print type names in lowercase...
2019-08-12 Mark Woodingsrc/pset-impl.lisp: Accept `yup' and `nope' as booleans.
2019-08-12 Mark Woodingsrc/pset-impl.lisp: Convert strings to booleans using...
2019-08-12 Mark Woodingsrc/: Use gender-neutral language in commentary.
2019-08-12 Mark Woodingsrc/frontend.lisp: Remove unnecessary `:shadowing-impor...
2019-08-12 Mark Woodingdoc/syntax.tex: Clarify the term `root class'.
2019-08-12 Mark Woodingdoc/syntax.tex: Fix source formatting.
2019-08-10 Mark Woodingdoc/clang.tex: Remove redundant `\textbf{...}' inside...
2019-08-10 Mark WoodingRecognize the <stdint.h> integer types.
2019-08-10 Mark Woodingdoc/clang.tex: Squish the `\desclabel' mess for simple...
2019-08-10 Mark Woodingtest/kwbench.c, etc.: Tidy up and publish the keyword...
2019-08-10 Mark Woodingsrc/module-impl.lisp, src/module-parse.lisp: Set module...
2019-08-10 Mark Woodingsrc/utilities.lisp, doc/misc.tex: Fix up `find-duplicates'.
2019-08-10 Mark Woodingsrc/class-finalize-impl.lisp: Check for duplicates...
2019-08-10 Mark Woodingsrc/parser/parser-proto.lisp: Muffle a `&optional ...
2019-08-10 Mark Woodingsrc/package.lisp, etc.: Muffle warnings about exported...
2019-08-10 Mark Woodingsrc/method-proto.lisp: Maybe ignore the layout pointer...
2019-08-10 Mark Woodingsrc/method-proto.lisp: Collect arguments in vanilla...
2019-08-10 Mark Woodingtest/bad.sod: Test error reporting and recovery.
2019-08-10 Mark Woodingsrc/module-parse.lisp: Eliminate the old `demo' module...
2019-08-10 Mark Woodingtest/test.sod: Add a test for the class-pointer type...
next