index
:
delta/busybox.git
0_60_stable
1_00_stable
1_00_stable_10817
1_10_stable
1_11_stable
1_12_stable
1_13_stable
1_14_stable
1_15_stable
1_16_stable
1_17_stable
1_18_stable
1_19_stable
1_1_stable
1_20_stable
1_21_stable
1_22_stable
1_23_stable
1_24_stable
1_25_stable
1_26_stable
1_27_stable
1_28_stable
1_29_stable
1_30_stable
1_31_stable
1_32_stable
1_33_stable
1_34_stable
1_35_stable
1_36_stable
1_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
baserock/1.22.1-openwrt
baserock/1.23.2-openwrt
baserock/build-essential
baserock/danielfirth/RT144
baserock/danielsilverstone/vagrant-support
baserock/jjardon/build-essential
baserock/liw/S8704-always-ntpd
baserock/morph
baserock/pedroalvarez/build-essential
baserock/pedroalvarez/enable-patch
baserock/radiofree/busyboxfix
baserock/radiofree/ntpdscript
baserock/richardmaw/S5892/boot-sequencing
baserock/richardmaw/S8564/ro-staging-area
baserock/richardmaw/S9245/init
baserock/richardmaw/add-read-dash-d
baserock/robkendrick/mips64
baserock/tiagogomes/bbgawk
master
git.busybox.net: busybox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
cut.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: --help tweaks
Denys Vlasenko
2021-06-14
1
-0
/
+1
*
*: --help text tweaks
Denys Vlasenko
2021-04-14
1
-4
/
+4
*
libbb: introduce and use fputs_stdout
Ron Yorston
2021-02-03
1
-1
/
+1
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-3
/
+3
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-3
/
+6
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-2
/
+2
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Convert all coreutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+10
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
1
-1
/
+1
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move help text from include/usage.src.h to coreutils/*.c
Pere Orga
2011-03-31
1
-0
/
+18
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-08-12
1
-2
/
+2
*
*: mass cosmetic removal of extra empty lines. no code changes
Denys Vlasenko
2010-07-26
1
-1
/
+0
*
fix examples which used non-standard cut -b0-NNN
Denys Vlasenko
2010-01-18
1
-1
/
+1
*
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-09-06
1
-1
/
+4
*
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-09-25
1
-1
/
+1
*
cut: fix buffer overflow (bug 4544).
Denis Vlasenko
2008-08-15
1
-1
/
+1
*
cut: stop using static data. This alone removed ~70 bytes of code.
Denis Vlasenko
2008-07-22
1
-23
/
+30
*
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
1
-3
/
+4
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
1
-4
/
+4
*
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-26
1
-1
/
+1
*
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2008-03-17
1
-12
/
+5
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
cut: add proper stdout error handling, fix "-" handling;
Denis Vlasenko
2007-11-23
1
-39
/
+37
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-2
/
+2
*
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-07-21
1
-2
/
+0
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-10
1
-0
/
+3
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
Denis Vlasenko
2006-12-16
1
-6
/
+7
*
rename functions to more understandable names
Denis Vlasenko
2006-10-26
1
-1
/
+1
*
bb_get_[chomped]line_from_file wasn't descriptive enough.
Denis Vlasenko
2006-10-12
1
-1
/
+1
*
cut, mount: small improvements
Denis Vlasenko
2006-10-12
1
-18
/
+13
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-13
/
+3
*
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
1
-0
/
+1
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-6
/
+4
*
- pull from busybox_scratch: r15829:15850
Bernhard Reutner-Fischer
2006-08-28
1
-255
/
+224
*
Remove xcalloc() and convert its callers to xzalloc(). About half of them
Rob Landley
2006-08-03
1
-2
/
+2
*
Add one-line GPL boilerplate to numerous (but not all yet) source files.
"Robert P. J. Day"
2006-07-12
1
-14
/
+1
*
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-02
1
-1
/
+1
*
Patch from Denis Vlasenko turning static const int (which gets emitted into
Rob Landley
2006-03-10
1
-3
/
+5
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-1
/
+1
*
- new bb_opt_complementally syntax, use [-:?] only - 'free' chars
"Vladimir N. Oleynik"
2005-10-14
1
-1
/
+1
*
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
Rob Landley
2005-09-11
1
-1
/
+0
*
1) bb_opt_complementaly -> bb_opt_complementally
"Vladimir N. Oleynik"
2005-09-05
1
-1
/
+1
[next]