summaryrefslogtreecommitdiff
path: root/lib/path.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-15Move libraries to subdirectories under lib/Guillem Jover1-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-26libdpkg: Suffix path related function names with ‘path_’Guillem Jover1-2/+2
2008-09-14libcompat: Add new compat.h headerGuillem Jover1-0/+2
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-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-28libdpkg: Move skip_slash_dotslash from parsehelp.c to path.cGuillem Jover1-0/+10
And from dpkg-db.h dpkg-priv.h.
2008-06-01libdpkg: Make rtrim_slash_slashdot return the string sizeGuillem Jover1-2/+4
2008-05-12libdpkg: Add new rtrim_slash_slashdot private functionGuillem Jover1-0/+41