summaryrefslogtreecommitdiff
path: root/lib/addext.c
AgeCommit message (Collapse)Author
2003-09-10Include <string.h> unconditionally.Jim Meyering
2003-06-06Update from gnulib.Jim Meyering
2003-05-30Update from gnulib.Jim Meyering
2002-09-04(addext): Add a cast to avoid gcc's warning aboutJim Meyering
`comparison between signed and unsigned'.
2001-08-13(<errno.h>): Include.Jim Meyering
(errno): Declare if not defined. (addext): Work correctly when pathconf returns -1 and leaves errno alone because there is no limit. Also, work even if pathconf returns a value greater than SIZE_MAX.
2001-05-12Use "", not <> to include non-system header files.Jim Meyering
2001-05-12(ISSLASH, base_name): Remove; now in dirname.h.Jim Meyering
Include <dirname.h> after size_t is defined. (addext): Use base_len to trim redundant trailing slashes instead of doing it ourselves. But do not trim the last slash if it is not redundant.
2000-08-07back out Copyright date changes for files with no changes yearJim Meyering
2000-07-09update copyright dateJim Meyering
1999-01-16(base_name): Declare.Jim Meyering
1998-12-31(addext): Protoize.Jim Meyering
Indent cpp directives to match nesting.
1997-05-27Update from patch-2.2.93.Jim Meyering