Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
97c6491b4edf4bc9db293533ae0c3a81c4ef07f7
/
coreutils
/
split.c
c72b43c
Commonalize typical [b,]k,m suffix struct
by Denys Vlasenko
· 11 years ago
6642676
*: remove "Options:" string from help texts
by Denys Vlasenko
· 14 years ago
3442538
move help text from include/usage.src.h to coreutils/*.c
by Pere Orga
· 14 years ago
940c720
convert "do {...} while (1);" -> "while (1) {...}"
by Denys Vlasenko
· 14 years ago
7ff6836
split: use xopen_stdin()
by Denys Vlasenko
· 14 years ago
0ef64bd
*: make GNU licensing statement forms more regular
by Denys Vlasenko
· 14 years ago
5b6fe34
split: handle - as "use stdin". +13 bytes. Closes bug 741.
by Denys Vlasenko
· 15 years ago
043b1e5
more C standard compat fixes from Dan Fandrich
by Denys Vlasenko
· 15 years ago
6c4dade
- update my name. No obj-code changes ;)
by Bernhard Reutner-Fischer
· 16 years ago
a60f84e
*: rename ATTRIBUTE_XXX to just XXX.
by Denis Vlasenko
· 16 years ago
5e25ddb
- use STD*_FILENO some more. No object-code changes
by Bernhard Reutner-Fischer
· 17 years ago
1d42665
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
by Denis Vlasenko
· 17 years ago
68404f1
*: add -Wunused-parameter; fix resulting breakage
by Denis Vlasenko
· 17 years ago
7c2db5c
- use standard-imposed constants some more
by Bernhard Reutner-Fischer
· 17 years ago
9b49a5e
add -fvisibility=hidden to CC flags, mark XXX_main functions
by Denis Vlasenko
· 17 years ago
0c97c9d
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
by Denis Vlasenko
· 17 years ago
fe7cd64
don't pass argc in getopt32, it's superfluous
by Denis Vlasenko
· 17 years ago
f868963
multiplier suffixes are short, store them directly in struct suffix_mult
by Denis Vlasenko
· 17 years ago
74324c8
Audit bb_common_bufsiz usage, add script which looks for misuse.
by Denis Vlasenko
· 18 years ago
b6adbf1
usage.c: remove reference to busybox.h
by Denis Vlasenko
· 18 years ago
0a537a0
- move additional fancy options not mandated by SUSv3 into a FANCY option
by Bernhard Reutner-Fischer
· 18 years ago
91dd275
split: let me join bikeshed painting frenzy :)
by Denis Vlasenko
· 18 years ago
576de34
- check the suffix proper plus misc touch up
by Bernhard Reutner-Fischer
· 18 years ago
b813eaf
- implement suffices as required by SUSv3
by Bernhard Reutner-Fischer
· 18 years ago
cd43dfd
- shrink a tiny bit (-8b)
by Bernhard Reutner-Fischer
· 18 years ago
10f8f5f
- rough prototype for split(1). TODO: Still needs some love since it's way too big..
by Bernhard Reutner-Fischer
· 18 years ago