Age | Commit message (Expand) | Author |
2016-09-17 | fix "aloc" -> "alloc" typos | Denys Vlasenko |
2016-07-06 | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko |
2016-06-20 | randomconfig fixes 3 | Denys Vlasenko |
2016-04-21 | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko |
2016-04-21 | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko |
2016-03-28 | grep: make errors other than "not found" result in exit code 2. Closes 8796 | Denys Vlasenko |
2015-10-13 | *: more BUILD_BUG_ON conversions | Denys Vlasenko |
2014-08-28 | grep: fix "grep -r PATTRN SYMLINK_TO_DIR" | Denys Vlasenko |
2014-02-27 | grep: fix -w match if first match isn't a word, but second is. Closes 4520 | Denys Vlasenko |
2014-02-07 | grep: properly handle grep -w "^str" in !EXTRA_COMPAT case too | Bartosz Golaszewski |
2014-01-07 | grep: fix two bugs with -w | Denys Vlasenko |
2013-05-16 | grep: fix grep -x to not set REG_NOSUB | James Hogan |
2013-05-15 | grep: don't bail out on first mismatch if '-w' option is set | Bartosz Golaszewski |
2013-01-20 | grep: fix grep -Fw not respecting the -w option. Closes 5792 | Denys Vlasenko |
2013-01-14 | whitespace cleanup. no code changes | Denys Vlasenko |
2012-02-28 | grep: support for -x, match whole line | Natanael Copa |
2011-08-28 | grep: be GNU compatible with -f EMPTY_FILE | Lauri Kasanen |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-01-18 | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko |
2010-10-02 | grep: cap insane -B NUM values to MAX_INT / 8. Fixes bug 2653. | Denys Vlasenko |
2010-08-23 | grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu... | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-06-15 | findutils/*: move usage and applet bits to *.c files | Denys Vlasenko |
2010-06-06 | remove defconfig. Now "make defconfig" simply uses defaults from Config.in | Denys Vlasenko |
2010-05-09 | make it possible to keep Config/Kbuild snippets in *.c files | Denys Vlasenko |
2010-04-30 | grep: fix -Fi | Ian Wienand |
2010-04-26 | grep: makw -w support unconditional | Denys Vlasenko |
2010-02-04 | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko |
2010-01-04 | *: remove some uses of argc | Denys Vlasenko |
2009-12-04 | grep: fix a case when -o loops forever | Denys Vlasenko |
2009-07-29 | grep: fix -E + {range}; fix -o not printing all matches (bug 489) | Denys Vlasenko |
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko |
2009-04-01 | trailing whitespace removal | Denis Vlasenko |
2009-03-20 | Compatibility fixes: | Denis Vlasenko |
2008-11-24 | timeout: new applet. 370 bytes. by Roberto Foglietta. | Denis Vlasenko |
2008-09-30 | grep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT case | Denis Vlasenko |
2008-09-19 | grep: yet another fixlet for EXTRA_COMPAT | Denis Vlasenko |
2008-09-19 | grep: fix EXTRA_COMPAT grep to honor -E and -i | Denis Vlasenko |
2008-08-09 | grep: option to use GNU regex matching instead of POSIX one. | Denis Vlasenko |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko |
2008-06-25 | whitespace fixes. no code changes | Denis Vlasenko |
2008-06-07 | grep: make "-f -" work (+ testsuite) | Denis Vlasenko |
2008-05-19 | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer |
2008-03-26 | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko |
2008-03-17 | *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-02-11 | - spelling fixes | Bernhard Reutner-Fischer |
2008-01-24 | grep: fix wrong filename in error message | Denis Vlasenko |