aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/look
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-0/+4
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-283-3/+3
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-192-4/+22
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | look: implement long optionsEitan Adler2014-07-042-5/+16
* | look(1): add compability with other implementations.Eitan Adler2014-05-112-1/+8
|/
* Add missing static keywords to look(1)Ed Schouten2011-11-061-13/+13
* Sort header file names.Ed Schouten2011-10-171-1/+1
* Add missing #include.Ed Schouten2011-10-161-0/+1
* Don't cast SIZE_T_MAX to off_t.Ed Schouten2011-10-161-1/+1
* Build look(1) with WARNS=6.Ed Schouten2011-10-142-3/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-113-12/+2
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+3
* Don't try to mmap the contents of empty files. This behaviour was harmlessColin Percival2009-08-261-0/+4
* Remove break after return.Stefan Farfeleder2006-07-181-2/+0
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Sort sections.Tim J. Robbins2004-07-191-3/+3
* Move exit status information into a DIAGNOSTICS section. Add an ENVIRONMENTTim J. Robbins2004-07-191-3/+15
* Add support for multibyte characters. While here, fix a longstanding bug inTim J. Robbins2004-07-192-59/+68
* Point out in the BUGS section that look expects input files to haveTim J. Robbins2004-07-191-0/+7
* Document incorrect handling of multibyte characters.Tim J. Robbins2004-07-171-1/+5
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+2
* Introduce options definition the standard way.Philippe Charnier2003-06-091-2/+2
* ANSIify function definitions.David Malone2002-09-041-18/+11
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Fix a const-char vs char issue.Mark Murray2002-04-281-1/+3
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
* remove __PWarner Losh2002-03-221-6/+6
* Warns cleanup - not ready for WARNS=2 yet.David Malone2001-12-031-2/+3
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-131-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Support multiple databases. For exampleWolfram Schneider1998-08-312-25/+25
* revert: The warning was supposed to irritate someone into fixing this.Jordan K. Hubbard1997-09-151-3/+2
* unsigned char -> caddr_t for mmap's return value.Jordan K. Hubbard1997-09-151-2/+3
* Use err(3) instead of local redefinition.Philippe Charnier1997-07-232-42/+18
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Merge from Lite2Peter Wemm1997-03-111-2/+5
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-1/+1
* Use the .At macro where appropriate.Mike Pritchard1996-08-231-1/+2
* Make it works with 8bit charsetsAndrey A. Chernov1995-10-291-15/+18