Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-15 | Move libraries to subdirectories under lib/ | Guillem Jover | 1 | -55/+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. | |||||
2009-06-26 | libdpkg: Suffix path related function names with ‘path_’ | Guillem Jover | 1 | -2/+2 | |
2008-09-14 | libcompat: Add new compat.h header | Guillem Jover | 1 | -0/+2 | |
2008-06-30 | Switch to use UTF-8 copyright symbol and add missing ones | Guillem Jover | 1 | -2/+2 | |
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-28 | libdpkg: Move skip_slash_dotslash from parsehelp.c to path.c | Guillem Jover | 1 | -0/+10 | |
And from dpkg-db.h dpkg-priv.h. | |||||
2008-06-01 | libdpkg: Make rtrim_slash_slashdot return the string size | Guillem Jover | 1 | -2/+4 | |
2008-05-12 | libdpkg: Add new rtrim_slash_slashdot private function | Guillem Jover | 1 | -0/+41 | |