index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
split.c
Age
Commit message (
Expand
)
Author
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2016-11-23
Convert all coreutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-07-06
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-04-21
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2013-07-13
Commonalize typical [b,]k,m suffix struct
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-03-31
move help text from include/usage.src.h to coreutils/*.c
Pere Orga
2011-03-02
convert "do {...} while (1);" -> "while (1) {...}"
Denys Vlasenko
2010-08-23
split: use xopen_stdin()
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2009-11-26
split: handle - as "use stdin". +13 bytes. Closes bug 741.
Denys Vlasenko
2009-09-06
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2008-09-25
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-05-19
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-03-17
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2007-11-16
- use standard-imposed constants some more
Bernhard Reutner-Fischer
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-01
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-07-27
multiplier suffixes are short, store them directly in struct suffix_mult
Denis Vlasenko
2007-06-04
Audit bb_common_bufsiz usage, add script which looks for misuse.
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-03-28
- move additional fancy options not mandated by SUSv3 into a FANCY option
Bernhard Reutner-Fischer
2007-03-26
split: let me join bikeshed painting frenzy :)
Denis Vlasenko
2007-03-26
- check the suffix proper plus misc touch up
Bernhard Reutner-Fischer
2007-03-26
- implement suffices as required by SUSv3
Bernhard Reutner-Fischer
2007-03-26
- shrink a tiny bit (-8b)
Bernhard Reutner-Fischer
2007-03-25
- rough prototype for split(1). TODO: Still needs some love since it's way to...
Bernhard Reutner-Fischer