summaryrefslogtreecommitdiff
path: root/coreutils/fold.c
Commit message (Expand)AuthorAgeFilesLines
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+10
* Marked some more applets NOEXEC/NOFORKDan Fandrich2010-10-011-0/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko2010-01-041-73/+88
* fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com)Denys Vlasenko2009-11-041-8/+7
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-16/+13
* 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
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-1/+1
* update Glenn McGrath's email addressDenis Vlasenko2007-09-211-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* random shrinkage of statics, -60 bytes savedDenis Vlasenko2007-06-211-4/+3
* 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