aboutsummaryrefslogtreecommitdiff
path: root/coreutils/fold.c
AgeCommit message (Collapse)Author
2006-01-30remove outdated and do not corected comment. Use bb_xasprintf instead ↵"Vladimir N. Oleynik"
xmalloc+set+set+strcpy.
2006-01-30Move SUSv2 obsolete feature disabling to debug menu, invert meaning ofRob Landley
symbol (switched on to remove now: test your apps to make sure they _don't_ do this, because as some point we should just yank it), fixup head/tail/fold. Also tweak "make allyesconfig" so anything starting with CONFIG_DEBUG gets left switched off. Possibly other things we want to put in the debug menu?
2005-12-11Add build options to control SuS compatability, allows numeric Glenn L McGrath
option handling to be disabled. Defaults to enabled, so no changes in default behaviour
2005-12-10- remove unused variable have_read_stdinBernhard Reutner-Fischer
- use FLAG_WIDTH
2005-12-08avoid mixed declarations, to support older compilers just a little longer.Paul Fox
2005-12-02Another cleanup patch that's been in my tree for a while. Again I think it'sRob Landley
originally from Bernhard Fischer...
2004-04-25Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath
2003-04-27Use bb_xgetlargGlenn L McGrath
2003-04-27New applet, foldGlenn L McGrath