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
/
cut
/
cut.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ANSIify function definitions.
dwmalone
2002-09-04
1
-15
/
+6
*
Remove local prototypes for main().
jmallett
2002-08-19
1
-1
/
+0
*
Consistently use FBSDID
obrien
2002-06-30
1
-2
/
+2
*
Don't split multibyte characters when the -n option is specified.
tjr
2002-06-08
1
-4
/
+84
*
style(9): don't initialise variables in their declaration, remove space
tjr
2002-06-07
1
-12
/
+11
*
Initialise the `positions' array correctly before use.
tjr
2002-05-27
1
-0
/
+3
*
When a file name of "-" is given, read from standard input (SUSv3)
tjr
2002-05-24
1
-6
/
+10
*
Allow byte/character positions >_POSIX2_LINE_MAX to be specified by
tjr
2002-05-24
1
-6
/
+24
*
If processing of one file fails, try to process the remaining files and
tjr
2002-05-24
1
-4
/
+8
*
Silence the remaining warnings and clamp down with WARNS=2.
dd
2001-06-07
1
-3
/
+3
*
Teach cut(1) how to handle long lines: convert from fgets(3) to fgetln(3).
dd
2001-04-25
1
-5
/
+17
*
Remove duplicate FreeBSD Id
charnier
2001-02-06
1
-4
/
+0
*
De-__P()-ify
will
2001-01-28
1
-6
/
+6
*
BDECFLAGS: constify; use proper types. Add $FreeBSD$, clean up #ifndef lint.
will
2001-01-28
1
-10
/
+13
*
Merge from NetBSD: cut.1 rev 1.6 to 1.8
eivind
1999-02-02
1
-14
/
+21
*
Bring in use of strsep() to handle bad input better, and clean up
eivind
1999-02-02
1
-3
/
+3
*
Merge from NetBSD cut.1 rev 1.6 and cut.c rev 1.9, respectively. This
eivind
1999-02-02
1
-3
/
+12
*
Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).
archie
1998-12-06
1
-5
/
+5
*
Use err(3) instead of local redefinition. Change argument name in man
charnier
1997-06-30
1
-39
/
+11
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Merge from Lite2
peter
1997-03-11
1
-1
/
+2
*
Fix wrong separator output
ache
1995-03-21
1
-1
/
+2
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+296