- Mar 24, 2016
-
-
Now that the debian subdir is maintained in a separate repo, Makefile should not mess with it.
-
Some typos are detected by Debian's codespell utility. I was asked to fix them for debian packaging (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809308).
-
- Mar 23, 2016
-
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
- Mar 21, 2016
-
-
Robert Goldman authored
Incorrectly was using code that relied on not-yet-loaded ASDF functions.
-
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.
-
- Mar 20, 2016
-
-
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
-
- Mar 07, 2016
-
-
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
- Feb 29, 2016
-
-
Robert Goldman authored
* refs/remotes/origin/master: ext: track the new git repo for closer-mop
-
Francois-Rene Rideau authored
-
- Feb 28, 2016
-
-
Robert Goldman authored
-
- Feb 27, 2016
-
-
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.
-
- Feb 25, 2016
-
-
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
- Feb 22, 2016
-
-
Robert Goldman authored
- Jan 31, 2016
-
-
Robert Goldman authored
-
- Jan 30, 2016
-
-
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.
-
- Jan 28, 2016
-
-
Francois-Rene Rideau authored
-
François-René Rideau authored
Performance optimisation for COPY-STREAM-TO-STREAM