- 17 Jan, 2010 2 commits
-
-
- 16 Jan, 2010 1 commit
-
-
- 15 Jan, 2010 3 commits
-
-
- 14 Jan, 2010 1 commit
-
-
printing settings to apply (e.g. custom PRINT-OBJECT methods).
-
- 13 Jan, 2010 3 commits
-
-
same for packages.
-
by making symbols print readably.
-
Note: includes experimental removal of override of TWO-WAY-STREAM.
-
- 11 Jan, 2010 4 commits
-
-
to set a StructureClass symbol when invoking the superclass constructor. Fix clinit order in Lisp.java to cope. Some structure-classes need refining, at least TwoWayStream needs to allow (but not force) its derivatives to set a structure class other than TWO-WAY-STREAM (SOCKET-STREAM being one specific example). Thanks to Alessio Stalla and Erik Huelsmann for helping with getting this patch into a state where ansi tests run again.
-
-
-
-
- 10 Jan, 2010 3 commits
-
-
-
in an attempt to prepare support for Gray streams. Note: Many more commits coming this way.
-
-
- 09 Jan, 2010 2 commits
-
-
-
Netbeans no longer copies the lisp-based source to the build directory, meaning the final FASLs refer to the original source location like in the Ant-based build.
-
- 08 Jan, 2010 7 commits
-
-
- 07 Jan, 2010 1 commit
-
-
to ProgramErrors.
-
- 06 Jan, 2010 4 commits
-
-
-
a lambda-list for LAMBDA and NAMED-LAMBDA forms.
-
-
Use ASDF to invoke all tests from Ant. Add working test for Ant version at least 1.7.1. Changed structure of 'build.xml' slightly to emphasize 'help' target by placing it first. Include cl-bench tests in 'abcl.test.lisp' Ant target. Added 'help.test' target for help invoking tests. abcl.asd now works for invoking tests. ASDF systems with empty component specifications must be invoked with the :force t option to execute correctly.
-
- 05 Jan, 2010 7 commits
-
-
Increment the abcl.asd version to note the inclusion of cl-bench. The absence of the cl-build source is not as well reported, but we now load the cl-bench/defpackage code to define the cl-bench packages as part of the ASDF step.
-
-
This probably doesn't work on win32 without 'make' in your path. Running the cl-bench suite now works via the 'test.cl-bench' target if the test suite has been downloaded from "http://www.chez.com/emarsden/downloads/cl-bench.tar.gz" and placed in a sibling directory (#p../cl-bench/) to ABCL root. Move the cl-bench ASDF description into 'abcl.asd' now that I have finally understood (?) the correct CLOS method invocation.
-
-
-
-
-
- 04 Jan, 2010 1 commit
-
-
- 02 Jan, 2010 1 commit
-
-