sod
2016-05-29 Mark Woodingtest/chimaera.sod: Make `Serpent' tickle tolerance...
2016-05-29 Mark Woodingtest/chimaera.sod: Reformatting.
2016-05-29 Mark Woodinglib/Makefile.am: Associate man pages with the code...
2016-05-29 Mark Woodinglib/Makefile.am: List headers before sources.
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/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.
2016-05-29 Mark Woodingdoc/syntax.tex: Fix up the syntax notation.
2016-05-29 Mark Woodingdoc/structures.tex: Better typesetting of structure...
2016-05-29 Mark Woodingdoc/structures.tex: Fix fake property lists for the...
2016-05-29 Mark Woodingdoc/structures.tex: Insert missing member name in struc...
2016-05-29 Mark Woodingdoc/runtime.tex: Highlight formal argument names.
2016-05-29 Mark Woodingdoc/clang.tex: Display the `fun' type specifier.
2016-05-29 Mark Woodingdoc/misc.tex (options): Add in missing argument form.
2016-05-29 Mark Woodingdoc/clang.tex: Fix function name.
2016-05-29 Mark Woodingdoc/clang.tex: No, `*sod-tmp-ap*' is not exported.
2016-05-29 Mark Woodingdoc/: Just some whitespace fiddling.
2016-05-29 Mark Woodingdoc/output.tex: Actually document the output symbols.
2016-05-29 Mark Woodingsrc/: Minor formatting tweaks.
2016-05-29 Mark WoodingSTYLE: Some minor wording fixes.
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 Woodingdoc/clang.tex: Order the table of `simple' C types...
2016-01-10 Mark Woodingdoc/: Bring the `SYMBOLS' file and description stubs...
2016-01-10 Mark Woodingsrc/class-output.lisp (*instance-class*): Add a docstring.
2016-01-10 Mark Woodingdoc/list-exports.lisp: Add in the obvious interactive...
2016-01-10 Mark Woodingdoc/list-exports.lisp: Add in some packaging boilerplate.
2016-01-10 Mark Woodingdoc/list-exports.lisp: Bind `*package*' while reading...
2016-01-10 Mark Woodingsrc/parser/scanner-charbuf-impl.lisp: Replace pointless...
2016-01-06 Mark Woodingdoc/lispintro.tex: Clarify and expound the API compatib...
2015-12-15 Mark Woodinglib/: Attach proper LGPL notices to files.
2015-12-15 Mark Woodingdoc/concepts.tex: Document changed `and' and `or' combi...
2015-12-15 Mark Woodingdoc/concepts.tex: Highlight method role names.
2015-12-15 Mark Woodinglib/sod.h: Mark-up fix.
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 Woodingdoc/concepts.tex: Provide a conceptual background.
2015-11-17 Mark Woodingdoc/clang.tex: Document `argument' accessors together.
2015-11-17 Mark Woodingdoc/syntax.tex: Remove pointless repeats on <declarator...
2015-11-17 Mark Woodingdoc/syntax.tex: Settle on <dotted-name> rather than...
2015-11-17 Mark Woodingdoc/syntax.tex: Allow `0' as an integer literal.
2015-11-17 Mark Woodingdoc/syntax.tex: Improve the syntax notation.
2015-11-17 Mark Woodingdoc/structures.tex: Fix section label.
2015-11-17 Mark Woodingdoc/structures.tex: Fix indentation error.
2015-11-17 Mark WoodingSTYLE: Minor tweakery.
2015-11-17 Mark Wooding.gitignore: Ignore more TeX debris.
2015-11-17 Mark WoodingFix spelling of `Sensible' in all of the header comments.
2015-11-07 Mark Woodingdebian/*.install: Distribute manpages with appropriate...
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...
2015-11-07 Mark Woodingsrc/c-types-proto.lisp: Make `argument' objects be...
2015-11-07 Mark Woodingsrc/: Wrap functionish bodies in an appropriately named...
2015-10-08 Mark Woodingdoc/output.tex: Start documenting the output machinery.
2015-10-08 Mark Woodingdoc/sod.tex: Spruce up the index handling.
2015-10-08 Mark WoodingSTYLE: Zap trailing whitespace.
2015-10-08 Mark Woodingsrc/module-output.lisp, test/chimaera.sod: Add output...
2015-10-08 Mark Woodingsrc/sod-{frontend,test}.asd.in: Define systems in separ...
2015-10-08 Mark Woodingsrc/output-{proto,impl}.lisp: `sequencer''s :constraint...
2015-10-08 Mark Woodingsrc/class-output.lisp: Reformat and reorder.
2015-10-08 Mark Woodingsrc/utilities.lisp (merge-lists): Make default tie...
2015-10-08 Mark Woodingsrc/utilities.lisp: Use `do' in place of unnecessary...
2015-10-08 Mark Woodingsrc/utilities.lisp: Fix another docstring's formatting.
2015-10-01 Mark Woodingdoc/: Initial work on an index.
2015-10-01 Mark WoodingSTYLE: Document Lisp programming style.
2015-09-23 Mark Woodingsrc/Makefile.am: Reinstate ASDF output translations.
2015-09-23 Mark Woodingdoc/SYMBOLS, doc/list-exports.lisp: Nail down output...
2015-09-23 Mark Woodingdoc/: More Lisp synopses.
2015-09-23 Mark Woodingdoc/sod.sty: More describe categories.
2015-09-23 Mark Woodingsrc/class-output.lisp: Use `vtable-name' rather than...
next