Age | Commit message (Expand) | Author |
2017-10-31 | grep: skip grepping symlinks to directories | James Clarke |
2017-09-18 | regularize format of source file headers, no code changes | Denys Vlasenko |
2017-08-08 | getopt32: remove opt_complementary | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-20 | libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA | Denys Vlasenko |
2017-07-18 | Update menuconfig items with approximate applet sizes | Denys Vlasenko |
2017-04-17 | Spelling fixes in comments, documentation, tests and examples | Denys Vlasenko |
2017-04-12 | grep: FEATURE_GREP_CONTEXT should be available for "fgrep only" too | Denys Vlasenko |
2017-01-29 | *: add comment about APPLET_ODDNAME format | Denys Vlasenko |
2016-11-14 | Make grep/egrep/fgrep independently selectable | Denys Vlasenko |
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 |