Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-15 | Move libraries to subdirectories under lib/ | Guillem Jover | 1 | -127/+0 | |
This will allow to use the same include path than the future system one, for example “#include <dpkg/dpkg.h>”. It also unclutters the source topdir. | |||||
2008-12-05 | libdpkg: Move subprocess related functions from mlib.c to subproc.c | Guillem Jover | 1 | -0/+57 | |
2008-09-14 | libcompat: Add new compat.h header | Guillem Jover | 1 | -0/+1 | |
2008-09-14 | libdpkg: Move gettext related definitions to a new dpkg-i18n.h | Guillem Jover | 1 | -0/+2 | |
2008-06-30 | Switch to use UTF-8 copyright symbol and add missing ones | Guillem Jover | 1 | -1/+1 | |
Some 'Copyright <year>' entries didn't have a copyright symbol. Add it and switch the rest from '(C)' to '©', but we don't do this on program output which for now should remain pure ascii. | |||||
2008-06-04 | libdpkg: Remove sentinel from catch_signals array | Guillem Jover | 1 | -1/+1 | |
2008-06-01 | libdpkg: Use size_t intead of int for the index to fix a warning | Guillem Jover | 1 | -2/+2 | |
2008-05-12 | Use sizeof_array() instead of ad-hoc calculations | Guillem Jover | 1 | -4/+3 | |
2008-05-12 | Refactor subprocess signal setup | Guillem Jover | 1 | -0/+68 | |