summaryrefslogtreecommitdiff
path: root/lib/file-set.h
Commit message (Collapse)AuthorAgeFilesLines
* file-set.h: guard __attibute__ use, now that it's not always definedBruno Haible2011-06-131-1/+4
| | | | | | * lib/file-set.h (record_file): Use __attribute__ only with compiler versions that support it. This fixes a coreutils build failure with /bin/cc on HP-UX 11.31.
* Minor formatting changes.Bruno Haible2010-03-251-1/+1
|
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-2/+2
|
* New module, file-set.Jim Meyering2007-09-271-0/+12
* modules/file-set: Define it. * lib/file-set.c, lib/file-set.h: Implement.