Archived
1
0
Fork 0
Commit graph

12 commits

Author SHA1 Message Date
Henrik Hautakoski
f46ae1970b Change indentation to follow the updated standard.
Alot of mixed indentation. use 4 chars wide soft tabs.
2011-03-19 12:28:48 +02:00
Henrik Hautakoski
a1a85267f0 path.c: dirname_s: allow 'path' to point to the static buffer.
feeding the function a pointer to sb.buf results in path also being cleared
by the call to strbuf_reduce and the information is lost.
2011-02-16 16:53:26 +02:00
Henrik Hautakoski
9e9321dc65 path.c: Added path_isparent function. 2011-02-15 16:23:54 +01:00
Henrik Hautakoski
546e7c50f1 path.c: added dirname_s function. 2011-02-11 19:17:38 +01:00
Henrik Hautakoski
1b3035b249 path: added mkpath 2011-02-05 14:13:17 +01:00
Henrik Hautakoski
3ed80a13ae path.c: declare path_normalize as 'unsigned dir' instead of 'unsigned char dir' 2011-02-04 15:59:58 +01:00
Henrik Hautakoski
6714397d10 path.c: remove unneeded function. 2011-01-29 10:54:20 +01:00
Henrik Hautakoski
f156e8906c removed debug.h in favor for log.h 2010-12-22 14:51:28 +01:00
Henrik Hautakoski
f65dcaaf18 file.c: moved everything into path.c 2010-12-22 14:51:27 +01:00
Henrik Hautakoski
fca8bba289 path.c: Added is_dir function 2010-12-22 14:51:26 +01:00
Henrik Hautakoski
f752e03943 path.c: removed unneeded functions. 2010-11-14 09:46:34 +01:00
Henrik Hautakoski
cfb5e85699 moving src/common to src/ 2010-10-19 13:34:06 +02:00
Renamed from src/common/path.c (Browse further)