aboutsummaryrefslogtreecommitdiffstats
path: root/lib/addext.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2004-07-27Merged into backupfile.c.Paul Eggert1-114/+0
2003-09-10Include <string.h> unconditionally.Jim Meyering1-5/+1
2003-06-06Update from gnulib.Jim Meyering1-1/+1
2003-05-30Update from gnulib.Jim Meyering1-5/+9
2002-09-04(addext): Add a cast to avoid gcc's warning aboutJim Meyering1-2/+2
`comparison between signed and unsigned'.
2001-08-13(<errno.h>): Include.Jim Meyering1-15/+24
(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 Meyering1-2/+2
2001-05-12(ISSLASH, base_name): Remove; now in dirname.h.Jim Meyering1-6/+6
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 Meyering1-1/+1
2000-07-09update copyright dateJim Meyering1-1/+1
1999-01-16(base_name): Declare.Jim Meyering1-1/+3
1998-12-31(addext): Protoize.Jim Meyering1-8/+5
Indent cpp directives to match nesting.
1997-05-27Update from patch-2.2.93.Jim Meyering1-0/+106