summaryrefslogtreecommitdiffstats
path: root/usr.bin/comm/comm.c
Commit message (Collapse)AuthorAgeFilesLines
* ANSIify function definitions to avoid a warning.dwmalone2002-07-281-14/+7
| | | | Minor constness changes.
* No need to handle '-' explicitly in getopt() loop.tjr2002-05-281-5/+2
| | | | Obtained from: NetBSD
* remove __Pimp2002-03-221-4/+4
|
* 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
| | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF.
* Use __FBSDID().markm2001-12-021-6/+6
|
* WARNS=2 fixup.markm2001-12-021-5/+7
|
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | builtins (e.g., exit, strcmp).
* Rework diagnostics textcharnier2001-02-061-2/+0
| | | | Remove unused #include
* 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
| | | | Back out prev change: toupper is more compatible with sort -f
* toupper->tolower to match what strcasecmp doesache1999-10-241-2/+2
|
* Localize itache1999-10-241-2/+19
| | | | | PR: 11221 Submitted by: Grigoriy Strokin <grg@philol.msu.ru>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-061-3/+3
|
* Teach comm(1) and uniq(1) about an option for case-insensitive work.joerg1997-09-071-5/+19
| | | | | PR: 3042 Submitted by: graphix@iastate.edu (Kent Vander Velden)
* Use err(3). Add DIAGNOSTIC section name in man page.charnier1997-06-301-7/+5
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* 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-271-0/+186
OpenPOWER on IntegriCloud