- 19 Sep, 2021 1 commit
-
-
Mark authored
-
- 29 Oct, 2020 1 commit
-
-
Mark authored
rc14 TODO manual needs much description about pathnames
-
- 22 Jul, 2020 1 commit
-
-
Mark authored
Fix some formatting and reference problems.
-
- 18 Jul, 2020 1 commit
-
-
Mark authored
-
- 27 Jun, 2020 3 commits
- 04 Jun, 2020 1 commit
-
-
Mark authored
-
- 02 Jun, 2020 1 commit
-
-
Mark authored
Use autoconfiguration mechanism to set properties. Include a Lisp fragment to install Quicklisp.
-
- 26 Apr, 2020 1 commit
-
-
Mark authored
-
- 09 Feb, 2020 1 commit
-
-
Note CHANGES.
-
- 24 Apr, 2020 1 commit
-
-
Mark authored
Additionally add test for openjdk14 to the Travis-CI build. Improve script for creating build properties, which may be invoked like: bash ci/create-abcl-properties.bash openjdk8 Currently this script has baked-in "knowledge" of options for various platforms for now, but will eventually directly transcribe from the "facts" in <file:abcl.rdf>. * * * Update RDF
-
- 22 Nov, 2019 2 commits
-
-
Mark Evenson authored
-
Mark Evenson authored
-
- 11 Jun, 2017 6 commits
-
-
-
-
-
-
The results of the Lisp based build system present in <file:tools/build-from-lisp.bash> had long diverged from the results of the canonical build description in <file:build.xml>. The reimplementation of ABCL-BUILD as a contrib based upon UIOP is currently incomplete for non-ABCL CL implementations, most notably missing the ability to download the necessary non-Lisp tools from the network. The "old" lisp based build code remains in <file:contrib/abcl-build/build/deprecated.lisp> for those who need to hack it back to a working state. Update the README to reflect the deprecation.
-
The results of the Lisp based build system present in <file:tools/build-from-lisp.bash> had long diverged from the results of the canonical build description in <file:build.xml>. The reimplementation of ABCL-BUILD as a contrib based upon UIOP is currently incomplete for non-ABCL CL implementations, most notably missing the ability to download the necessary non-Lisp tools from the network. The "old" lisp based build code remains in <file:contrib/abcl-build/build/deprecated.lisp> for those who need to hack it back to a working state. Update the README to reflect the deprecation.
-
- 07 Jun, 2017 2 commits
-
-
Initial documentation and metadata update for ABCL 1.5.0.
-
Initial documentation and metadata update for ABCL 1.5.0.
-
- 22 May, 2017 2 commits
-
-
ABCL-BUILD now more usefully installs necessary build machinery. Refactor the ABCL-BUILD Lisp based build to use use Ant, which allows us to canonicalize the build instructions in a much more configurable manner, restoring the cross-implementation build of ABCL for CL users who really do want to know about Java tooling. Since we want to use ASDF/UIOP anyways, this code is best expressed as an abcl contrib where such behavior can profitably take place. TODO: does not pass all tests TODO: API compatibility so that build-from-lisp.bash works TODO: If an invocable Ant cannot be found, then offer to install one via restart TODO: work backwards to the scenario that we are booting in pure interepreted mode without access to compilers.
-
ABCL-BUILD now more usefully installs necessary build machinery. Refactor the ABCL-BUILD Lisp based build to use use Ant, which allows us to canonicalize the build instructions in a much more configurable manner, restoring the cross-implementation build of ABCL for CL users who really do want to know about Java tooling. Since we want to use ASDF/UIOP anyways, this code is best expressed as an abcl contrib where such behavior can profitably take place. TODO: does not pass all tests TODO: API compatibility so that build-from-lisp.bash works TODO: If an invocable Ant cannot be found, then offer to install one via restart TODO: work backwards to the scenario that we are booting in pure interepreted mode without access to compilers.
-
- 02 Feb, 2017 2 commits
-
-
- 19 Jan, 2017 2 commits
-
-
docker run -it easye/abcl Name path "/usr/local/bin/abcl" explicitly for invocation. Helps many things.
-
docker run -it easye/abcl Name path "/usr/local/bin/abcl" explicitly for invocation. Helps many things.
-
- 28 Dec, 2016 2 commits
-
-
TODO: fix up the swank autostart sequence, but other than that getting to a repl is as easy as docker run easye/abcl /usr/local/bin/abcl Happy hacking!
-
TODO: fix up the swank autostart sequence, but other than that getting to a repl is as easy as docker run easye/abcl /usr/local/bin/abcl Happy hacking!
-
- 27 Dec, 2016 2 commits
-
-
TODO: fix up the swank autostart sequence, but other than that getting to a repl is as easy as docker run easye/abcl /usr/local/bin/abcl Happy hacking!
-
TODO: fix up the swank autostart sequence, but other than that getting to a repl is as easy as docker run easye/abcl /usr/local/bin/abcl Happy hacking!
-
- 08 Oct, 2016 2 commits
-
-
Update the README <file:README>, CHANGES <file:CHANGES> and the User manual <file:doc/manual/> for 1.4.0. <http://abcl.org/trac/changeset/14891>
-
Update the README <file:README>, CHANGES <file:CHANGES> and the User manual <file:doc/manual/> for 1.4.0. <http://abcl.org/trac/changeset/14891>
-
- 10 Sep, 2016 2 commits
-
-
Failing 46 ANSI tests now, which indicates that a little triage before releasing abcl-1.4.0 would be a good idea.
-
Mark authored
Failing 46 ANSI tests now, which indicates that a little triage before releasing abcl-1.4.0 would be a good idea.
-
- 04 Sep, 2016 3 commits
-
-
-
-
Somehow, the upstream authorship was stripped out of the commit messages. TODO spend more time on the git <--> svn bridge engineering (nice to have contributions!)
-
- 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).
-