index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
uniq
/
uniq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a bogus check that caused empty lines not to be counted when the
tjr
2004-09-14
1
-1
/
+1
*
Add support for multibyte characters.
tjr
2004-07-02
1
-30
/
+40
*
ANSIify function definitions.
dwmalone
2002-09-04
1
-17
/
+9
*
Use err instead of errx when malloc fails. "malloc" is not a helpful
tjr
2002-07-05
1
-4
/
+10
*
Skip fields in the manner required by POSIX, and the way V7 did it.
tjr
2002-06-21
1
-10
/
+8
*
Newline characters should not participate in line comparisons. Only apparent
tjr
2002-06-21
1
-4
/
+22
*
Back out rev 1.19 because
ache
2002-06-06
1
-2
/
+18
*
Compare lines with strcmp(), not strcoll(). We are interested only in
tjr
2002-06-06
1
-18
/
+2
*
Sync usage() with manual page synopsis.
tjr
2002-06-06
1
-1
/
+1
*
Accept an input file name of "-" to mean standard input, as required by
tjr
2002-05-30
1
-14
/
+7
*
Fields should be separated by <blank>s, not <space>s according to P1003.2.
tjr
2002-05-29
1
-1
/
+1
*
Don't bother trying to handle "-" arguments ourselves, getopt(3) already
tjr
2002-05-29
1
-5
/
+2
*
Use LC_ALL to pick collate
ache
2002-04-19
1
-1
/
+1
*
remove __P
imp
2002-03-22
1
-6
/
+6
*
Warns cleanups. Add FreeBSD ID to Makefile.
dwmalone
2001-12-03
1
-2
/
+2
*
fix fatal typo
ache
1999-12-10
1
-1
/
+1
*
toupper -> tolower to match changed behaviour of new grep case fold
ache
1999-10-29
1
-2
/
+2
*
Cosmetique: use standard prototypes scheme
ache
1999-10-24
1
-13
/
+16
*
toupper->tolower to match what strcasecmp does
ache
1999-10-24
1
-2
/
+2
*
Use strcoll to provide the same results as sort and comm
ache
1999-10-24
1
-3
/
+17
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Localize it
ache
1998-03-08
1
-3
/
+6
*
Teach comm(1) and uniq(1) about an option for case-insensitive work.
joerg
1997-09-07
1
-4
/
+13
*
Use err(3) instead of local redefinition.
charnier
1997-08-21
1
-42
/
+16
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.
peter
1997-03-11
1
-2
/
+4
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+274