summaryrefslogtreecommitdiff
path: root/lib/subproc.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-15Move libraries to subdirectories under lib/Guillem Jover1-127/+0
2008-12-05libdpkg: Move subprocess related functions from mlib.c to subproc.cGuillem Jover1-0/+57
2008-09-14libcompat: Add new compat.h headerGuillem Jover1-0/+1
2008-09-14libdpkg: Move gettext related definitions to a new dpkg-i18n.hGuillem Jover1-0/+2
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-1/+1
2008-06-04libdpkg: Remove sentinel from catch_signals arrayGuillem Jover1-1/+1
2008-06-01libdpkg: Use size_t intead of int for the index to fix a warningGuillem Jover1-2/+2
2008-05-12Use sizeof_array() instead of ad-hoc calculationsGuillem Jover1-4/+3
2008-05-12Refactor subprocess signal setupGuillem Jover1-0/+68