summaryrefslogtreecommitdiffstats
path: root/usr.bin/comm
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
* Add helpful clarification text. While not strictly necessary, theseimp2011-11-161-3/+5
* Mark global functions and/or variables in comm(1) static where possible.ed2011-11-061-8/+8
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-112-8/+0
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
* Add SIZE_MAX overflow checkache2010-03-091-0/+2
* Rewrite input processing to not exit with error on the first EILSEQ foundache2010-03-081-108/+68
* - Prevent overflowing of the buffer length variable in getline() byjh2009-12-161-6/+12
* Don't read the newline character to line buffer because lines are passedjh2009-12-121-16/+13
* The input line length limit mentioned on the manual page was removed byjh2009-12-121-5/+1
* Similar to changes previously made to src/usr.bin/uniq/uniq.c,ghelmer2008-05-281-22/+90
* Document input line length limit.tjr2005-01-251-1/+5
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
* Document the -i option as being a non-standard extension.tjr2004-07-021-0/+6
* Add support for multibyte characters.tjr2004-07-022-33/+47
* Document the fact that comm(1) does not recognize multibyte characterstjr2004-06-241-1/+7
* ANSIify function definitions to avoid a warning.dwmalone2002-07-281-14/+7
* Add a History section. comm(1) appeared in V4.tjr2002-05-281-0/+5
* No need to handle '-' explicitly in getopt() loop.tjr2002-05-281-5/+2
* Use `The .Nm utility'charnier2002-04-191-2/+3
* remove __Pimp2002-03-221-4/+4
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
* Use LC_ALL to pick LC_COLLATE too (for strcoll())ache2001-12-301-1/+1
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-5/+6
* Use __FBSDID().markm2001-12-021-6/+6
* WARNS=2 fixup.markm2001-12-022-6/+9
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-3/+1
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
* Rework diagnostics textcharnier2001-02-062-5/+4
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+3
* fix the same typo as in uniqache1999-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
* Localize itache1999-10-241-2/+19
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-062-3/+4
* Teach comm(1) and uniq(1) about an option for case-insensitive work.joerg1997-09-072-7/+24
* Use err(3). Add DIAGNOSTIC section name in man page.charnier1997-06-302-9/+8
* 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-1/+2
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+285
OpenPOWER on IntegriCloud