aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/comm/comm.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove usage of _WITH_GETLINE from usr.binBaptiste Daroussin2016-07-301-1/+0
* Mark global functions and/or variables in comm(1) static where possible.Ed Schouten2011-11-061-8/+8
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Add SIZE_MAX overflow checkAndrey A. Chernov2010-03-091-0/+2
* Rewrite input processing to not exit with error on the first EILSEQ foundAndrey A. Chernov2010-03-081-108/+68
* - Prevent overflowing of the buffer length variable in getline() byJaakko Heinonen2009-12-161-6/+12
* Don't read the newline character to line buffer because lines are passedJaakko Heinonen2009-12-121-16/+13
* Similar to changes previously made to src/usr.bin/uniq/uniq.c,Guy Helmer2008-05-281-22/+90
* Add support for multibyte characters.Tim J. Robbins2004-07-021-26/+35
* ANSIify function definitions to avoid a warning.David Malone2002-07-281-14/+7
* No need to handle '-' explicitly in getopt() loop.Tim J. Robbins2002-05-281-5/+2
* remove __PWarner Losh2002-03-221-4/+4
* Use LC_ALL to pick LC_COLLATE too (for strcoll())Andrey A. Chernov2001-12-301-1/+1
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
* Use __FBSDID().Mark Murray2001-12-021-6/+6
* WARNS=2 fixup.Mark Murray2001-12-021-5/+7
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* Rework diagnostics textPhilippe Charnier2001-02-061-2/+0
* fix the same typo as in uniqAndrey A. Chernov1999-12-101-1/+1
* toupper -> tolower to match changed behaviour of new grep case foldAndrey A. Chernov1999-10-291-2/+2
* Cosmetique: use standard prototypes schemeAndrey A. Chernov1999-10-241-13/+16
* toupper->tolower to match what strcasecmp doesAndrey A. Chernov1999-10-241-2/+2
* Localize itAndrey A. Chernov1999-10-241-2/+19
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-3/+3
* Teach comm(1) and uniq(1) about an option for case-insensitive work.Joerg Wunsch1997-09-071-5/+19
* Use err(3). Add DIAGNOSTIC section name in man page.Philippe Charnier1997-06-301-7/+5
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.Peter Wemm1997-03-111-0/+187