| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r200632: | Jaakko Heinonen | 2010-02-06 | 1 | -5/+1 |
| * | Fix truncation of lines at LINE_MAX characters by dynamically | Guy Helmer | 2008-02-08 | 1 | -15/+61 |
| * | Fix typo. | Juli Mallett | 2007-05-17 | 1 | -1/+1 |
| * | o) Correct for missing whitespace. | Juli Mallett | 2007-05-17 | 1 | -4/+4 |
| * | Fix confusing misindentation of a closing-brace. (It goes with the switch, not | Juli Mallett | 2007-05-17 | 1 | -1/+1 |
| * | Document that uniq(1) limits input line length to LINE_MAX characters. | Giorgos Keramidas | 2007-01-15 | 1 | -0/+4 |
| * | Added the EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-17 | 1 | -1/+1 |
| * | Remove a bogus check that caused empty lines not to be counted when the | Tim J. Robbins | 2004-09-14 | 1 | -1/+1 |
| * | Add support for multibyte characters. | Tim J. Robbins | 2004-07-02 | 2 | -35/+41 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -3/+3 |
| * | Document the fact that uniq(1) does not recognize multibyte characters. | Tim J. Robbins | 2004-06-24 | 1 | -1/+5 |
| * | Mention the environment variables that affect the execution of uniq. | Tim J. Robbins | 2003-04-12 | 1 | -4/+15 |
| * | mdoc(7) police: markup polishing. | Ruslan Ermilov | 2002-11-26 | 1 | -1/+1 |
| * | ANSIify function definitions. | David Malone | 2002-09-04 | 1 | -17/+9 |
| * | Correct the History section; uniq(1) appeared at least as early as V3. | Tim J. Robbins | 2002-07-05 | 1 | -4/+5 |
| * | Remove redundant description of input_file and output_file arguments. | Tim J. Robbins | 2002-07-05 | 1 | -4/+0 |
| * | Use err instead of errx when malloc fails. "malloc" is not a helpful | Tim J. Robbins | 2002-07-05 | 1 | -4/+10 |
| * | Skip fields in the manner required by POSIX, and the way V7 did it. | Tim J. Robbins | 2002-06-21 | 1 | -9/+7 |
| * | Newline characters should not participate in line comparisons. Only apparent | Tim J. Robbins | 2002-06-21 | 1 | -4/+22 |
| * | Note that this appeared at least as early as PWB UNIX. | Juli Mallett | 2002-06-10 | 1 | -0/+4 |
| * | Back out rev 1.19 because | Andrey A. Chernov | 2002-06-06 | 1 | -2/+18 |
| * | Compare lines with strcmp(), not strcoll(). We are interested only in | Tim J. Robbins | 2002-06-06 | 1 | -18/+2 |
| * | Sync usage() with manual page synopsis. | Tim J. Robbins | 2002-06-06 | 1 | -1/+1 |
| * | Accept an input file name of "-" to mean standard input, as required by | Tim J. Robbins | 2002-05-30 | 2 | -16/+20 |
| * | Fields should be separated by <blank>s, not <space>s according to P1003.2. | Tim J. Robbins | 2002-05-29 | 1 | -1/+1 |
| * | Don't bother trying to handle "-" arguments ourselves, getopt(3) already | Tim J. Robbins | 2002-05-29 | 1 | -5/+2 |
| * | Add the word ``fields'' to the description, and change an instance from | Tom Rhodes | 2002-05-24 | 1 | -2/+2 |
| * | Reword a small part of the uniq(1) manual page to help reduce word | Tom Rhodes | 2002-05-21 | 1 | -3/+3 |
| * | Use LC_ALL to pick collate | Andrey A. Chernov | 2002-04-19 | 1 | -1/+1 |
| * | remove __P | Warner Losh | 2002-03-22 | 1 | -6/+6 |
| * | WARNS=2 is going to become the default, so remove it from here. | Mark Murray | 2001-12-11 | 1 | -1/+0 |
| * | Style improvements recommended by Bruce as a follow up to some | David Malone | 2001-12-10 | 1 | -1/+1 |
| * | Warns cleanups. Add FreeBSD ID to Makefile. | David Malone | 2001-12-03 | 2 | -2/+4 |
| * | mdoc(7) police: utilize the new .Ex macro. | Ruslan Ermilov | 2001-08-15 | 1 | -3/+1 |
| * | Add DIAGNOSTICS section name | Philippe Charnier | 2000-03-26 | 1 | -1/+1 |
| * | fix fatal typo | Andrey A. Chernov | 1999-12-10 | 1 | -1/+1 |
| * | toupper -> tolower to match changed behaviour of new grep case fold | Andrey A. Chernov | 1999-10-29 | 1 | -2/+2 |
| * | Cosmetique: use standard prototypes scheme | Andrey A. Chernov | 1999-10-24 | 1 | -13/+16 |
| * | toupper->tolower to match what strcasecmp does | Andrey A. Chernov | 1999-10-24 | 1 | -2/+2 |
| * | Use strcoll to provide the same results as sort and comm | Andrey A. Chernov | 1999-10-24 | 1 | -3/+17 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 2 | -2/+2 |
| * | Grammar nits, double negatives | Bill Fumerola | 1999-03-15 | 1 | -4/+4 |
| * | Localize it | Andrey A. Chernov | 1998-03-08 | 1 | -3/+6 |
| * | Teach comm(1) and uniq(1) about an option for case-insensitive work. | Joerg Wunsch | 1997-09-07 | 2 | -5/+18 |
| * | Use err(3) instead of local redefinition. | Philippe Charnier | 1997-08-21 | 2 | -46/+20 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-29 | 1 | -1/+1 |
| * | This commit was generated by cvs2svn to compensate for changes in r23690, | Peter Wemm | 1997-03-11 | 1 | -2/+4 |
| |\ |
|
| | * | Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build. | Peter Wemm | 1997-03-11 | 1 | -0/+276 |
| * | BSD 4.4 Lite Usr.bin Sources | Rodney W. Grimes | 1994-05-27 | 3 | -0/+409 |