- 23 Mar, 2016 7 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
- 21 Mar, 2016 3 commits
-
-
Robert Goldman authored
Incorrectly was using code that relied on not-yet-loaded ASDF functions.
-
Robert Goldman authored
-
Robert Goldman authored
Seems like some perl installs will have File::Slurp and some will have File::Slurper. Instead we just use vanilla perl for write_text and read_text.
-
- 20 Mar, 2016 3 commits
-
-
Robert Goldman authored
Trying to test ASDF on Windows, running the makefile in cygwin was ending up causing troubles where the cygwin pathnames would get into lisp, where they would be useless. So we allow the tester to specify the location of ASDF with an environment variable instead.
-
Robert Goldman authored
-
Robert Goldman authored
-
- 07 Mar, 2016 3 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
Note that this loop check is problematic: if the bug appears and is not fixed by the patch, this test will go away forever.
-
Robert Goldman authored
-
- 29 Feb, 2016 2 commits
-
-
Robert Goldman authored
* refs/remotes/origin/master: ext: track the new git repo for closer-mop
-
Francois-Rene Rideau authored
-
- 28 Feb, 2016 1 commit
-
-
Robert Goldman authored
-
- 27 Feb, 2016 5 commits
-
-
Robert Goldman authored
* refs/remotes/origin/master: Fix version upgrade to 3.1.6.14.
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
Better handled arguments. Added usage/help handling Fixed bug with parens in regexp.
-
Francois-Rene Rideau authored
NB: the bin/bump-version script needs to be fixed -- or just use the CL version.
-
- 25 Feb, 2016 7 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
Yucky, but I don't have time or energy to rebuild the CL one.
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
- 22 Feb, 2016 2 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
-
- 31 Jan, 2016 1 commit
-
-
Robert Goldman authored
-
- 30 Jan, 2016 1 commit
-
-
Robert Goldman authored
Pushed out some details about output into the FAQ. Refocused on the standard three functions, LOAD-SYSTEM, COMPILE-SYSTEM, and TEST-SYSTEM, while still introducing REQUIRE-SYSTEM (which I find interacts with REQUIRE in odd ways on at least some CL implementations), and MAKE.
-
- 28 Jan, 2016 4 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
François-René Rideau authored
Performance optimisation for COPY-STREAM-TO-STREAM
-
Elias Mårtenson authored
Previously, the buffer was reallocated for every block copied. This change ensures that the same buffer is being reused.
-
- 12 Jan, 2016 1 commit
-
-
Francois-Rene Rideau authored
Notably update inferior-shell to 2.0.3.4 to make allegro happier with it. Also update closer-mop, fare-mop, fare-utils while we're at it.
-