- 02 Sep, 2016 2 commits
-
-
-
Protect / autoload process slots. Includes <https://github.com/Ferada/abcl/commit/14333f07d15c75bb0f0a234e4a7dc59e7cb32c52>. From aad63c50a972282e981d290f699c49f5c28d75de Mon Sep 17 00:00:00 2001 Improvements to SYS:RUN-PROGRAM [PATCH] Redirection for `RUN-PROGRAM`; add `PROCESS-PID`. From aad63c50a972282e981d290f699c49f5c28d75de Mon Sep 17 00:00:00 2001 --- src/org/armedbear/lisp/Extensions.java | 2 +- src/org/armedbear/lisp/run-program.lisp | 154 ++++++++++++++++++++++++++++---- 2 files changed, 138 insertions(+), 18 deletions(-)
-
- 13 Jun, 2016 1 commit
-
-
- 16 May, 2016 2 commits
-
-
- 05 Apr, 2016 2 commits
-
-
- 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 4 commits
-
-
-
-
The User Manual and ASDF documentation is now included in the binary release.
-
-