Skip to content
Snippets Groups Projects
  1. Jun 09, 2013
  2. May 22, 2013
  3. May 21, 2013
    • Robert P. Goldman's avatar
      Fixes for UIOP:RUN-PROGRAM on ACL. · 6510db1e
      Robert P. Goldman authored
      On ACL, the :INPUT and :OUTPUT arguments to EXCL:RUN-SHELL-COMMAND take
      NIL for the behavior of inheriting input and output handles from the
      Lisp process.  These were encoded as T in UIOP:RUN-PROGRAM, instead of
      NIL, causing ACL to get errors trying to open T as a file designator.
      
      Added a couple of test cases to test-run-program.script to illustrate
      the problem.
      
      Note that this fix does not provide the prescribed behavior for :OUTPUT
      NIL (which should take the program's output and throw it on the floor).
      There is a TODO in uiop:run-program explaining what's missing.  In
      brief, ACL's EXCL:RUN-SHELL-COMMAND does not support this behavior out
      of the box, so one would have to capture the program's output, and then
      throw it on the floor.
      6510db1e
  4. May 16, 2013
  5. May 03, 2013
  6. Apr 29, 2013
  7. Apr 17, 2013
  8. Apr 16, 2013
    • Francois-Rene Rideau's avatar
      2.33.4: various tweaks · a075e4be
      Francois-Rene Rideau authored
      export sequential-plan;
      recognize original-initargs as exported but not defined (slot name);
      don't error while testing for not-defined-yet type (helps POIU when symbol exists but not type);
      reindent a clause of compute-action-stamp.
      a075e4be
  9. Apr 10, 2013
  10. Apr 04, 2013
  11. Apr 03, 2013
  12. Mar 28, 2013
  13. Mar 27, 2013
  14. Mar 26, 2013
  15. Mar 20, 2013
  16. Mar 19, 2013
  17. Mar 18, 2013
  18. Mar 17, 2013
  19. Mar 15, 2013
  20. Mar 14, 2013
  21. Mar 12, 2013
  22. Mar 11, 2013
  23. Mar 09, 2013
  24. Mar 08, 2013
  25. Mar 07, 2013
  26. Mar 05, 2013
  27. Mar 03, 2013
Loading