- Sep 12, 2016
-
-
Francois-Rene Rideau authored
This should make Daniel K happy. Also remove obsolete cleaning of locate-system cached results, for we haven't cached the result since 00256418 (3.1.2.9, 2014), that this commit partly undoes, partly re-does (due to merge conflict at the time).
-
Francois-Rene Rideau authored
This allows one to use: ln -s Makefile-lisp-scripting GNUmakefile Update the README accordingly.
-
Francois-Rene Rideau authored
Skip test-program on OpenBSD >=6.0 without wxallowed This addresses https://bugs.launchpad.net/asdf/+bug/1621919 See merge request !9
-
Francois-Rene Rideau authored
Small changes to ease Debian package building The current Makefile removes the debian/patches subdirectory, which is also ignored in .gitignore. With this in place, it is almost impossible to patch the release sources to satisfy the Debian packaging tools (e.g. lintian). I would appreciate your merging these changes, so the next release could be packaged for Debian more easily. Thanks See merge request !2
-
Francois-Rene Rideau authored
Clasp fixes In particular, this allows tests to be run, even though many still fail. See merge request !4
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Make sure we use the correct package for *load-hooks* on MKCL, and on both implementations (and CLASP), use ensure-gethash correctly by wrapping the default in a constantly since it is a function.
-
Francois-Rene Rideau authored
Also, reformat a function and use uiop implicitly.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Tweak the footer a little bit.
- Sep 11, 2016
-
-
Francois-Rene Rideau authored
The code was not clear enough why string-downcase is used at places, and this notably confused Daniel Kochmański. See discussion at asdf/asdf!13
-
Francois-Rene Rideau authored
MKCL 1.1.10 (from git) installs bogus .asd files in its contrib/ directory – for instance cmp.asd is present there (and level-up), and locate-system finds the first, bogus, definition, that points to a cmp.a library in the wrong directory. Bug identified by Daniel Kochmański.
-
Francois-Rene Rideau authored
bundle-system and make-build must go. But they must go the right way.
-
Daniel Kochmański authored
This reverts commit 6475bce3.
-
Daniel Kochmański authored
This reverts commit adf2d1a6.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
`LOAD-BUNDLE-OP' works only on ECL at the moment. Disable it for Clasp and MKCL.
-
Daniel Kochmański authored
clasp takes `:output-type' argument, not `:type'
-
Elias Pipping authored
-
Elias Pipping authored
Use lispworks7+ feature See merge request !6
-
Elias Pipping authored
- Sep 10, 2016
-
-
Francois-Rene Rideau authored
That's what we were using before, and what Quicklisp expects. Quicklisp failed to upgrade from 3.1.6 to 3.1.7 thus far because of it.
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
Add a convenience mechanism to avoid problems with cross-device links.
-
Daniel Kochmański authored
-
Daniel Kochmański authored
Also remove deprecation comment – `make-build' is part of official ECL build system and is documented here: https://common-lisp.net/project/ecl/manual/re55.html
-
Daniel Kochmański authored
This makes loading system faster. See: https://common-lisp.net/project/ecl/manual/re56.html
-