aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/comm
Commit message (Collapse)AuthorAgeFilesLines
* ANSIify function definitions to avoid a warning.David Malone2002-07-281-14/+7
| | | | | | | Minor constness changes. Notes: svn path=/head/; revision=100819
* Add a History section. comm(1) appeared in V4.Tim J. Robbins2002-05-281-0/+5
| | | | Notes: svn path=/head/; revision=97394
* No need to handle '-' explicitly in getopt() loop.Tim J. Robbins2002-05-281-5/+2
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=97393
* Use `The .Nm utility'Philippe Charnier2002-04-191-2/+3
| | | | Notes: svn path=/head/; revision=95083
* remove __PWarner Losh2002-03-221-4/+4
| | | | Notes: svn path=/head/; revision=92920
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
| | | | | | | help the GCC3 transition and CURRENT in general. Notes: svn path=/head/; revision=90415
* Use LC_ALL to pick LC_COLLATE too (for strcoll())Andrey A. Chernov2001-12-301-1/+1
| | | | Notes: svn path=/head/; revision=88717
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-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. Notes: svn path=/head/; revision=87628
* Use __FBSDID().Mark Murray2001-12-021-6/+6
| | | | Notes: svn path=/head/; revision=87246
* WARNS=2 fixup.Mark Murray2001-12-022-6/+9
| | | | Notes: svn path=/head/; revision=87213
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
| | | | Notes: svn path=/head/; revision=81687
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
| | | | | | | builtins (e.g., exit, strcmp). Notes: svn path=/head/; revision=78718
* Rework diagnostics textPhilippe Charnier2001-02-062-5/+4
| | | | | | | Remove unused #include Notes: svn path=/head/; revision=72107
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
| | | | Notes: svn path=/head/; revision=68963
* fix the same typo as in uniqAndrey A. Chernov1999-12-101-1/+1
| | | | Notes: svn path=/head/; revision=54403
* toupper -> tolower to match changed behaviour of new grep case foldAndrey A. Chernov1999-10-291-2/+2
| | | | Notes: svn path=/head/; revision=52616
* Cosmetique: use standard prototypes schemeAndrey A. Chernov1999-10-241-13/+16
| | | | | | | Back out prev change: toupper is more compatible with sort -f Notes: svn path=/head/; revision=52461
* toupper->tolower to match what strcasecmp doesAndrey A. Chernov1999-10-241-2/+2
| | | | Notes: svn path=/head/; revision=52457
* Localize itAndrey A. Chernov1999-10-241-2/+19
| | | | | | | | PR: 11221 Submitted by: Grigoriy Strokin <grg@philol.msu.ru> Notes: svn path=/head/; revision=52453
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-062-3/+4
| | | | Notes: svn path=/head/; revision=41568
* Teach comm(1) and uniq(1) about an option for case-insensitive work.Joerg Wunsch1997-09-072-7/+24
| | | | | | | | PR: 3042 Submitted by: graphix@iastate.edu (Kent Vander Velden) Notes: svn path=/head/; revision=29207
* Use err(3). Add DIAGNOSTIC section name in man page.Philippe Charnier1997-06-302-9/+8
| | | | Notes: svn path=/head/; revision=27094
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* This commit was generated by cvs2svn to compensate for changes in r23690,Peter Wemm1997-03-111-1/+2
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=23691
| * Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.Peter Wemm1997-03-111-0/+187
| | | | Notes: svn path=/vendor/CSRG/dist/; revision=23690
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+285
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590