summaryrefslogtreecommitdiff
path: root/lib/pipeline.c
Commit message (Expand)AuthorAge
...
* * lib/pipeline.c (pipeline_start): Change "couldn't exec %s" toColin Watson2003-08-27
* * include/manconfig.h.in: Remove incorrect prototype of basename()Colin Watson2003-08-15
* Replace the old "wait() for one child at a time" approach with aColin Watson2003-08-09
* * lib/pipeline.c (command_dup): Copy cmd->nice.Colin Watson2003-08-09
* * lib/pipeline.c (command_dup): Terminate argv with a NULL.Colin Watson2003-08-04
* * lib/pipeline.c (pipeline_dump): New function to dump a printableColin Watson2003-08-04
* * lib/pipeline.c (argstr_get_word): Plug some memory leaks.Colin Watson2003-08-04
* * lib/pipeline.c (pipeline_wait): The return value was a bitColin Watson2003-08-04
* Add support for getting stdio streams for input and output. NeedsColin Watson2003-08-03
* * lib/pipeline.c (pipeline_start): Use dup2() instead of close()Colin Watson2003-08-03
* infd and outfd should now only be set by pipeline_start(). PositiveColin Watson2003-08-03
* * lib/pipeline.h (struct command): New 'nice' member.Colin Watson2003-08-03
* * lib/pipeline.c (pipeline_start): Pop all cleanups in child.Colin Watson2003-08-03
* * lib/pipeline.c (argstr_get_word, command_new_argstr,Colin Watson2003-08-03
* * lib/pipeline.c (command_dup): New function to duplicate a command.Colin Watson2003-08-03
* * lib/pipeline.h (struct pipeline): The writeto, readfrom, writefd,Colin Watson2003-08-03
* Add support in pipeline library for writing input to or readingColin Watson2003-08-03
* * lib/pipeline.c: New pipeline library, adapted from that in groff.Colin Watson2003-08-03