chiark / gitweb /
src/method-impl.lisp: Initialize `suppliedp' flags properly.
[sod] / lib /
2018-06-08 Mark Woodingdoc/structures.tex, lib/sod-structs.3: Fix in-chain...
2018-06-08 Mark WoodingVarious, style: Generally prefer `: ' over ` : '.
2018-06-08 Mark Woodingdoc/structures.tex, lib/sod-structs.3: Justify union...
2018-06-08 Mark Woodinglib/sod-structs.3: Move the definition of type $C$...
2018-06-08 Mark Woodinglib/sod-structs.3: Fix misnamed `struct SodClass__ilayout'.
2018-06-07 Mark Woodinglib/keyword.h: Some minor fixes to comments.
2017-07-22 Mark Woodingdoc/structures.tex, lib/sod-structs.3: Define variable...
2017-07-22 Mark Woodinglib/sod.h: Fix bungled varargs support macro.
2016-05-29 Mark WoodingMerge branches 'mdw/kwargs' and 'mdw/c11'
2016-05-29 Mark WoodingNew feature: proper object lifecycle protocol; init...
2016-05-29 Mark WoodingReplace the `init' class-slot function with an `init...
2016-05-29 Mark WoodingCompatibility: the `init' function no longer calls...
2016-05-29 Mark Woodingdoc/runtime.tex, lib/sod.3: Restructure the runtime...
2016-05-29 Mark WoodingNew feature: messages with keyword arguments!
2016-05-29 Mark Woodinglib/: Pure C machinery for handling `keyword arguments...
2016-05-29 Mark WoodingAdd a new class slot `align', holding the instance...
2016-05-29 Mark WoodingMerge branches 'mdw/kwargs-fixes' and 'mdw/c11-fixes'
2016-05-29 Mark WoodingImprove checking for C99-style varargs macros.
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-10 Mark WoodingRemove `SOD_CAR' from the public interface.
2015-12-15 Mark Woodinglib/: Attach proper LGPL notices to files.
2015-12-15 Mark Woodinglib/sod.h: Mark-up fix.
2015-11-17 Mark WoodingFix spelling of `Sensible' in all of the header comments.
2015-11-07 Mark Woodinglib/, src/: Add man pages for the translator.
2015-09-17 Mark WoodingMerge branch 'master' into doc
2015-09-17 Mark Woodinglib/sod-structs.3: Some clarifications and typesetting...
2015-09-14 Mark WoodingMerge branch 'master' into doc
2015-09-12 Mark Woodingvars.am, lib/: Add some manual pages for the library.
2015-09-12 Mark Woodinglib/sod.h: Arrange that `SOD_XCHAIN' returns `void *'.
2015-09-12 Mark Woodinglib/sod.h, src/class-output.lisp: Rename `SOD__CAR...
2015-09-09 Mark Woodinglib/sod.h: Make the `_vt' member of `sod_instance'...
2015-09-04 Mark Woodinglib/sod.h, src/class-{output,utilities}.lisp: Macros...
2015-08-30 Mark Woodinglib/sod.h, test/chimaera.sod: Promote `SOD_DECL' to...
2015-08-25 Mark Woodinglib/sod.[ch]: The runtime library is LGPL.
2015-08-25 Mark Woodingvars.am, */Makefile.am: Improve silent-rules building.
2015-08-25 Mark Woodinglib/sod.[ch]: Name instance arguments `obj', not `p'.
2015-08-25 Mark Woodinglib/sod.[ch] (sod_convert): Make the instance argument...
2015-08-19 Mark WoodingFactor common Makefile definitions into a `vars.am...
2015-08-19 Mark WoodingIntroduce a proper build system and clear away old...
2015-08-15 Mark Woodinglib/sod.h: New macro `SOD_INSTBASE' to find the allocat...
2010-07-02 Mark WoodingMassive reorganization in progress.