aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/comm/comm.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: include missing header files.Dima Dorfman2001-07-301-0/+1
* MFC: r1.12: update includesKris Kennaway2001-03-041-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