| Commit message (Expand) | Author | Age | Files | Lines |
* | /etc/weekly --> /etc/periodic/weekly/310.locate | alex | 2000-06-14 | 1 | -1/+1 |
* | Remove more single-space hard sentence breaks. | sheldonh | 2000-03-06 | 1 | -1/+2 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -5/+10 |
* | underline "pattern" in the synopsis. | gsutter | 2000-02-28 | 1 | -1/+1 |
* | Fix typo's. | asmodai | 2000-01-28 | 1 | -2/+2 |
* | Use mktemp(1) for tempfiles (concatdb.sh), and increase the number of X's. | kris | 2000-01-12 | 3 | -3/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 17 | -17/+17 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+2 |
* | Fix a width. | ru | 1999-06-05 | 1 | -1/+1 |
* | Delete debug line. | wosch | 1999-05-14 | 1 | -2/+1 |
* | Don't overwrite the variable LOCATE_CONFIG | wosch | 1999-05-14 | 2 | -3/+9 |
* | fix PRUNEPATHS assignment | ache | 1999-02-28 | 1 | -2/+2 |
* | Added myself as maintainer. | wosch | 1999-02-09 | 1 | -1/+4 |
* | Set TMPDIR to /tmp | wosch | 1998-11-29 | 1 | -9/+7 |
* | Set TMPDIR to /tmp | wosch | 1998-11-29 | 1 | -14/+35 |
* | Recommended TMPDIR is now /tmp (undo rev 1.6) | wosch | 1998-11-29 | 1 | -2/+2 |
* | Create a save TMPDIR using `mktemp -d'. | wosch | 1998-06-18 | 1 | -2/+7 |
* | Add cross references for find(1), locate(1), whereis(1) and which(1). | jkoshy | 1998-05-15 | 1 | -1/+3 |
* | Change default temporary directory (TMPDIR) from /tmp to /var/tmp. | wosch | 1998-03-08 | 4 | -11/+11 |
* | Improve shell variable substitution. | wosch | 1998-03-08 | 3 | -30/+24 |
* | locate(1) is no longer started by /etc/weekly. | alex | 1998-02-07 | 1 | -5/+5 |
* | Typo fix. | alex | 1998-01-01 | 1 | -2/+2 |
* | <bsd.prog.mk> has always included ../Makefile.inc, and there are no | bde | 1997-12-17 | 3 | -4/+3 |
* | Allow TMPDIR to be set and actually *used*; if it not set, it defaults | sef | 1997-12-13 | 3 | -6/+9 |
* | Float overflow in statistic function for large databases | wosch | 1997-09-23 | 1 | -4/+4 |
* | Use err(3). Use .Pa macro for filenames in man page. | charnier | 1997-07-21 | 4 | -42/+32 |
* | fix up this man page | jmg | 1997-04-18 | 1 | -20/+47 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 2 | -4/+4 |
* | fix a couple misspellings, one of 'em closes pr 2892. | jmg | 1997-03-06 | 1 | -3/+3 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 14 | -14/+14 |
* | Sweep through the tree fixing mmap() usage: | alex | 1997-01-16 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 14 | -14/+14 |
* | Fix uninitialized memory read for case insensitive search. Harmless. | wosch | 1996-12-13 | 1 | -1/+4 |
* | add forgotten variable $locate | wosch | 1996-10-31 | 1 | -1/+2 |
* | Typo: to --> too. Fixes PR#1907. | alex | 1996-10-27 | 1 | -2/+2 |
* | Do not store character 30. I made a test at my CS department | wosch | 1996-10-27 | 1 | -1/+8 |
* | Rename FNM_ICASE to FNM_CASEFOLD | ache | 1996-10-23 | 1 | -2/+2 |
* | Better case insensitve search support for pattern with meta chars. | wosch | 1996-10-20 | 1 | -2/+9 |
* | 8-Bit character support. | wosch | 1996-10-13 | 6 | -67/+147 |
* | export variable TMPDIR (which maybe set, but not exported in /etc/locate.rc) | wosch | 1996-10-12 | 1 | -2/+3 |
* | Fix searching for shell quoting characters. I guess it was | wosch | 1996-10-09 | 3 | -21/+43 |
* | #include <fastfind.c> -> #include "fastfind.c" | wosch | 1996-09-16 | 1 | -5/+5 |
* | remove unnecessary boundary check, 2x faster | wosch | 1996-09-14 | 1 | -18/+13 |
* | Document the existance of a configuration file for updatedb. | guido | 1996-09-05 | 2 | -4/+13 |
* | Fix to work with obj directories: -I. -> -I${.CURDIR} | wosch | 1996-09-01 | 1 | -2/+2 |
* | optimized search algorithm | wosch | 1996-08-31 | 5 | -121/+957 |
* | NULL -> '\0' | wosch | 1996-08-31 | 2 | -12/+12 |
* | fix prototypes/forward declarations/return type | peter | 1996-08-30 | 2 | -78/+5 |
* | delete unused #include <string.h> | peter | 1996-08-30 | 1 | -2/+1 |
* | sync copyright with /usr/share/examples/etc/bsd-style-copyright | wosch | 1996-08-27 | 3 | -6/+72 |