summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2014-02-03catv: suppress compiler warningDenys Vlasenko1-7/+9
2013-07-30Whitespace fixesDenys Vlasenko12-23/+23
2013-07-30catv: code shrinkDenys Vlasenko2-7/+13
2013-07-30Refactor catv. Move visible() from stty to libbb.Bartosz Golaszewski5-58/+51
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko26-219/+214
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-06catv: catv without arguments was trying to use environ as argv.Denis Vlasenko1-3/+6
2007-06-12catv: was abusing xopen, should not die on err, but warn only.Denis Vlasenko1-8/+13
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko21-134/+140
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-10-26remove bb_printf and the likeDenis Vlasenko48-314/+315
2006-10-08correct largefile support, add comments about it.Denis Vlasenko15-91/+121
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-08-28- pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer20-1283/+1162
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-05-31Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,Rob Landley6-29/+82