summaryrefslogtreecommitdiff
path: root/coreutils/split.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - 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