- add libbb function str_tolower to convert a string to lowercase.
[oweals/busybox.git] / coreutils / split.c
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...