summaryrefslogtreecommitdiffstats
path: root/lib/path-concat.c
AgeCommit message (Expand)AuthorLines
2003-09-10Include <stdlib.h>, <string.h> unconditionally.Jim Meyering-21/+3
2002-02-23(xpath_concat): Reorder code to pacifyJim Meyering-4/+6
2001-05-12(DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now in dirname.h.Jim Meyering-20/+10
2001-03-13(path_concat) [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]:Jim Meyering-4/+8
2000-12-04Also include memory.h, stdlib.h, unistd.h if appropriate.Jim Meyering-1/+14
2000-12-04[!HAVE_DECL_MALLOC]: Declare malloc.Jim Meyering-0/+6
2000-06-21(path_concat): Don't access dir[-1] if dir is the empty string.Jim Meyering-4/+7
2000-04-29Declare strdup only if it's not defined.Jim Meyering-0/+2
2000-04-05Declare strdup.Jim Meyering-1/+2
1999-09-26(DIRECTORY_SEPARATOR): Define.Jim Meyering-13/+52
1998-12-07ansideclifyJim Meyering-4/+1
1998-03-15Use #if, not #ifdef with HAVE_ macrosJim Meyering-3/+3
1997-12-25Include <string.h> if available.Jim Meyering-0/+3
1997-11-19revert a mempcpy to memcpyJim Meyering-1/+1
1997-11-12(path_concat): Use mempcpy, not stpcpy.Jim Meyering-7/+15
1996-10-01(path_concat): Use K&R style function definition.Jim Meyering-1/+4
1996-08-19.Jim Meyering-0/+58