summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Enable the sc_trailing_blank check.James Youngman2011-06-1246-91/+141
* Enable the sc_space_tab checkJames Youngman2011-06-123-9/+11
* Enable the sc_texinfo_acronym checkJames Youngman2011-06-123-5/+13
* Enable syntax check sc_obsolete_symbols.James Youngman2011-06-122-4/+6
* Enable more syntax checks, eliminate useless C preprocessor parenthesesJames Youngman2011-06-1210-30/+44
* Use stat-size macros in pred.c also.James Youngman2011-06-125-89/+20
* Improve src-sniff.py.James Youngman2011-06-122-7/+30
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/findutilsJames Youngman2011-06-110-0/+0
|\
| * Adopt the new gnulib module stat-size.James Youngman2011-06-114-64/+11
* | Adopt the new gnulib module stat-size.James Youngman2011-06-114-64/+11
|/
* Don't include sys/param.h where we don't need it.James Youngman2011-06-074-8/+11
* Don't include "stdio-safer.h" where it is not used.James Youngman2011-06-053-2/+4
* Don't include <stddef.h> where it is not used.James Youngman2011-06-056-5/+6
* Fixes for empty-lines-at-EOF syntax check.James Youngman2011-06-055-3/+14
* Avoid some false positives for the sc_prohibit_doubled_word check.James Youngman2011-06-055-17/+32
* Include dirent.h uncontintionally (since gnulib provides it).James Youngman2011-06-053-34/+9
* Silence some false positives for sc_prohibit_always_true_header_tests.James Youngman2011-06-052-0/+11
* Prefer "cannot" to "can not".James Youngman2011-06-053-2/+6
* Update xargs error message.James Youngman2011-06-052-2/+16
* Use the gnulib byteswap and uname modules.James Youngman2011-06-055-9/+10
* gnulib already defines O_CLOEXEC.James Youngman2011-06-052-4/+4
* Add internationalisation support to bigram but not regexprops.James Youngman2011-06-043-0/+32
* Update gnulib.James Youngman2011-06-042-0/+3
* Update the copyright year in C source files.James Youngman2011-06-0445-56/+125
* More copyright year updates.James Youngman2011-06-043-3/+3
* Update the copyright year in test/documentation files, updatedb.James Youngman2011-06-047-9/+11
* Warn about lack of birth time information only when it's true.James Youngman2011-06-042-1/+8
* Compiler warning fixes in find/pred.c.James Youngman2011-06-042-7/+18
* Eliminate some compiler warnings in parser.cJames Youngman2011-06-042-8/+14
* Avoid code redundancy in lib/buildcmd.c.James Youngman2011-06-042-2/+5
* Eliminate some compiler warnings in find/parser.c.James Youngman2011-06-043-6/+12
* Fix a compiler warning in lib/buildcmd.cJames Youngman2011-06-042-1/+4
* Fix compiler warnings in lib/fdleak.cJames Youngman2011-06-042-5/+11
* Fix several small compiler warnings.James Youngman2011-06-045-4/+10
* Fix some compiler warnings in findutils-version.c.James Youngman2011-06-042-11/+6
* Don't display a separate gnulib version.James Youngman2011-06-047-31/+18
* Take the last matching entry in /etc/mtab, not the first.James Youngman2011-06-043-3/+31
* Remove unnecessary header checks and include guards.James Youngman2011-06-027-26/+19
* Better error handling for the result of set_fstype_devno.James Youngman2011-06-012-8/+22
* import-gnulib.sh now stops if it sees the old directory layout.James Youngman2011-05-312-0/+64
* Minor fixes in import-gnulib.sh.James Youngman2011-05-312-5/+19
* Manage gnulib as a git submodule.James Youngman2011-05-3012-141/+117
* Savannah bug #31424: Revert Interix-specific change.James Youngman2011-05-295-52/+11
* Fix Savannah bug #33384.James Youngman2011-05-243-2/+10
* Don't assume that "echo" lives in /bin.James Youngman2011-05-2454-57/+122
* Document ftsfind/oldfind and configure options.James Youngman2011-05-177-2/+177
* Add lib/fdleak.c to translatable files.James Youngman2011-05-152-0/+4
* Fix Savannah bug #18227 (-ls doesn't print device major/minor).James Youngman2011-05-153-1/+11
* #29698: Correct and clarify documentation of xargs -d optionJames Youngman2011-05-153-8/+18
* Implement xargs --process-slot-var.James Youngman2011-05-155-5/+141