summaryrefslogtreecommitdiff
path: root/locate
Commit message (Expand)AuthorAgeFilesLines
* Applied patch from Jim Meyering; Avoid link failure for locate with -fno-common.James Youngman2008-03-101-2/+2
* Avoid compiler warnings.Eric Blake2008-02-151-2/+2
* Changes to allow better translation of plurals.James Youngman2008-02-091-20/+25
* Rename the old locate database to the new name atomically. This fixes Savann...James Youngman2008-02-091-6/+4
* Backed out the positional parameter change because it was too error prone and...James Youngman2007-12-201-34/+27
* Enhancements to format strings in hman-readable messages intended to allow be...James Youngman2007-12-191-27/+34
* Pick up gnulib change to getline module.Eric Blake2007-08-234-18/+14
* Improve translation of xstrtol messages.Eric Blake2007-08-201-95/+101
* Fix Savannah bugs #20662, 20688.Eric Blake2007-08-051-3/+2
* * find/parser.c (parse_version): Avoid compiler warning.Eric Blake2007-07-241-0/+1
* Fixed Savannah bug #20547, version information not compliant with GNU coding ...James Youngman2007-07-226-24/+25
* Ensure 'make distcheck' can pass on cygwin.Eric Blake2007-07-181-2/+5
* Added HISTORY section to locate manual pageJames Youngman2007-07-031-1/+42
* Include <fcntl.h> unconditionally; also, avoid passing nonexistent option --g...James Youngman2007-07-021-3/+0
* Migrated from GPL version 2 to GPL version 3James Youngman2007-07-028-63/+47
* * find/pred.c (pred_timewindow): Avoid gcc warnings.Eric Blake2007-06-301-4/+5
* Allow 'make check' to work without prior 'make all'.Eric Blake2007-06-281-1/+1
* Fix Savannah bug #20263 (compilation err on DEC OSF/1. Include <sys/stat.h> ...James Youngman2007-06-263-4/+4
* Ignore the usually-ignored files in gitJames Youngman2007-06-242-0/+15
* Fixed various lint complaints pointed out by build-aux/src-sniff.pyJames Youngman2007-06-214-11/+12
* * locate/.cvsignore: Ignore dblocation.texi.Eric Blake2007-06-211-0/+1
* * locate/locate.c (set_max_db_age): Fix typo in error message.Eric Blake2007-06-211-2/+1
* Fixed Savannah bug #20157 (bad initialisation of groups[] argument to setgrou...FINDUTILS_4_3_8-1James Youngman2007-06-121-1/+1
* Fixed compilation warning for word_io.c due to non-declaration of error()James Youngman2007-06-101-0/+1
* Send unwanted stderr output to /dev/null, not ZZ.James Youngman2007-06-091-1/+1
* Distribute the new test files (lottleendian.exp, bigendian.exp andJames Youngman2007-06-091-2/+9
* Added test cases for reading little-endian old format database and big-endian...James Youngman2007-06-097-0/+81
* Updated copyright years.James Youngman2007-06-091-1/+1
* Fix Savannah bug #19980, by avoiding the non-POSIX function putw() (and in pr...James Youngman2007-06-096-8/+46
* Guess the byte order of old-format locate databasesJames Youngman2007-06-093-29/+90
* Added test case for long shared prefixes (long enough to need a word-sized va...James Youngman2007-06-044-1/+153
* locate also needs source file word_io.c.James Youngman2007-06-041-0/+1
* Declare getword().James Youngman2007-06-041-0/+13
* Use getword() instead of getw().James Youngman2007-06-041-25/+90
* Be more explicit about how the test failed (i.e. what was unexpected).James Youngman2007-06-041-3/+5
* Fix Svannah bug# 19981: don't call setgroups if it is not availableJames Youngman2007-06-031-1/+3
* Refactored the process_and(), process_or() and process_simple()James Youngman2007-05-261-51/+72
* Fixed by #19923 and prepared for release of findutils-4.3.6FINDUTILS_4_3_6-1James Youngman2007-05-211-4/+4
* Fixed Savannah bug #19871 (spurious .R directives in the manual page for find)James Youngman2007-05-191-0/+5
* Bugfixes for Savannah bugs #19768 and #19766James Youngman2007-05-013-47/+97
* Fixed Savannah bug #18203 (find error messages can garble the console)James Youngman2007-04-291-21/+30
* remove dblocation.texi in 'make clean'James Youngman2007-04-221-1/+1
* Applied patch from Eric Blake fixing Savannah bug #19661James Youngman2007-04-221-1/+1
* Support the generation of slocate-format databasesJames Youngman2007-04-225-35/+159
* Document the slocate database formatJames Youngman2007-04-211-12/+49
* Issue an error message when bailing out because an slocate database features ...James Youngman2007-04-211-2/+4
* Fixed Savannah bug #19484 (decompression problem if first filename to go into...James Youngman2007-04-192-6/+4
* Savannah bug #19483: --help option should be bold, not italic.James Youngman2007-04-191-1/+1
* Make the test suite fail if it cannot find the binary (as opposed to testing ...James Youngman2007-04-151-42/+18
* Fixes to ensure that 'make distcheck' worksJames Youngman2007-04-151-1/+1