Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
9789bf1019e27b3b73d045515bf59c734f964066
/
coreutils
/
cut.c
aff114c
Larry Doolittle writes:
by Eric Andersen
· 21 years ago
c7bda1c
Remove trailing whitespace. Update copyright to include 2004.
by Eric Andersen
· 21 years ago
c9e7024
Add prototype update missing from last_patch89. Fix screwy formatting in cut.
by Eric Andersen
· 21 years ago
8876fb2
last_patch89 from vodz:
by Eric Andersen
· 21 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
3450636
Latest patch from vodz. Adds a check for divide by zero in the posix
by Eric Andersen
· 23 years ago
b696763
(Almost) brand-new version of cut that supports muitiple lists of positions,
by Mark Whitley
· 24 years ago
de0ca0c
Silence cut so it doesn't whine during compilation
by Eric Andersen
· 24 years ago
2e6c878
Rewrite -c and -b processing to shrink code and eliminate buffer overrun.
by Matt Kraai
· 24 years ago
c1bdffe
Another nice cleanup from Larry. This adds a new last_char_is() function and
by Eric Andersen
· 24 years ago
dd19c69
Removed trailing \n from error_msg{,_and_die} messages.
by Matt Kraai
· 24 years ago
8ec10a9
Fix up copyright msgs. Bump version to 0.49 in preparation for
by Eric Andersen
· 24 years ago
0_49
6c6ea6c
Changed email address to codepoet.org, updated list of applets / docs I
by Mark Whitley
· 24 years ago
1fa1ade
Change calls to error_msg.* and strerror to use perror_msg.*.
by Matt Kraai
· 24 years ago
0dab829
Add missing newlines to error messages.
by Matt Kraai
· 24 years ago
f57c944
Changed names of functions in utility.c and all affected files, to make
by Mark Whitley
· 24 years ago
3e856ce
Stop using TRUE and FALSE for exit status.
by Matt Kraai
· 24 years ago
0053087
Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle the
by Mark Whitley
· 24 years ago
3570a34
Renamed "internal.h" to the more sensible "busybox.h". -Erik
by Eric Andersen
· 24 years ago
5ae1668
Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg().
by Mark Whitley
· 24 years ago
807f0fd
Brand, new version of cut. This fixes the bugs in the old cut, is smaller, and
by Mark Whitley
· 24 years ago
27a8042
Centralize handling of --help.
by Matt Kraai
· 24 years ago
bf181b9
Extract usage information into a separate file.
by Matt Kraai
· 24 years ago
3bd8bd8
Don't use strings directly in calls to usage(). This is in preparation
by Matt Kraai
· 24 years ago
d537a95
Use errorMsg rather than fprintf.
by Matt Kraai
· 24 years ago
e714bce
Use global applet_name instead of local versions.
by Matt Kraai
· 24 years ago
1386e70
Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.
by Eric Andersen
· 24 years ago
b610615
Updates to a number of apps to remove warnings/compile errors under libc5.
by Eric Andersen
· 24 years ago
7ab9c7e
Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
by Erik Andersen
· 25 years ago