1.0.48.8: better binary stream support in RUN-PROGRAM
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 10 May 2011 20:41:51 +0000 (20:41 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 10 May 2011 20:41:51 +0000 (20:41 +0000)
commit5b96a0e6ff6390f3c85f90a72207cf052ea11bf6
tree192a844505084ccea3ff37d4f5e26f8bdbbea3ea
parentb67c2d7522c0b73a18e316faa2b81d7c8b187706
1.0.48.8: better binary stream support in RUN-PROGRAM

  * In COPY-DESCRIPTOR-TO-STREAM, decode octets only if the stream has
    a character element type.

    For :DEFAULT and (UNSIGNED-BYTE 8) just copy the octets over
    directly.

    For others, signal an error. (Would be nice to support, but not a
    high priority.)

  * Similarly for copying to temporary files from non-fd input
    streams.
NEWS
src/code/run-program.lisp
tests/run-program.impure.lisp
version.lisp-expr