summaryrefslogtreecommitdiff
path: root/src/path.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-29path.c: Don't throw away remaining components after a symlinkYorhel1-8/+23
2012-08-26Fixed some compiler warnings and a (rather nonexistent) memory leakYorhel1-1/+1
2012-01-18Copyright year bumpYorhel1-1/+1
2011-10-31Code cleanup: Use `static' where applicable.Yorhel1-5/+4
2011-10-31Belated copyright year bumpYorhel1-1/+1
2010-07-19Fixed segfault when launched on a nonexistant directoryYorhel1-1/+2
2010-02-28Misc. minor fixesYorhel1-1/+0
2010-02-27Copyright year bumpYorhel1-1/+1
2009-06-06Removed another occurence of dirfd()Yorhel1-6/+0
2009-05-16Removed reliance on dirfd()Yorhel1-5/+0
2009-04-25Fixed memory overflow bug in path_real_rec()Yorhel1-1/+1
2009-04-23Split path handling into path.c and replaced rpath() with a better implementa...Yorhel1-0/+243