New module 'fatal-signal'.
[gnulib.git] / lib / path-concat.c
2003-09-09 Paul EggertRemove K&R cruft.
2002-02-23 Jim Meyering(xpath_concat): Reorder code to pacify
2001-05-12 Jim Meyering(DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN, ISSLASH...
2001-03-13 Jim Meyering(path_concat) [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]:
2000-12-04 Jim MeyeringAlso include memory.h, stdlib.h, unistd.h if appropriate.
2000-12-04 Jim Meyering[!HAVE_DECL_MALLOC]: Declare malloc.
2000-06-21 Jim Meyering(path_concat): Don't access dir[-1] if dir is the empty...
2000-04-29 Jim MeyeringDeclare strdup only if it's not defined.
2000-04-05 Jim MeyeringDeclare strdup.
1999-09-26 Jim Meyering(DIRECTORY_SEPARATOR): Define.
1998-12-07 Jim Meyeringansideclify
1998-03-15 Jim MeyeringUse #if, not #ifdef with HAVE_ macros
1997-12-25 Jim MeyeringInclude <string.h> if available.
1997-11-19 Jim Meyeringrevert a mempcpy to memcpy
1997-11-12 Jim Meyering(path_concat): Use mempcpy, not stpcpy.
1996-10-01 Jim Meyering(path_concat): Use K&R style function definition. FILEUTILS-3_13f
1996-08-19 Jim Meyering.