I’ve just released a new version of Declt , my reference manual generator for Common Lisp Libraries. This release containts some improvements based on Sabra Crolleton’s feedback. The most notable improvements are support for two new license types (MIT and LGPL), a new :declt-notice keyword argument that gives you control on the “automatically generated by Declt” notice that appears in the reference manuals, and a bug fix (missing support for empty lists in lambda-lists).
Sep 25, 2012
I’ve just released a new version of Declt , my reference manual generator for Common Lisp Libraries. This release includes some uninteresting internals update, plus an important bug fix: there were two calls to find-method missing an errorp flag set to nil, leading to Declt throwing an error where it shouldn’t have.
Jun 4, 2012
A new version of Clon , the Common Lisp / Command-Line Options Nuker, is out. The most important change in this release is the support for LispWorks, which brings the number of supported implementations to 8. One left to go, and I may eventually switch to RC status. Thanks to Martin Simmons for providing a fully functionnal version of LW 6.1. As for CLISP and Allegro, there is an optional dependency on CFFI for LispWorks.
May 22, 2012
One year between b19 and b20. 4 days between b20 and b21… This new version of Clon , the Common Lisp / Command-Line Options Nuker, introduces support for a new compiler, Allegro Common Lisp, in both standard and modern form. Support for dumping is only rudimentary for ACL (although it’s only a marginal feature of the library). The dump macro uses Allegro’s dumplisp mechanism to dump a lisp image which is not directly executable (full application delivery is complicated and only available in the Enterprise edition). Apart from that, the rest should work fine. As in the case of CLISP, Allegro may benefit from the presence of CFFI in order to provide terminal autodetection. This is an optional dependency only.
Mar 12, 2012
I’m happy to announce a new release of Clon , the Common Lisp / Command-Line Options Nuker. In addition to a lot of uninteresting code and infrastructure changes, this new release comes with several important improvements and new features.
Mar 8, 2012
Just a quick note to mention the release of CL-RCFiles 2.0. This version adds pre-loading initialization files. This very small Common Lisp library provides a way to add initialization files to ASDF systems. Every time ASDF loads system, one or several corresponding system.lisp files are loaded automatically afterwards. This lets you conditionally plug in additional behavior on a per-system basis without cluttering up any global Common Lisp initialization file.
Nov 28, 2011
I’ve just released the next version of Declt , my reference manual generator for Common Lisp Libraries. This release includes some fixes for the Info format target but most notably, support for documenting (generic) writer functions and methods. When it makes sense, the documentations for func and (setf func) are grouped together. Getting closer to an official 1.0 stable version…
Jun 29, 2011
I’ve just released a new version of Declt , my Texinfo reference manual generator for Common Lisp Libraries. This release contains only one bugfix: when trying to create links to source files, Declt now checks whether the files actually exist or not.
May 31, 2011
The next edition of Declt , the Documentation Extractor from Common Lisp to Texinfo, is out. In this release: Bugfix: rendering the documentation for methods with EQL specializers didn’t work. Feature: licensing and copyrighting the reference manual is now optional. Licenses currently supported are BSD and GPL. Declt now generates its own reference manual by default. Some package infrastructure changes that should remain transparent.
Feb 23, 2011
Clon , the Common Lisp / Command-Line Options Nuker, version 1.0b19 has just been released. This version comes with a couple of fixes related to error handling and a switch from the GPL to the BSD license.
Feb 9, 2011