- 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
-
- Sep 27, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Sep 24, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Fixes lp#1207005.
-
- Sep 23, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
instead returned ("") or (NIL), which in turn causes getenv-pathnames to fail, and eventually (default-source-registry) failed to properly default in absence of XDG_DATA_DIRS, which itself breaks Debian installations. Big oops.
-
- Sep 19, 2013
-
-
Francois-Rene Rideau authored
-
- Sep 18, 2013
-
-
Robert P. Goldman authored
Be more careful to check that the test system is loaded in *both* of the sub-tests. Thanks to Fare for getting me through bewilderment with a *READ-BASE* of > 10.
-
- Sep 16, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
- Sep 10, 2013
-
-
Robert P. Goldman authored
Also script used to test on all implementations (only should be run on mac, hence -ignored name).
-
- Sep 08, 2013
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
- Sep 07, 2013
-
-
Robert P. Goldman authored
-
- Sep 06, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Sep 05, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Sep 03, 2013
-
- Aug 16, 2013
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Patch from Vsevolod Dyomkin.
-
- Aug 07, 2013
-
-
Robert P. Goldman authored
There's no Makefile in tests/.
-