sod
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...
2019-08-08 Mark Woodingsrc/class-layout-impl.lisp: Fix class pointers in secon...
2019-08-08 Mark Woodingsrc/class-finalize-impl.lisp: Fix bungled format string.
2019-08-08 Mark Woodingsrc/optparse.lisp: Muffle warnings about `&optional...
2019-08-08 Mark Woodingdoc/check-docs: Return nonzero if discrepancies are...
2019-08-08 Mark Woodingsrc/: Write dependency-tracking Makefile fragments.
2019-08-08 Mark Woodingsrc/module-output.lisp: Introduce `module-output-file'.
2019-08-08 Mark Woodingsrc/parser/parse-expr-{proto,impl}.lisp: Fully hide...
2019-08-08 Mark Woodingvars.am: Add GNU Make pattern rules for Sod output...
2019-08-08 Mark Woodingdoc/list-exports: Use the same output directory as...
2019-08-08 Mark Woodingsrc/module-impl.lisp: Indent the first line of a C...
2019-08-08 Mark Woodingdoc/concepts.tex, src/optparse.lisp: Rephrasing respect...
2019-08-08 Mark Woodingdoc/concepts.tex, doc/syntax.tex: Replace `\textsf...
2019-08-07 Mark Woodingdoc/*.tex: Add stubs for `file-location' reader methods.
2019-08-07 Mark Woodingdoc/check-docs: Add a program to check that the right...
2019-08-07 Mark Woodingdoc/*.tex: Add, remove, and/or fix stubs to match reality.
2019-08-07 Mark Woodingdoc/meta.tex: Rearrange the initargs stubs.
2019-08-07 Mark Woodingdoc/meta.tex: Add missing return values for `make-sod...
2019-08-07 Mark Woodingdoc/meta.tex: Delete stubs for obsolete `define-sod...
2019-08-07 Mark Woodingdoc/misc.tex: Clarify that `augment-options' is in...
2019-08-07 Mark Woodingdoc/parsing.tex: Reorganize the parsing-syntax section.
2019-08-07 Mark Woodingdoc/clang.tex: Clarify that `c-function-arguments'...
2019-08-07 Mark Woodingdoc/*.tex: Minor source-level reformatting.
2019-08-07 Mark Woodingdoc/sod.sty: Provide explicit description labelling...
2019-08-07 Mark Woodingdoc/sod.sty: Rewrite `\descref' to support a [MOD]...
2019-08-07 Mark Woodingdoc/sod.sty: Make the `modindex' and `modlabel' argumen...
2019-08-07 Mark Woodingdoc/sod.sty: Keep `muffs' and `kwd' names decorated.
2019-08-07 Mark Woodingdoc/sod.sty: Rename the default modifier to `plain'.
2019-08-07 Mark Woodingdoc/sod.sty: Make `\fmtspecs' be external again.
2019-08-07 Mark Woodingdoc/clang.tex, doc/layout.tex: Add labels and indexing...
2019-08-07 Mark Woodingsrc/codegen-impl.lisp: Remove the `setf' writer for...
2019-08-07 Mark Woodingsrc/parser/streams-impl.lisp: Use slot accessor rather...
2019-08-07 Mark Woodingsrc/method-proto.lisp: Use new `definst' private-slot...
2019-08-07 Mark Woodingsrc/codegen-proto.lisp: Delete obsolete `HACK' warning.
2019-08-07 Mark Woodingsrc/*.lisp: Add missing exports.
2019-08-07 Mark Woodingdoc/SYMBOLS: Distinguish c-type and parser (atomic...
2019-08-06 Mark Woodingdoc/list-exports: Executables shouldn't have language...
2019-08-06 Mark Woodingdoc/list-exports.lisp: Document and lightly reformat.
2019-08-06 Mark Woodingdoc/list-exports.lisp: Forbid bad slot names in private...
2019-08-06 Mark Woodingdoc/list-exports.lisp (pretty-symbol-name): Don't hide...
2019-08-06 Mark Woodingdoc/list-exports.lisp (best-package-name: Don't sort...
2019-08-06 Mark Woodingsrc/c-types-parse.lisp: Rename slots with public names.
2019-08-06 Mark Woodingsrc/codegen-proto.lisp (definst): Name the argnames...
2019-08-06 Mark Woodingdoc/list-exports.lisp: Categorize `setf'-functions...
2019-08-05 Mark Woodingsod/doc.sty: Reorganize and improve documentation.
2019-08-05 Mark Woodingdoc/sod.sty, etc.: Remove `type' category code.
2019-08-05 Mark Woodingdoc/sod.sty: Unpublish `\fmtspecs'.
2019-08-05 Mark Woodingdoc/sod.sty: Get `\@scripts' to cope if `_' isn't active.
2019-08-05 Mark Woodingdoc/sod.sty: Debug `@;'.
2019-08-05 Mark Woodingdoc/sod.sty: Get `@--...' to typeset a sequence of...
2019-08-05 Mark Woodingdoc/sod.sty: Rewrite `@-' to cope with other things...
2019-08-05 Mark Woodingdoc/sod.sty: Hoist `\@ifnextchar@preserve' further up.
2019-08-05 Mark Woodingsrc/parser/streams-{proto,impl}.lisp: Publish classes...
2019-08-05 Mark Woodingdoc/misc.tex: Mention that `int' is magically exported.
2019-08-05 Mark Woodingdoc/misc.tex: Include missing return values in synopses.
2019-08-05 Mark Woodingdoc/Makefile.am, doc/sod.tex: Include package version...
2019-08-05 Mark WoodingNOTES: New file of things to think about.
2019-08-05 Mark WoodingMakefile.am: Distribute the `STYLE' guide.
2019-08-05 Mark Woodingasdf-hack.lisp.in: Shore up and distribute.
2019-08-05 Mark WoodingMakefile.am: Ship `emacs-hacks.el' on the offchance.
2019-08-05 Mark Woodinglib/sod.h (SOD_DECL): Check that we allocated the right...
2019-08-05 Mark Woodinglib/sod.h: Introduce `SOD_RECKLESS' feature macro to...
2019-08-05 Mark Woodingdoc/runtime.tex: Suggest asserting that a stack-allocat...
2019-08-05 Mark Woodinglib/sod.3: Add missing documentation.
2019-08-05 Mark Woodingsrc/output-proto.lisp: Fix some bad indentation.
2019-08-04 Mark Woodingfrontend.lisp: Add hooks for extensions to add new...
2019-08-04 Mark Woodingsrc/optparse.lisp: Cope with options which don't have...
2019-08-04 Mark Woodingsrc/optparse.lisp: Don't print options which have no...
2019-08-04 Mark Woodingsrc/frontend.lisp: Add a function to update the `*usage...
next