History log of /src/usr.bin/locate/bigram |
Revision | Date | Author | Comments |
1.6 | 18-Sep-2002 |
lukem | makefile delint. use NETBSDSRCDIR as appropriate
|
1.5 | 12-Dec-2001 |
tv | MKfoo=no -> NOfoo
|
1.4 | 13-Feb-1999 |
lukem | convert from NOxxx= to MKxxx=no. include <bsd.own.mk> if testing a MKxxx variable.
|
1.3 | 22-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
1.2 | 31-Jul-1993 |
mycroft | Add RCS indentifiers.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 22-Dec-1994 |
jtc | imported from 44lite
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.13 | 05-Sep-2016 |
sevan | Drop main() prototype.
|
1.12 | 17-Nov-2009 |
drochner | ANSIfy, sprinkle "const" in some obvious cases
|
1.11 | 21-Jul-2008 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
1.10 | 07-Aug-2003 |
agc | branches: 1.10.34; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.9 | 06-May-2000 |
mycroft | Do not count the end of a line in the bigram table. Newlines are stripped before coding anyway, and the bigram output was screwing up (and often pessimising) the table.
|
1.8 | 22-Mar-2000 |
simonb | Include <string.h> to get a prototype for memset(). Fixes build problems on alpha noted by Tim Rightnour on current-users.
|
1.7 | 20-Mar-2000 |
jdolecek | Do all bigram processing here, instead of in updatedb.csh; saves a few cycles (it's runs like 2 seconds instead of 16) and the algorithm is hopefully a bit more clear
|
1.6 | 19-Oct-1997 |
lukem | WARNSify, fix .Nm usage, deprecate register
|
1.5 | 01-Sep-1995 |
thorpej | Fix tiny goof left over from the merge.
|
1.4 | 31-Aug-1995 |
jtc | Sync with 4.4lite2
|
1.3 | 22-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.3 | 31-Aug-1995 |
jtc | imported from 44lite2
|
1.1.1.2 | 22-Dec-1994 |
jtc | imported from 44lite
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.10.34.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|