vi: fixes to string search in colon commands, closes 10321
[oweals/busybox.git] / coreutils / fold.c
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2016-11-23 Denys VlasenkoConvert all coreutils/* applets to "new style" applet...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2010-10-01 Dan FandrichMarked some more applets NOEXEC/NOFORK
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-01-04 Denys Vlasenkofold: unicode support. Based on a patch by Tomas Heinri...
2009-11-04 Denys Vlasenkofold: fix a corner case. By Tomas Heinrich (heinrich...
2008-03-17 Denis Vlasenko*: shrink by using [f]open_or_warn_stdin where appropriate
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-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-09-21 Denis Vlasenkoupdate Glenn McGrath's email address
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-06-21 Denis Vlasenkorandom shrinkage of statics, -60 bytes saved
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #1
2006-12-22 Denis Vlasenkoconvert "negaite" config option into reversed (INCLUDE_...
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-30 Bernhard Reutner... - very minor tweak: save 1 byte.
2006-01-30 "Vladimir N. Oleynik"remove outdated and do not corected comment. Use bb_xas...
2006-01-30 Rob LandleyMove SUSv2 obsolete feature disabling to debug menu...
2005-12-11 Glenn L McGrathAdd build options to control SuS compatability, allows...
2005-12-10 Bernhard Reutner... - remove unused variable have_read_stdin
2005-12-08 Paul Foxavoid mixed declarations, to support older compilers...
2005-12-02 Rob LandleyAnother cleanup patch that's been in my tree for a...
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2003-04-27 Glenn L McGrathUse bb_xgetlarg
2003-04-27 Glenn L McGrathNew applet, fold