summaryrefslogtreecommitdiffstats
path: root/usr.bin/uniq/uniq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge an applicable subset of r263234 from HEAD to stable/10:rwatson2015-03-191-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-7/+6
* Close uniq(1) in the capability mode sandbox and limit descriptors usingpjd2013-07-181-0/+43
* Add missing static keywords to uniq(1)ed2011-11-061-15/+15
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Add SIZE_MAX overflow checkache2010-03-091-0/+2
* 1) Reimplement (differently) unlimited line length restricted in prev.ache2010-03-081-54/+65
* Remove vestiges of old %-format which prevents build on amd64ache2010-03-061-2/+2
* 1) Rewrite input processing to not exit with error on the first EILSEQ foundache2010-03-061-106/+68
* Sync getline() with comm(1):jh2009-12-171-9/+14
* Fix truncation of lines at LINE_MAX characters by dynamicallyghelmer2008-02-081-15/+61
* Fix typo.jmallett2007-05-171-1/+1
* o) Correct for missing whitespace.jmallett2007-05-171-4/+4
* Fix confusing misindentation of a closing-brace. (It goes with the switch, notjmallett2007-05-171-1/+1
* Remove a bogus check that caused empty lines not to be counted when thetjr2004-09-141-1/+1
* Add support for multibyte characters.tjr2004-07-021-30/+40
* ANSIify function definitions.dwmalone2002-09-041-17/+9
* Use err instead of errx when malloc fails. "malloc" is not a helpfultjr2002-07-051-4/+10
* Skip fields in the manner required by POSIX, and the way V7 did it.tjr2002-06-211-10/+8
* Newline characters should not participate in line comparisons. Only apparenttjr2002-06-211-4/+22
* Back out rev 1.19 becauseache2002-06-061-2/+18
* Compare lines with strcmp(), not strcoll(). We are interested only intjr2002-06-061-18/+2
* Sync usage() with manual page synopsis.tjr2002-06-061-1/+1
* Accept an input file name of "-" to mean standard input, as required bytjr2002-05-301-14/+7
* Fields should be separated by <blank>s, not <space>s according to P1003.2.tjr2002-05-291-1/+1
* Don't bother trying to handle "-" arguments ourselves, getopt(3) alreadytjr2002-05-291-5/+2
* Use LC_ALL to pick collateache2002-04-191-1/+1
* remove __Pimp2002-03-221-6/+6
* Warns cleanups. Add FreeBSD ID to Makefile.dwmalone2001-12-031-2/+2
* fix fatal typoache1999-12-101-1/+1
* toupper -> tolower to match changed behaviour of new grep case foldache1999-10-291-2/+2
* Cosmetique: use standard prototypes schemeache1999-10-241-13/+16
* toupper->tolower to match what strcasecmp doesache1999-10-241-2/+2
* Use strcoll to provide the same results as sort and commache1999-10-241-3/+17
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Localize itache1998-03-081-3/+6
* Teach comm(1) and uniq(1) about an option for case-insensitive work.joerg1997-09-071-4/+13
* Use err(3) instead of local redefinition.charnier1997-08-211-42/+16
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.peter1997-03-111-2/+4
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+274
OpenPOWER on IntegriCloud