summaryrefslogtreecommitdiff
path: root/coreutils/split.c
Commit message (Expand)AuthorAgeFilesLines
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+5
* config: deindent all help textsDenys Vlasenko2017-07-211-4/+4
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-1/+1
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+19
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+2
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-0/+2
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-0/+1
* Commonalize typical [b,]k,m suffix structDenys Vlasenko2013-07-131-5/+6
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+1
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+13
* convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko2011-03-021-2/+2
* split: use xopen_stdin()Denys Vlasenko2010-08-231-3/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* split: handle - as "use stdin". +13 bytes. Closes bug 741.Denys Vlasenko2009-11-261-1/+5
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-1/+1
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-2/+2
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-7/+5
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* - use standard-imposed constants some moreBernhard Reutner-Fischer2007-11-161-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko2007-07-271-1/+1
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* - move additional fancy options not mandated by SUSv3 into a FANCY optionBernhard Reutner-Fischer2007-03-281-5/+10
* split: let me join bikeshed painting frenzy :)Denis Vlasenko2007-03-261-68/+71
* - check the suffix proper plus misc touch upBernhard Reutner-Fischer2007-03-261-29/+21
* - implement suffices as required by SUSv3Bernhard Reutner-Fischer2007-03-261-17/+29
* - shrink a tiny bit (-8b)Bernhard Reutner-Fischer2007-03-261-7/+18
* - rough prototype for split(1). TODO: Still needs some love since it's way to...Bernhard Reutner-Fischer2007-03-251-0/+118