- 26 Mar, 2019 1 commit
-
-
Francois-Rene Rideau authored
Quickref now includes a good UIOP reference manual, as extracted by Declt.
-
- 17 Aug, 2018 1 commit
-
-
Francois-Rene Rideau authored
-
- 06 Jul, 2017 1 commit
-
-
Rommel MARTINEZ authored
-
- 12 Jan, 2017 1 commit
-
-
Francois-Rene Rideau authored
-
- 02 Dec, 2016 1 commit
-
-
Francois-Rene Rideau authored
-
- 08 Oct, 2016 1 commit
-
-
Francois-Rene Rideau authored
Make %run-program the alias of launch-program rather than the other way around. Rename %use-run-program to %use-launch-program. Update tests. NB: I wanted to move %run-program to backward-driver, but that won't help: since the function was never exported from uiop/run-program, it wasn't in uiop. Thanks to Elias Pipping for his help getting this commit right.
-
- 30 Mar, 2016 1 commit
-
-
matthieupeeters authored
-
- 06 May, 2015 6 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Make github happier with uiop/README
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 15 Sep, 2014 1 commit
-
-
Francois-Rene Rideau authored
Move load-asdf.lisp to tools, as in the minimakefile branch.
-
- 12 Sep, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 11 Sep, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 29 Apr, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 31 Jan, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 30 Sep, 2013 1 commit
-
-
Francois-Rene Rideau authored
More documentation for UIOP.
-
- 28 Sep, 2013 1 commit
-
-
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
-
- 27 Sep, 2013 1 commit
-
-
Francois-Rene Rideau authored
-