index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cut.c
Age
Commit message (
Expand
)
Author
2001-01-31
Removed trailing \n from error_msg{,_and_die} messages.
Matt Kraai
2001-01-27
Fix up copyright msgs. Bump version to 0.49 in preparation for
Eric Andersen
2001-01-04
Changed email address to codepoet.org, updated list of applets / docs I
Mark Whitley
2000-12-18
Change calls to error_msg.* and strerror to use perror_msg.*.
Matt Kraai
2000-12-18
Add missing newlines to error messages.
Matt Kraai
2000-12-07
Changed names of functions in utility.c and all affected files, to make
Mark Whitley
2000-12-01
Stop using TRUE and FALSE for exit status.
Matt Kraai
2000-11-17
Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle the
Mark Whitley
2000-09-25
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-08-02
Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg().
Mark Whitley
2000-08-02
Brand, new version of cut. This fixes the bugs in the old cut, is smaller, and
Mark Whitley
2000-07-19
Centralize handling of --help.
Matt Kraai
2000-07-16
Extract usage information into a separate file.
Matt Kraai
2000-07-14
Don't use strings directly in calls to usage(). This is in preparation
Matt Kraai
2000-07-14
Use errorMsg rather than fprintf.
Matt Kraai
2000-07-12
Use global applet_name instead of local versions.
Matt Kraai
2000-06-26
Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.
Eric Andersen
2000-06-19
Updates to a number of apps to remove warnings/compile errors under libc5.
Eric Andersen
2000-05-12
Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
Erik Andersen