Skip to content
Snippets Groups Projects
  1. Feb 10, 2014
    • Raymond Toy's avatar
      Fix ticket:87 · 53c2f46a
      Raymond Toy authored
      Add {{{:ELEMENT-TYPE}}} keyword option to {{{RUN-PROGRAM}}}
      
       * src/code/run-program.lisp:
         * Add :element-type option, and use it as needed when creating
           input or output streams.
      
       * tests/trac.lisp:
         * Add tests.
      53c2f46a
  2. Nov 04, 2011
  3. Sep 25, 2011
  4. Sep 20, 2010
  5. Apr 20, 2010
  6. Apr 19, 2010
  7. Mar 19, 2010
  8. Jun 11, 2009
  9. Sep 24, 2008
  10. Feb 25, 2003
    • emarsden's avatar
      Fix a bug in RUN-PROGRAM's handling of the :append argument to · 866f3cc2
      emarsden authored
      :if-output-exists and :if-error-exists. The two forms below currently signal
      errors if the file /tmp/inexist does not exist, due to the defaulting value
      of the :if-exists argument to OPEN. With this change, the output/error file
      is created if it does not already exist.
      
        (ext:run-program "ls" '("/tmp") :output "/tmp/inexist" :if-output-exists :append)
      
        (ext:run-program "ls" '("/zob") :error "/tmp/inexist" :if-error-exists :append)
      866f3cc2
  11. Apr 10, 2001
  12. Jun 16, 1998
  13. Mar 13, 1997
  14. Feb 08, 1997
  15. Jul 25, 1996
  16. Oct 31, 1994
  17. Oct 20, 1994
  18. Oct 19, 1994
  19. Jul 05, 1994
  20. Apr 06, 1994
  21. Feb 04, 1994
  22. Aug 04, 1993
  23. Jan 13, 1993
  24. Jul 28, 1992
  25. Feb 18, 1992
  26. Feb 17, 1992
  27. Feb 15, 1992
  28. Feb 14, 1992
  29. Sep 27, 1991
  30. Sep 25, 1991
  31. Jun 17, 1991
  32. Feb 08, 1991
  33. Aug 08, 1990
  34. May 30, 1990
  35. Mar 05, 1990
  36. Feb 22, 1990
Loading