http://hoytech.com/antiweb/beta/antiweb-4.0BETA11.tar.gz
CKSUM: 2427635123 214802
MD5: 4d4d7399951d7b370417ae7e83e93317
SHA1: d2c7c8cf45728873ec018bee2826f9ffa39f5469
4.0BETA11 Dec 30, 2008
* Port: ClozureCL support.
* Bugfix: ClozureCL sometimes wouldn't display statistics
because it didn't like us passing a "N/A" string to the
~1$ format arg in the stats function.
* Bugfix: The libantiweb shared library is now always compiled
as position independent code (gcc -fPIC).
* Feature: Added aw-bits variable. It is 32 on ILP32 machines
and 64 on LP64 machines (AW supports nothing else).
* Feature: Prints out architecture info detected during build.
* Feature: libantiweb.so is now installed as either
libantiweb32.so or libantiweb64.so, allowing both 32 and
64 bit Antiweb systems to be installed simultaneously.
* Feature: Lisp executable configuration variables added.
Now you can use lisp systems with custom executable names.
* Docs: Updated install docs about new libantiweb file names
and ClozureCL support.
* Docs: Documented local.lisp build configuration feature.
See faq.html#LOCAL-CONFIG.
* Docs: Updated faq.html#MULTIPLE-LISPS. Yes, you can run
some 32 bit processes and some 64 bit processes in the
same Antiweb system.
* Docs: Changed hyperspec links to lispworks.com because
lisp.org's are gone.