summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-14Make grep/egrep/fgrep independently selectableDenys Vlasenko2-31/+23
2016-09-17fix "aloc" -> "alloc" typosDenys Vlasenko3-10/+10
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-06-19randomconfig fixes 3Denys Vlasenko2-1/+2
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-03-28grep: make errors other than "not found" result in exit code 2. Closes 8796Denys Vlasenko1-2/+6
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko10-36/+22
2014-08-28grep: fix "grep -r PATTRN SYMLINK_TO_DIR"Denys Vlasenko2-1/+21
2014-02-27grep: fix -w match if first match isn't a word, but second is. Closes 4520Denys Vlasenko2-14/+21
2014-02-07grep: properly handle grep -w "^str" in !EXTRA_COMPAT case tooBartosz Golaszewski2-2/+12
2014-01-07grep: fix two bugs with -wDenys Vlasenko2-3/+37
2013-05-16grep: fix grep -x to not set REG_NOSUBJames Hogan2-1/+15
2013-05-15grep: don't bail out on first mismatch if '-w' option is setBartosz Golaszewski2-8/+20
2013-01-20grep: fix grep -Fw not respecting the -w option. Closes 5792Denys Vlasenko2-5/+44
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2012-02-28grep: support for -x, match whole lineNatanael Copa1-3/+9
2011-08-28grep: be GNU compatible with -f EMPTY_FILELauri Kasanen2-10/+30
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
2010-10-02grep: cap insane -B NUM values to MAX_INT / 8. Fixes bug 2653.Denys Vlasenko1-6/+9
2010-08-23grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu...Denys Vlasenko2-3/+11
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-15findutils/*: move usage and applet bits to *.c filesDenys Vlasenko5-152/+172
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko33-1484/+573
2010-05-09make it possible to keep Config/Kbuild snippets in *.c filesDenys Vlasenko8-258/+325
2010-04-30grep: fix -FiIan Wienand2-1/+6
2010-04-26grep: makw -w support unconditionalDenys Vlasenko2-8/+4
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2010-01-04*: remove some uses of argcDenys Vlasenko26-78/+77
2009-12-04grep: fix a case when -o loops foreverDenys Vlasenko2-3/+10
2009-07-28grep: fix -E + {range}; fix -o not printing all matches (bug 489)Denys Vlasenko2-15/+26
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-04-01trailing whitespace removalDenis Vlasenko7-11/+11
2009-03-20Compatibility fixes:Denis Vlasenko10-59/+137
2008-11-24timeout: new applet. 370 bytes. by Roberto Foglietta.Denis Vlasenko8-4/+247
2008-09-30grep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT caseDenis Vlasenko1-2/+12
2008-09-19grep: yet another fixlet for EXTRA_COMPATDenis Vlasenko1-0/+5
2008-09-19grep: fix EXTRA_COMPAT grep to honor -E and -iDenis Vlasenko1-1/+30
2008-08-09grep: option to use GNU regex matching instead of POSIX one.Denis Vlasenko5-36/+155
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-06-25whitespace fixes. no code changesDenis Vlasenko23-75/+62
2008-06-07grep: make "-f -" work (+ testsuite)Denis Vlasenko3-8/+13
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko26-44/+48
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko34-209/+172
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-11- spelling fixesBernhard Reutner-Fischer10-17/+17
[next]