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
|
2e2d6c7eee
|
use stdlib.h instead of malloc.h
|
2011-01-13 15:36:58 +01:00 |
|
Henrik Hautakoski
|
055825766f
|
test/t_path.c: added is_file tests.
|
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 |
|
H Hautakoski
|
4ca920dc01
|
common/path.c: ~ expand in normalize
|
2010-10-22 13:59:10 +02:00 |
|
H Hautakoski
|
25d789c77b
|
common/path.c: normalize function (old fmt_path) using strbuf.
|
2010-10-22 13:59:09 +02:00 |
|
H Hautakoski
|
d5d79c77db
|
common/path.c: fixed is_abspath.
|
2010-10-22 13:59:07 +02:00 |
|
|
|
b326f23c85
|
common/path.c: fixed bug whit trailing slash in fmt_path
|
2010-10-22 13:59:04 +02:00 |
|
|
|
654f4bff80
|
updated dirname/basepath to follow a modification of IEEE standard.
|
2010-10-19 03:31:55 +02:00 |
|
|
|
fdfefe7d55
|
Initial commit
|
2010-10-19 03:31:16 +02:00 |
|