add -fvisibility=hidden to CC flags, mark XXX_main functions
[platform/upstream/busybox.git] / coreutils / split.c
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-07-27 Denis Vlasenkomultiplier suffixes are short, store them directly...
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-03-28 Bernhard Reutner... - move additional fancy options not mandated by SUSv3...
2007-03-26 Denis Vlasenkosplit: let me join bikeshed painting frenzy :)
2007-03-26 Bernhard Reutner... - check the suffix proper plus misc touch up
2007-03-26 Bernhard Reutner... - implement suffices as required by SUSv3
2007-03-26 Bernhard Reutner... - shrink a tiny bit (-8b)
2007-03-25 Bernhard Reutner... - rough prototype for split(1). TODO: Still needs some...