summaryrefslogtreecommitdiff
path: root/coreutils/fold.c
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #1Denis Vlasenko2007-01-291-1/+1
* convert "negaite" config option into reversed (INCLUDE_SUSv2)Denis Vlasenko2006-12-221-1/+1
* rename functions to more understandable namesDenis Vlasenko2006-10-261-2/+2
* remove bb_printf and the likeDenis Vlasenko2006-10-261-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-8/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* - very minor tweak: save 1 byte.Bernhard Reutner-Fischer2006-01-301-65/+65
* remove outdated and do not corected comment. Use bb_xasprintf instead xmalloc..."Vladimir N. Oleynik"2006-01-301-10/+4
* Move SUSv2 obsolete feature disabling to debug menu, invert meaning ofRob Landley2006-01-301-16/+16
* Add build options to control SuS compatability, allows numeric Glenn L McGrath2005-12-111-0/+3
* - remove unused variable have_read_stdinBernhard Reutner-Fischer2005-12-101-8/+3
* avoid mixed declarations, to support older compilers just a little longer.Paul Fox2005-12-081-1/+2
* Another cleanup patch that's been in my tree for a while. Again I think it'sRob Landley2005-12-021-40/+14
* Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath2004-04-251-1/+1
* Use bb_xgetlargGlenn L McGrath2003-04-271-9/+1
* New applet, foldGlenn L McGrath2003-04-271-0/+202