- 27 Feb, 2016 1 commit
-
-
Change extension of build script to denote usage of bash-isms. More portabily use any `bash` found in PATH rather than relying on absolute location (c.f. FreeBSD).
-
- 28 Nov, 2015 1 commit
-
-
- 09 Nov, 2015 5 commits
-
-
-
-
-
-
Scott L. Burson The implementation of EXT:GET-TIME-ZONE provides the underlying mechanism. Both GET-TIME-ZONE and DEFAULT-TIME-ZONE have been elevated to supported status by virtue of promotion of their respective symbols to the EXTENSIONS and SYSTEM packages, respectively. ME: A mechanism for adding symbols to both SYS and EXT packages with DEFINE-SYMBOL-MACRO didn't work, but left as comment at the end of 'time.lisp' for further work.
-
- 21 Oct, 2015 2 commits
-
-
Fixes a problem encountered in lookup for 'abcl-asdf:AETHER.GRAPH.DEPENDENCY' which for some reason resulting in the class name asdf:AETHER.GRAPH.DEPENDENCY. However it was supposed to be just a class suffix. Thanks to Alan Ruttenberg.
-
N.b. one will have to do a full clean of existing fasls for this change to compile. Otherwise one gets errors about "wrong number of arguments for DEFSETF". N.b. the configuration directory under Windows has changed in incompatible ways. We intend to "fix" this in a backwards compatible manner before releasing a version of ABCL based on this change but wish to get asdf-3.1.6 out into circulation as a first step.
-
- 18 Sep, 2015 4 commits
-
-
- 15 Sep, 2015 1 commit
-
-
ASDF-3.1.5 uses the long form of DEFSETF which caused the %COMPILE-SYSTEM to fail as 'asdf' was being compiled before 'defsetf'. Since ASDF should have all of Common Lisp available anyways, we place it at the end of build compilation. Since 'abcl-contrib' uses 'asdf' to locate contribs, we place that after ASDF.
-
- 13 Sep, 2015 2 commits
-
-
-
This restores ANSI-TEST compatibility for the FORMATTER.C.2A and FORMAT.C.2A tests. Addresses <http://abcl.org/trac/ticket/399>.
-
- 10 Sep, 2015 1 commit
-
-
Thanks to Stefan Husmann.
-
- 09 Sep, 2015 2 commits
-
-
- 31 Aug, 2015 2 commits
-
-
-
The ANSI test suite is now available at the new canonical git repository located at <git+https://gitlab.common-lisp.net/ansi-test/ansi-test.git>. Depluralized directory at which the ABCL ASDF defintitions look for the tests from "ansi-tests" to "ansi-test" in accordance with the new URI. Remove way-obsolete pre-ASDF2 compatibility check.
-
- 01 Jul, 2015 1 commit
-
-
- 30 Jun, 2015 3 commits
-
-
-
-
Fixed (ABCL-ASDF:INIT :force t) so that a complete re-initialization is forced. Addresses <http://abcl.org/trac/ticket/390>.
-
- 12 Jun, 2015 1 commit
-
-
Use a human readable name for character 160, #\No-break_space, which is used in sbcl, ccl and clisp, and permits spinneret to load. Thanks to Javier Olaechea.
-
- 19 Apr, 2015 3 commits
-
-
-
-
Thanks to Cyrus Hamon.
-
- 14 Apr, 2015 7 commits
-
-
-
-
The User Manual and ASDF documentation is now included in the binary release.
-
-
Document how to grovel docstrings in <file:doc/manual/README.md>. Escape #\_ characters. Don't emit documentation for a symbol without definitions.
-
The results of the docstring grovel are now sorted alphabetically.
-
-
- 11 Apr, 2015 2 commits
-
-
-
This fixes the following case (let ((h1 (make-hash-table :test 'equalp)) (h2 (make-hash-table :test 'equalp)) (h (make-hash-table :test 'equalp))) (setf (gethash 1 h1) 2 (gethash 2 h2) 1 (gethash h1 h) h2 (gethash h2 h) h1) h) See <https://mailman.common-lisp.net/pipermail/armedbear-devel/2015-April/003452.html>. See <http://abcl.org/trac/ticket/388>. Thanks to Massimiliano Ghilardi.
-
- 09 Apr, 2015 1 commit
-
-
of the local function bindings in pre:precompile-flet/labels to shadow macros.
-
- 05 Apr, 2015 1 commit
-
-