summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-22libbb: factor out code which queries screen widthDenys Vlasenko9-15/+15
2013-07-30Refactor catv. Move visible() from stty to libbb.Bartosz Golaszewski5-58/+51
2013-05-17stty: disable CIBAUD leak check - it is not necessary on LinuxDenys Vlasenko1-1/+6
2013-05-17stty: code shrinkDenys Vlasenko1-30/+29
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2011-10-21stty: trim too verbose error messages (-40 bytes)Denys Vlasenko1-5/+7
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
2011-01-26stty: cosmetic fix to settings table; no code changesDenys Vlasenko1-10/+10
2011-01-24stty: enable line discipline display and change code if __linix__Denys Vlasenko1-5/+6
2011-01-24stty: make swtch and iutf8 visible/settableDenys Vlasenko1-0/+13
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-01stty: sort out preprocessor conditionalsJeremie Koenig2-126/+214
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2009-12-11stty: code shrink -44 bytesDenys Vlasenko1-20/+27
2009-12-11stty: fix columns command. closes bug 791.Denys Vlasenko1-0/+1
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko20-93/+79
2009-11-11tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko7-22/+12
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer8-7/+17
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko24-30/+40
2009-07-08move libc related stuff out of platform.hDenys Vlasenko12-67/+84
2009-07-05Patches to enable FreeBSD buildDenys Vlasenko10-53/+72
2009-04-19mdev: Rob's #if forest removalDenis Vlasenko7-187/+155
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-25whitespace fixes. no code changesDenis Vlasenko23-75/+62
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko27-61/+69
2008-01-27stty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online....Denis Vlasenko1-20/+4
2007-11-24stty: reorganize data tables - save 0.5kDenis Vlasenko1-151/+376
2007-11-18stty: mark variable as staticDenis Vlasenko1-1/+1
2007-10-11stty: incorporate strings into struct instead of keeping pointers there.Denis Vlasenko1-85/+123
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-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-27multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko11-25/+25
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko43-340/+352
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko26-66/+55
2007-05-30whitespace fixesDenis Vlasenko29-82/+82
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-19stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>)Denis Vlasenko1-15/+16
2007-04-10style fixes. No code changes.Denis Vlasenko13-31/+30
2007-04-08add some missed statics on constant objects.Denis Vlasenko10-35/+40
2007-04-04- remove some bss users.Bernhard Reutner-Fischer1-17/+22
2007-02-04- fix buglet introduced in r17351 in find_param(). Closes #1193Bernhard Reutner-Fischer1-4/+5
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-18- reinstate paranoia check in wrapf().Bernhard Reutner-Fischer1-2/+3
2007-01-18stop using global variable needlesslyDenis Vlasenko1-28/+30
[next]