lib/path-concat.c


Log

Author Commit Date CI Message
Jim Meyering 1440fbdd 2000-12-04T09:37:33 Also include memory.h, stdlib.h, unistd.h if appropriate.
Jim Meyering 45e296a3 2000-12-04T09:15:49 [!HAVE_DECL_MALLOC]: Declare malloc.
Jim Meyering 8d447ad2 2000-06-21T12:56:33 (path_concat): Don't access dir[-1] if dir is the empty string.
Jim Meyering eeedc1da 2000-04-29T09:25:09 Declare strdup only if it's not defined.
Jim Meyering e704e54e 2000-04-05T15:08:11 Declare strdup.
Jim Meyering 17addc5b 1999-09-26T18:52:51 (DIRECTORY_SEPARATOR): Define. (ISSLASH): Define. (path_concat): Allow parameter DIR to be NULL. (xpath_concat): New function. From Akim Demaille.
Jim Meyering cf42d3e5 1998-12-07T03:12:10 ansideclify
Jim Meyering 67f394c1 1998-03-15T11:09:10 Use #if, not #ifdef with HAVE_ macros
Jim Meyering 4a20d8d5 1997-12-25T16:48:51 Include <string.h> if available.
Jim Meyering 1b090a94 1997-11-19T18:55:31 revert a mempcpy to memcpy
Jim Meyering 0f1677ef 1997-11-12T16:18:23 (path_concat): Use mempcpy, not stpcpy.
Jim Meyering 0b6856f5 1996-10-01T01:09:07 (path_concat): Use K&R style function definition.
Jim Meyering 8ddb64cf 1996-08-19T01:41:53 .