lib/sod-hosted.c (sod_makev): Use two statements rather than tricky expression.
[sod] / src /
2021-02-20 Mark Woodingsrc/parser/floc-proto.lisp: Use correct function for...
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-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 WoodingMakefile.am, test/Makefile.am: Add missing cleaning.
2019-08-21 Mark WoodingReorganize some of the more random files.
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 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-10 Mark WoodingRecognize the <stdint.h> integer types.
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 Woodingsrc/module-parse.lisp: Eliminate the old `demo' module...
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 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 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-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-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-05 Mark Woodingsrc/parser/streams-{proto,impl}.lisp: Publish classes...
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...
2019-08-04 Mark Woodingsrc/frontend.lisp: Make the option parser available...
2019-08-04 Mark Woodingsrc/codegen-proto.lisp (definst): Overhaul argument...
2019-08-04 Mark Woodingsrc/module-impl.lisp (find-file): Take a home path...
2019-08-04 Mark Woodingsrc/: Use the `optparse' package in `sod-user'.
2019-08-04 Mark Woodingsrc/utilities.lisp: Share `int' to `sod' and `optparse...
2019-08-03 Mark Woodingsrc/utilities.lisp (dosequence): Capture SEQ as a varia...
2019-08-03 Mark Woodingsrc/utilities.lisp (compose): Handle the case of zero...
2019-08-03 Mark Woodinglib/keyword.h, src/method-impl.lisp: Check user keyword...
2019-08-03 Mark Woodinglib/keyword.c, src/method-impl.lisp: Use `kw.valist...
2019-08-03 Mark Woodingsrc/builtin.lisp: Keep the first initarg in the list.
2019-08-03 Mark Woodingsrc/builtin.lisp: Don't assume we have an initializer...
2019-08-03 Mark Woodingsrc/class-make-impl.lisp: Attach initargs in the correc...
2019-08-03 Mark Woodingsrc/class-make-{proto,impl}.lisp: Don't make duplicate...
2019-08-03 Mark Woodingsrc/class-make-{proto,impl}.lisp, ...: Use &key rather...
2019-08-03 Mark Woodingsrc/classes.lisp: Give initargs a useful print represen...
2019-08-03 Mark Woodingsrc/parser/floc-proto.lisp, src/utilities.lisp: Move...
2019-08-03 Mark Woodingsrc/utilities.lisp (categorize): Don't leak the ITEMS...
2019-08-03 Mark Woodingsrc/utilities.lisp: Convert merge candidates to present...
2019-08-03 Mark Woodingsrc/module-proto.lisp: Fix word-wrapping in a docstring.
2019-08-03 Mark Woodingsrc/pset-impl.lisp: Decode C fragments as property...
2019-08-03 Mark Woodingsrc/pset-{proto,impl}.lisp: Move `decode-property'...
2019-08-03 Mark Woodingsrc/pset-parse.lisp: Report `{' and `<' as expected...
2019-08-03 Mark Woodingsrc/pset-parse.lisp: Mention fragment and type expressi...
2019-08-03 Mark Woodingsrc/pset-impl.lisp: Improve boolean literal handling.
2019-08-03 Mark Woodingsrc/optparse.lisp: Quote literals properly.
2019-08-03 Mark Woodingsrc/module-{proto,impl}.lisp: Publish fragments properly.
2019-07-27 Mark Woodingsrc/sod.asd.in: Note missing dependency of `module...
2019-07-27 Mark Woodingsrc/: Improve formatting of big lambda-lists.
2019-07-27 Mark Woodingsrc/c-types-impl.lisp: Remember `signed' as a C-level...
2018-07-09 Mark Woodingsrc/class-make-impl.lisp (check-method-argument-lists...
2018-07-09 Mark Woodingsrc/module-parse.lisp (parse-class-body): Check for...
2018-07-09 Mark Woodingsrc/module-parse.lisp (parse-class-body): Refactor...
2018-07-09 Mark Woodingsrc/utilities.lisp, src/class-finalize-impl.lisp: Add...
2018-07-09 Mark Woodingsrc/: Check that methods are compatible during class...
2018-07-09 Mark Woodingsrc/: Lift keyword-argument protocol from effective...
2018-07-09 Mark Woodingsrc/class-layout-impl.lisp: Abstract out `sod-message...
2018-07-09 Mark Woodingsrc/package.lisp: Have `sod-user' use `sod-parser'...
2018-07-09 Mark Woodingsrc/classes.lisp: Fix docstring formatting.
2018-07-09 Mark Woodingsrc/utilities.lisp (merge-lists): Fix garbled documenta...
2018-07-09 Mark Woodingsrc/utilities.lisp (once-only): Ensure that the BINDS...
next