- Aug 15, 2015
-
-
Francois-Rene Rideau authored
-
- Aug 12, 2015
-
-
Francois-Rene Rideau authored
Have it use ASDF3.1-era get-temporary-file instead of ASDF2-like add-pathname-suffix, so if two cl-launch scripts try to compile at the same time, it causes extra work but not failure or corruption (at least on reasonable OS). This does NOT address the issue of extensions that fail to use tmpize-pathname and rename-file-overwriting-target.
-
- May 07, 2015
-
-
Francois-Rene Rideau authored
One WTF test fails on GCL, due to a compiler bug.
-
- Mar 29, 2015
-
-
On ABCL, os testing is at runtime. On all other implementations, it's at compile-time. SBCL can optimize some runtime tests and then complain about unreachable code. os-cond abstracts over OS conditionalization and makes everyone happy. Needed by an upcoming configuration change. Plus minor typographical fixes.
-
- Mar 12, 2015
-
-
Francois-Rene Rideau authored
Based on a contribution by Christian Shafmeister.
-
- Aug 05, 2014
-
-
Francois-Rene Rideau authored
-
- May 18, 2014
-
-
Francois-Rene Rideau authored
when there is an after body using the pathname, the pathname can but need not be used in the before body.
-
- Apr 28, 2014
-
-
Francois-Rene Rideau authored
-
- Mar 21, 2014
-
-
Francois-Rene Rideau authored
-
- Mar 04, 2014
-
-
Francois-Rene Rideau authored
-
- Mar 02, 2014
-
-
Francois-Rene Rideau authored
-
- Feb 28, 2014
-
-
Francois-Rene Rideau authored
-
- Feb 21, 2014
-
-
Francois-Rene Rideau authored
-
- Jan 01, 2014
-
-
Francois-Rene Rideau authored
Fix the the handling of :directory in run-program when using system.
-
- Dec 20, 2013
-
-
Francois-Rene Rideau authored
-
- Nov 20, 2013
-
-
Francois-Rene Rideau authored
-
- Nov 16, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Get backtraces on GCL.
-
Francois-Rene Rideau authored
-
- Nov 12, 2013
-
-
Francois-Rene Rideau authored
Everyone should be using a recent 2.7.0 (in ANSI mode) from master for ASDF.
-
- Oct 21, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 18, 2013
-
-
Francois-Rene Rideau authored
This sometimes allows sharing of fasls between unicode and non-unicode compiler. Hat tip: Dave Cooper, testing on Allegro.
-
- Oct 14, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 13, 2013
-
-
Francois-Rene Rideau authored
Add a regression test. More tweaks to the test and test suite.
-
- Oct 12, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 09, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 02, 2013
-
-
Francois-Rene Rideau authored
Fix missing quote for stderr on allegro.
-
- Sep 30, 2013
-
-
Francois-Rene Rideau authored
More documentation for UIOP.
-
- Sep 28, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
* have run-program on ECL on SLIME. * remove now unnecessary &allow-other-keys from slurp-input-stream and vomit-output-stream. * add stripln and :stripped t support to slurp-input-stream string. * add convenience functions println and writeln.
-
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
-
- Aug 16, 2013
-
-
Robert P. Goldman authored
Patch from Vsevolod Dyomkin.
-
- Jun 09, 2013
-
-
Francois-Rene Rideau authored
-
- Apr 29, 2013
-
-
Francois-Rene Rideau authored
It's :ERROR rather than :RENAME-AND-DELETE; however, unlike WITH-OPEN-FILE, it doesn't revert to :new-version if the pathname had :version :newest.
-
- Apr 17, 2013
-
-
Francois-Rene Rideau authored
Define with-output-file and call-with-output-file for that.
-
- Mar 17, 2013
-
-
Francois-Rene Rideau authored
* delete-empty-directory, delete-directory-tree, directory-exists-p, file-exists-p, copy-file * fix directory-files on clisp for files with type NIL * tests: fix assert-pathname-equal, assert-pathnames-equal, bad trace
-
- Mar 12, 2013
-
-
Francois-Rene Rideau authored
Always define dump-image and create-image, even if to throw an error. Add prepend-kernel argument to dump-image on CCL. Preserve keyword arguments and more in deferred warnings on CCL. Reindent split-string.
-
- Mar 03, 2013
-
-
Francois-Rene Rideau authored
-
- Feb 27, 2013
-
-
Francois-Rene Rideau authored
add safe-read-from-string to support it.
-
- Feb 21, 2013
-
-
Francois-Rene Rideau authored
-