- 02 Oct, 2015 1 commit
-
-
Francois-Rene Rideau authored
Make it support more platforms.
-
- 09 Jul, 2015 1 commit
-
-
Robert Goldman authored
No code change.
-
- 08 Jul, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 07 Jul, 2015 1 commit
-
-
Francois-Rene Rideau authored
Fix PROBE-FILE*, make the (executable) image suffix .exe on Windows.
-
- 02 Jul, 2015 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Punt on making rename-file-overwriting-target atomic. Punt on trying to run cmd with anything that SBCL would escape.
-
- 30 Jun, 2015 1 commit
-
-
Robert Goldman authored
-
- 27 Apr, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 12 Mar, 2015 1 commit
-
-
Francois-Rene Rideau authored
Based on a contribution by Christian Shafmeister.
-
- 01 Dec, 2014 3 commits
-
-
Francois-Rene Rideau authored
actually enforce empty-is-nil in getenv-pathnames. Reindenting a few forms.
-
Robert P. Goldman authored
Remove early check for absolute pathname, deferring to ENSURE-PATHNAME.
-
Robert P. Goldman authored
Removed some commented-out material to tidy the code. Also checked to reject any :EMPTY-IS-NIL NIL cases from code that calls into SPLIT-NATIVE-PATHNAMES-STRING, since that function always turns empty entries into NILs.
-
- 30 Nov, 2014 1 commit
-
-
Robert P. Goldman authored
1. Put in place Fare's proposed solution to SPLIT-NATIVE-PATHNAMES-STRING. 2. Check for absolute pathnames in PARSE-NATIVE-NAMESTRING. This was a check whose need was recognized as a side-effect of getting the first bugfix in place.
-
- 27 Nov, 2014 1 commit
-
-
Robert P. Goldman authored
By default, this function now simply drops empty entries in the environment variable list. But this is controllable by the DISCARD-EMPTY-ENTRIES keyword argument.
-
- 26 Sep, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 04 Sep, 2014 1 commit
-
-
Francois-Rene Rideau authored
to speed up search in a source-registry :tree. If you use one, don't let it go out-of-date!
-
- 29 Aug, 2014 1 commit
-
-
Robert P. Goldman authored
Even if the root check failed, it was still recursing.
-
- 11 May, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 17 Mar, 2014 1 commit
-
-
Robert P. Goldman authored
-
- 01 Mar, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 28 Feb, 2014 2 commits
-
-
Francois-Rene Rideau authored
use ext:run-program, not ext:shell.
-
Francois-Rene Rideau authored
Fix DIRECTORY tests in test-utilities.script.
-
- 26 Feb, 2014 1 commit
-
-
Francois-Rene Rideau authored
use ext:run-program, not ext:shell.
-
- 21 Feb, 2014 1 commit
-
-
Francois-Rene Rideau authored
Fix DIRECTORY tests in test-utilities.script.
-
- 10 Feb, 2014 2 commits
-
-
Robert P. Goldman authored
Use clisp-specific function in DIRECTORY-EXISTS-P implementation. Use lower-cost DIRECTORY-PATHNAME-P instead of DIRECTORY-EXISTS-P in DIRECTORY-FILES.
-
Robert P. Goldman authored
-
- 02 Feb, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 20 Nov, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 18 Nov, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 16 Nov, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 12 Nov, 2013 1 commit
-
-
Francois-Rene Rideau authored
Everyone should be using a recent 2.7.0 (in ANSI mode) from master for ASDF.
-
- 20 Oct, 2013 1 commit
-
-
Francois-Rene Rideau authored
Introduce physicalize-pathname as an abstraction for translate-logical-pathname, due to bug in CLISP.
-
- 16 Oct, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 09 Oct, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 02 Oct, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 28 Sep, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
* it handles INPUT and ERROR-OUTPUT, not just OUTPUT. * it accepts PATHNAMEs as I/O designators * it works on ECL under SLIME (fixes lp#1232225) * SLIGHT API CHANGE! At the suggestion of stassats, we're always returning an exit code, and in a predictable return value position. However, both for backward compatibility and usability, the OUTPUT slurping results remain the primary return value, followed by the ERROR-OUTPUT slurping results, followed by the exit code. So far, no one was using multiple values in SLURP-INPUT-STREAM methods, so no one will regret that, except people who might have somehow expected the old weird behavior of a return code when OUTPUT is NIL or :INTERACTIVE. * As another API tweak and improvement, keyword options are now specified separately for each of your I/O designators, by putting them your designator in a list. A list also distinguishes a string as input from a namestring to designate a pathname, i.e. :input '("bar") is the string literal, whereas :input "bar" is the file named bar. Several fixes and extensions to stream support. Only tested so far on Linux x64 with ccl clisp sbcl ecl ecl_bytecodes cmucl abcl allegro allegromodern xcl
-
- 28 Jul, 2013 1 commit
-
-
Robert P. Goldman authored
That's the behaviour on other implementations, so in the spirit of true portability, behaviour on LispWorks needs to be adjusted. Patch from Piotr Kalinowski <pitkali@gmail.com>
-
- 27 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
-