A pipeline manipulation library
libpipeline is a C library for setting up and running pipelines of processes, without needing to involve shell command-line parsing which is often error-prone and insecure. This alleviates programmers of the need to laboriously construct pipelines using lower-level primitives such as fork(2) and execve(2)
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / libpipeline
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Base:System/libpipeline && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
libpipeline-1.5.3.tar.gz | 0000994663 971 KB | |
libpipeline-1.5.3.tar.gz.asc | 0000000833 833 Bytes | |
libpipeline.changes | 0000003034 2.96 KB | |
libpipeline.keyring | 0000341941 334 KB | |
libpipeline.spec | 0000003202 3.13 KB |
Revision 17 (latest revision is 31)
Dr. Werner Fink (WernerFink)
accepted
request 834162
from
Dirk Mueller (dirkmueller)
(revision 17)
- update to 1.5.3: * Fix implementation-defined behaviour while handling read/write errors. * Port tests to the modern Check API. * `pipecmd_exec' now calls `_exit' rather than `exit', to avoid bugs such as * functions registered using `atexit' being called multiple times. * Document that standard FDs must be open before calling `pipeline_start'. * Building libpipeline now requires Autoconf >= 2.63 and Automake >= 1.11.2. * Various portability improvements, via Gnulib.
Comments 0