summaryrefslogtreecommitdiff
path: root/usr.bin/comm/comm.c
AgeCommit message (Expand)Author
2024-06-06comm: close a race condition when comm is fed from stdinCosimo Cecchi
2024-06-06comm: flush stdout for error checking prior to exitingCosimo Cecchi
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-07-30Remove usage of _WITH_GETLINE from usr.binBaptiste Daroussin
2011-11-06Mark global functions and/or variables in comm(1) static where possible.Ed Schouten
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2010-03-09Add SIZE_MAX overflow checkAndrey A. Chernov
2010-03-08Rewrite input processing to not exit with error on the first EILSEQ foundAndrey A. Chernov
2009-12-16- Prevent overflowing of the buffer length variable in getline() byJaakko Heinonen
2009-12-12Don't read the newline character to line buffer because lines are passedJaakko Heinonen
2008-05-28Similar to changes previously made to src/usr.bin/uniq/uniq.c,Guy Helmer
2004-07-02Add support for multibyte characters.Tim J. Robbins
2002-07-28ANSIify function definitions to avoid a warning.David Malone
2002-05-28No need to handle '-' explicitly in getopt() loop.Tim J. Robbins
2002-03-22remove __PWarner Losh
2001-12-30Use LC_ALL to pick LC_COLLATE too (for strcoll())Andrey A. Chernov
2001-12-10Style improvements recommended by Bruce as a follow up to someDavid Malone
2001-12-02Use __FBSDID().Mark Murray
2001-12-02WARNS=2 fixup.Mark Murray
2001-06-24Include missing header files which define functions for which gcc hasDima Dorfman
2001-02-06Rework diagnostics textPhilippe Charnier
1999-12-10fix the same typo as in uniqAndrey A. Chernov
1999-10-29toupper -> tolower to match changed behaviour of new grep case foldAndrey A. Chernov
1999-10-24Cosmetique: use standard prototypes schemeAndrey A. Chernov
1999-10-24toupper->tolower to match what strcasecmp doesAndrey A. Chernov
1999-10-24Localize itAndrey A. Chernov
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-12-06Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs
1997-09-07Teach comm(1) and uniq(1) about an option for case-insensitive work.Joerg Wunsch
1997-06-30Use err(3). Add DIAGNOSTIC section name in man page.Philippe Charnier
1997-03-29compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1997-03-11Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.Peter Wemm