lib/sod-hosted.c (sod_makev): Use two statements rather than tricky expression.
[sod] / test /
2019-10-06 Mark WoodingStatic instance support.
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-10 Mark Woodingtest/kwbench.c, etc.: Tidy up and publish the keyword...
2019-08-10 Mark Woodingsrc/class-finalize-impl.lisp: Check for duplicates...
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 Woodingtest/test.sod: Add a test for the class-pointer type...
2019-08-08 Mark Woodingsrc/: Write dependency-tracking Makefile fragments.
2019-08-03 Mark Woodingsrc/builtin.lisp: Keep the first initarg in the list.
2018-07-09 Mark Woodingtest/test.sod: Test that class initializers work properly.
2018-07-09 Mark Woodingtest/test.sod: Add a licensing notice.
2018-06-08 Mark WoodingMerge branches 'mdw/doc-reorg' and 'mdw/parser-fixes'
2018-06-08 Mark Woodingtest/: Add a simple rational-number class.
2018-06-08 Mark Woodingtest/test.sod: Abbreviate the T1 class nicknames.
2018-06-08 Mark Woodingsrc/method-aggregate.lisp: Allow useful behaviour if...
2018-06-08 Mark WoodingVarious, style: Generally prefer `: ' over ` : '.
2017-07-22 Mark Woodingsrc/method-proto.lisp (invoke-delegation-chain): Pass...
2017-07-22 Mark Woodingsrc/method-proto.lisp: Set `*keyword-struct-disposition...
2016-05-29 Mark Woodingtest/Makefile.am: Distribute the test program source.
2016-05-29 Mark WoodingMerge branches 'mdw/kwargs' and 'mdw/c11'
2016-05-29 Mark WoodingNew feature: initialization keyword arguments.
2016-05-29 Mark WoodingReplace the `init' class-slot function with an `init...
2016-05-29 Mark Woodinglib/: Pure C machinery for handling `keyword arguments...
2016-05-29 Mark WoodingMerge branches 'mdw/kwargs-fixes' and 'mdw/c11-fixes'
2016-05-29 Mark Woodingtest/test.sod: New file containing miscellaneous tests.
2016-05-29 Mark Woodingtest/chimaera.{sod,ref}: Make `Chimaera' less tolerant...
2016-05-29 Mark Woodingtest/chimaera.sod: Make `Serpent' tickle tolerance...
2016-05-29 Mark Woodingtest/chimaera.sod: Reformatting.
2015-11-17 Mark WoodingFix spelling of `Sensible' in all of the header comments.
2015-10-08 Mark Woodingsrc/module-output.lisp, test/chimaera.sod: Add output...
2015-09-14 Mark WoodingMerge branch 'master' into doc
2015-09-07 Mark Woodingtest/chimaera.sod: Reorder Serpent tickling decision.
2015-09-07 Mark Woodingtest/chimaera.sod: Use the macros for sending messages.
2015-08-30 Mark Woodinglib/sod.h, test/chimaera.sod: Promote `SOD_DECL' to...
2015-08-30 Mark Woodingtest/: Make `nml.tickle' be a `progn' method.
2015-08-30 Mark Woodingtest/chimaera.sod: Don't use `(void)' for message argum...
2015-08-19 Mark WoodingInclude test machinery in the new build system.
2015-08-17 Mark Woodingtest/chimaera.sod: Introduce a macro for stack-allocati...
2015-08-15 Mark Woodingtest/chimaera.sod: Attach some driver code to test it.
2015-08-15 Mark Woodingtest/chimaera.sod: Fix the example so that it compiles.
2010-07-02 Mark WoodingMassive reorganization in progress.