| Commit message (Expand) | Author | Age | Files | Lines |
* | Coding standard fix: "Warning" should be "WARNING" or "warning". | James Youngman | 2010-04-02 | 1 | -1/+1 |
* | Change error (1, ...) to error (EXIT_FAILURE, ...). | James Youngman | 2010-04-02 | 4 | -23/+27 |
* | Updated copyright years to add 2010. | James Youngman | 2010-04-01 | 2 | -2/+2 |
* | Coding style fixes: space after function names. | James Youngman | 2010-04-01 | 4 | -247/+248 |
* | Remove some extra spaces present in locate usage text. | Francesco Cosoleto | 2010-03-12 | 1 | -2/+2 |
* | Remove unnecessary include guards. | James Youngman | 2009-04-12 | 3 | -19/+4 |
* | Fix Savannah bug #25764, duplicate entry for proc in PRUNEFS. | James Youngman | 2009-03-05 | 2 | -2/+5 |
* | Enabled GCC warnings for declarations after statements. | James Youngman | 2009-03-04 | 1 | -0/+1 |
* | Removed trailing whitespace. | James Youngman | 2009-03-04 | 9 | -239/+239 |
* | Upgrade to gnulib version 86a37c05846ff3772afd1300f135866dd1d271c6. | James Youngman | 2009-03-04 | 1 | -1/+1 |
* | Update gnulib version; follow gnulib-tool's Makefile.am edit suggestions. | James Youngman | 2009-02-21 | 1 | -1/+1 |
* | fix typo Any -> any | James Youngman | 2008-08-04 | 1 | -1/+1 |
* | Applied patch from Jim Meyering; Avoid link failure for locate with -fno-common. | James Youngman | 2008-03-10 | 1 | -2/+2 |
* | Avoid compiler warnings. | Eric Blake | 2008-02-15 | 1 | -2/+2 |
* | Changes to allow better translation of plurals. | James Youngman | 2008-02-09 | 1 | -20/+25 |
* | Rename the old locate database to the new name atomically. This fixes Savann... | James Youngman | 2008-02-09 | 1 | -6/+4 |
* | Backed out the positional parameter change because it was too error prone and... | James Youngman | 2007-12-20 | 1 | -34/+27 |
* | Enhancements to format strings in hman-readable messages intended to allow be... | James Youngman | 2007-12-19 | 1 | -27/+34 |
* | Pick up gnulib change to getline module. | Eric Blake | 2007-08-23 | 4 | -18/+14 |
* | Improve translation of xstrtol messages. | Eric Blake | 2007-08-20 | 1 | -95/+101 |
* | Fix Savannah bugs #20662, 20688. | Eric Blake | 2007-08-05 | 1 | -3/+2 |
* | * find/parser.c (parse_version): Avoid compiler warning. | Eric Blake | 2007-07-24 | 1 | -0/+1 |
* | Fixed Savannah bug #20547, version information not compliant with GNU coding ... | James Youngman | 2007-07-22 | 6 | -24/+25 |
* | Ensure 'make distcheck' can pass on cygwin. | Eric Blake | 2007-07-18 | 1 | -2/+5 |
* | Added HISTORY section to locate manual page | James Youngman | 2007-07-03 | 1 | -1/+42 |
* | Include <fcntl.h> unconditionally; also, avoid passing nonexistent option --g... | James Youngman | 2007-07-02 | 1 | -3/+0 |
* | Migrated from GPL version 2 to GPL version 3 | James Youngman | 2007-07-02 | 8 | -63/+47 |
* | * find/pred.c (pred_timewindow): Avoid gcc warnings. | Eric Blake | 2007-06-30 | 1 | -4/+5 |
* | Allow 'make check' to work without prior 'make all'. | Eric Blake | 2007-06-28 | 1 | -1/+1 |
* | Fix Savannah bug #20263 (compilation err on DEC OSF/1. Include <sys/stat.h> ... | James Youngman | 2007-06-26 | 3 | -4/+4 |
* | Ignore the usually-ignored files in git | James Youngman | 2007-06-24 | 2 | -0/+15 |
* | Fixed various lint complaints pointed out by build-aux/src-sniff.py | James Youngman | 2007-06-21 | 4 | -11/+12 |
* | * locate/.cvsignore: Ignore dblocation.texi. | Eric Blake | 2007-06-21 | 1 | -0/+1 |
* | * locate/locate.c (set_max_db_age): Fix typo in error message. | Eric Blake | 2007-06-21 | 1 | -2/+1 |
* | Fixed Savannah bug #20157 (bad initialisation of groups[] argument to setgrou...FINDUTILS_4_3_8-1 | James Youngman | 2007-06-12 | 1 | -1/+1 |
* | Fixed compilation warning for word_io.c due to non-declaration of error() | James Youngman | 2007-06-10 | 1 | -0/+1 |
* | Send unwanted stderr output to /dev/null, not ZZ. | James Youngman | 2007-06-09 | 1 | -1/+1 |
* | Distribute the new test files (lottleendian.exp, bigendian.exp and | James Youngman | 2007-06-09 | 1 | -2/+9 |
* | Added test cases for reading little-endian old format database and big-endian... | James Youngman | 2007-06-09 | 7 | -0/+81 |
* | Updated copyright years. | James Youngman | 2007-06-09 | 1 | -1/+1 |
* | Fix Savannah bug #19980, by avoiding the non-POSIX function putw() (and in pr... | James Youngman | 2007-06-09 | 6 | -8/+46 |
* | Guess the byte order of old-format locate databases | James Youngman | 2007-06-09 | 3 | -29/+90 |
* | Added test case for long shared prefixes (long enough to need a word-sized va... | James Youngman | 2007-06-04 | 4 | -1/+153 |
* | locate also needs source file word_io.c. | James Youngman | 2007-06-04 | 1 | -0/+1 |
* | Declare getword(). | James Youngman | 2007-06-04 | 1 | -0/+13 |
* | Use getword() instead of getw(). | James Youngman | 2007-06-04 | 1 | -25/+90 |
* | Be more explicit about how the test failed (i.e. what was unexpected). | James Youngman | 2007-06-04 | 1 | -3/+5 |
* | Fix Svannah bug# 19981: don't call setgroups if it is not available | James Youngman | 2007-06-03 | 1 | -1/+3 |
* | Refactored the process_and(), process_or() and process_simple() | James Youngman | 2007-05-26 | 1 | -51/+72 |
* | Fixed by #19923 and prepared for release of findutils-4.3.6FINDUTILS_4_3_6-1 | James Youngman | 2007-05-21 | 1 | -4/+4 |