ikarus/doc
Abdulaziz Ghuloum 6eb6bf750d Added a (process "cmd" "args" ...) procedure that execs cmd, passing
args to it, and returns 4 values: 
* the process's pid
* the process's standard-input-port  (for writing)
* the process's standard-output-port (for reading)
* the process's standard-error-port  (for reading)
See lab/process-example.ss for a sample usage.
2007-12-19 22:46:07 -05:00
..
Makefile.am Fixed minor typo in doc/Makefile.am 2007-11-28 04:34:47 -05:00
Makefile.in Added a (process "cmd" "args" ...) procedure that execs cmd, passing 2007-12-19 22:46:07 -05:00
ikarus-scheme-users-guide.bib renamed the user's guide to "ikarus-scheme-users-guide.pdf". 2007-11-28 04:13:37 -05:00
ikarus-scheme-users-guide.pdf Fixed typos in the user's guide (reported in bug 173535) 2007-12-11 03:14:07 -05:00
ikarus-scheme-users-guide.tex Fixed typos in the user's guide (reported in bug 173535) 2007-12-11 03:14:07 -05:00