aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/comm
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of _WITH_GETLINE from usr.binBaptiste Daroussin2016-07-301-1/+0
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-13/+10
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ | |/ |/|
| * Merge headSimon J. Gerraty2014-04-2813-0/+71
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |/ |/|
* | Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino2014-03-1613-0/+71
|/
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Add helpful clarification text. While not strictly necessary, theseWarner Losh2011-11-161-3/+5
* 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-112-8/+0
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* 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
* The input line length limit mentioned on the manual page was removed byJaakko Heinonen2009-12-121-5/+1
* Similar to changes previously made to src/usr.bin/uniq/uniq.c,Guy Helmer2008-05-281-22/+90
* Document input line length limit.Tim J. Robbins2005-01-251-1/+5
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Document the -i option as being a non-standard extension.Tim J. Robbins2004-07-021-0/+6
* Add support for multibyte characters.Tim J. Robbins2004-07-022-33/+47
* Document the fact that comm(1) does not recognize multibyte charactersTim J. Robbins2004-06-241-1/+7
* ANSIify function definitions to avoid a warning.David Malone2002-07-281-14/+7
* Add a History section. comm(1) appeared in V4.Tim J. Robbins2002-05-281-0/+5
* No need to handle '-' explicitly in getopt() loop.Tim J. Robbins2002-05-281-5/+2
* Use `The .Nm utility'Philippe Charnier2002-04-191-2/+3
* remove __PWarner Losh2002-03-221-4/+4
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* 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-022-6/+9
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* Rework diagnostics textPhilippe Charnier2001-02-062-5/+4
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
* 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