summaryrefslogtreecommitdiff
path: root/locate
Commit message (Expand)AuthorAgeFilesLines
* Savannah patch #3775 from Aaron Hawley: reconciling man pages differences; di...James Youngman2005-12-051-1/+4
* Escape '-' as '\-' where appropriate.James Youngman2005-11-201-2/+2
* Typo in "IEEE" in a comment.James Youngman2005-09-061-14/+2
* Removed unused struct stringbuf.soffs.James Youngman2005-09-011-2/+0
* Documented the fact that we now use Emacs-style regexps, not POSIXJames Youngman2005-07-031-8/+13
* Fixed Savannah bug #13495: find now uses Emacs-style regexps by defaultJames Youngman2005-07-031-15/+50
* Assume unistd.h is present - avoid using HAVE_UNISTD_HJames Youngman2005-07-021-2/+3
* Applied patch from Bas Van Gompel to move match counting into a (new) visitor...James Youngman2005-06-271-19/+46
* Fix Savannah bug 13411 - reject trailing slashes in updatedb's --prunepaths, ...James Youngman2005-06-192-0/+14
* Applied Bas van Gompel's patch implementing --andJames Youngman2005-06-122-5/+53
* Fixed Savannah bug #13363, typos in manpages (trivial change)James Youngman2005-06-111-1/+1
* Use the new normalize_dir procedure throughout.James Youngman2005-06-091-3/+2
* MMove the normalisation into a procedure.James Youngman2005-06-091-4/+9
* Don't rely on the "file normalize" command being available (it's newJames Youngman2005-06-091-2/+10
* Applies Bas van Gompel's patch which allows the database to read from stdin.James Youngman2005-06-081-0/+3
* Read the database in by using the "visitor" pattern. Modified fileJames Youngman2005-06-081-189/+228
* Document the fact that the output filenames are escaped if stdout is aJames Youngman2005-06-071-0/+9
* Updated the FSF's postal addressJames Youngman2005-06-077-7/+7
* Updated copyright years.James Youngman2005-06-071-1/+2
* Applied patch from Bas van Gompel which reduces the number of times weJames Youngman2005-06-071-16/+55
* Fix Savannah bug #13324: Fix compiler warnings for GCC-3.4James Youngman2005-06-072-9/+4
* Fixed Savannah bug #13325: Quoting of output filenames in locateJames Youngman2005-06-071-4/+42
* locate/locate.c: rename new_locate() to locate() since old_locate()James Youngman2005-05-301-12/+12
* Added patch from Bas van Gompel: search each locate database only once. Also...James Youngman2005-05-302-104/+165
* Fixed wrong function names in comments. Silly me. Tiny patch by Bas van Gom...James Youngman2005-04-201-2/+2
* Applied patch from Bas van Gompel which provides the -E (--non-existing) opti...James Youngman2005-04-1816-44/+212
* Savannah bug #12491: Only use the "-s" option to "su" if it isJames Youngman2005-04-041-4/+22
* Trivial change from A Costa <agcosta@gis.net>, fixing typos in manual pages f...James Youngman2005-04-012-2/+2
* Eliminated some compiler warningsJames Youngman2005-03-041-2/+4
* dist-hook: Ensure that we distribute all the .po files and all the testsuite ...James Youngman2005-02-061-9/+15
* Say 'base name' rather than 'basename' in commentsJames Youngman2005-02-051-2/+2
* Updated/corrected the email address for David MacKenzie, one of the original ...James Youngman2005-01-313-3/+3
* Clean up the files left behind by the locate_textonly testJames Youngman2005-01-281-1/+1
* Implemented locate --regex - but needs documenting in Texinfo manual.James Youngman2005-01-275-9/+143
* Document --mmap and --stdio as synonyms of -m and -s.James Youngman2005-01-251-2/+2
* Document -m and -s (both no-ops) in the usage message.James Youngman2005-01-251-2/+2
* Document -m and -s as no-ops.James Youngman2005-01-251-0/+8
* Move the printing of the statistics into a new function, print_stats()James Youngman2005-01-241-27/+36
* -S is a synonym for --statisticsJames Youngman2005-01-231-1/+1
* Implement options -L (default), -H and -P, which mean the same things as for ...James Youngman2005-01-232-9/+71
* Removed spurious newline from help message (bug report from KarlJames Youngman2005-01-231-3/+2
* Use prototypes for next_element() to make sure it is called correctly.James Youngman2005-01-171-1/+2
* Ensure that the new long options have a relevang short option too.James Youngman2005-01-151-32/+34
* Escape "-" in SYNOPSIS. Thanks to Bas van Gompel for noticing thisJames Youngman2005-01-151-3/+3
* The GNU coding standard requires a space between the function name andJames Youngman2005-01-084-4/+4
* Indicate that empty elements in the dbpath are treated as synonyms forJames Youngman2005-01-081-1/+3
* Support empty elements in the dbpath as synonyms for the defaultJames Youngman2005-01-081-26/+12
* Savannah bug 11517: find, xargs, locate, etc. should not hide write failures;...James Youngman2005-01-084-0/+8
* document locate -SJames Youngman2005-01-031-1/+1
* Support locate -b as a synonym for locate --basenameJames Youngman2005-01-032-3/+3