- 14 May, 2017 4 commits
-
-
Sergey Katrevich authored
-
Sergey Katrevich authored
-
Sergey Katrevich authored
Simplify generating name for temporary file - using (make-random-state t) for independent random numbers generation
-
Sergey Katrevich authored
-
- 13 May, 2017 1 commit
-
-
Sergey Katrevich authored
temporary files creating get more robust, it also has resolved bug for sbcl for windows <= 1.3.15 (error 'File exists', see #1 )
-
- 04 May, 2017 2 commits
-
-
Francois-Rene Rideau authored
Following a discussion on asdf-devel with jmll.
-
Robert Goldman authored
-
- 30 Apr, 2017 1 commit
-
-
Francois-Rene Rideau authored
Also, remove tabs.
-
- 13 Apr, 2017 2 commits
-
-
Robert Goldman authored
Revert "Add clasp support to launch-program" See merge request !71
-
Francois-Rene Rideau authored
This reverts commit b3622011. The commit was based on the wrong assumption that terminate-process would kill a Unix thread (a la pthread_create) rather than subprocess (a la fork+execve).
-
- 03 Apr, 2017 12 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Remove *load-system-operation* See merge request !61
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 02 Apr, 2017 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 07 Mar, 2017 5 commits
-
-
Francois-Rene Rideau authored
Just as with %use-system, we need to restore the original *stdin*, etc., around calls to run-program for :interactive to work properly and not behave in a funky way in e.g. SLIME.
-
Francois-Rene Rideau authored
Shaving away "unknown" from the implementation-identifier on ECL, where it appears, which can be very precious for FASLs on Windows due to pathname size limits. This partially addresses ECL issue 360 https://gitlab.com/embeddable-common-lisp/ecl/issues/360
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Notably fix symbol conflicts with fare-utils, and a new lisp-invocation for the sake of allegro/windows.
-
Francois-Rene Rideau authored
Show full version so when inspecting a lot file you know what it's for. Also, in asdf-tools improve test-basic and implement a test-all-basic.
-
- 04 Mar, 2017 1 commit
-
-
Francois-Rene Rideau authored
Move from style-warning to warning with 3.3, not 3.2.1.
-
- 19 Feb, 2017 10 commits
-
-
Francois-Rene Rideau authored
Use the same algorithm as Quicklisp uses for its local-projects: prefer a .asd with a path of shorter depth; and for equal depth, prefer the path with namestring that is least for string<.
-
Francois-Rene Rideau authored
ECL copied SBCL's interface, so we can share much code between ECL and SBCL in launch-program.
-
Francois-Rene Rideau authored
This shall address Allegro testing issues on Windows. Also, no need for an ALLEGRO_NOISY variable.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Just as with %use-system, we need to restore the original *stdin*, etc., around calls to run-program for :interactive to work properly and not behave in a funky way in e.g. SLIME.
-
Francois-Rene Rideau authored
Shaving away "unknown" from the implementation-identifier on ECL, where it appears, which can be very precious for FASLs on Windows due to pathname size limits. This partially addresses ECL issue 360 https://gitlab.com/embeddable-common-lisp/ecl/issues/360
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Notably fix symbol conflicts with fare-utils, and a new lisp-invocation for the sake of allegro/windows.
-
Francois-Rene Rideau authored
Show full version so when inspecting a lot file you know what it's for. Also, in asdf-tools improve test-basic and implement a test-all-basic.
-
Francois-Rene Rideau authored
Our punting strategy seems to fail, but it doesn't matter, because CCL has always been quite up-to-date on its ASDF.
-