Commit History

Author SHA1 Message Date
  Ari Sundholm d4b568c108 grep: short-circuit -v to bail out on first match 5 years ago
  Ari Sundholm 9a9c6e39ba grep: fix -x -v with certain pattern orders 5 years ago
  Denys Vlasenko b097a84d62 config: update size information 5 years ago
  Denys Vlasenko 8717b14f37 grep: accept and ignore --color[=anything] 6 years ago
  Denys Vlasenko 03fd7e06f8 grep: fix echo "aa" | busybox grep -F -w "a" (should not match) 6 years ago
  James Clarke 6bcc2c0f6c grep: skip grepping symlinks to directories 6 years ago
  Denys Vlasenko 0c4dbd481a regularize format of source file headers, no code changes 6 years ago
  Denys Vlasenko 22542eca18 getopt32: remove opt_complementary 6 years ago
  Denys Vlasenko 72089cf6b4 config: deindent all help texts 6 years ago
  Denys Vlasenko 75d151e31d libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA 6 years ago
  Denys Vlasenko 4eed2c6c50 Update menuconfig items with approximate applet sizes 7 years ago
  Denys Vlasenko 10ad622dc2 Spelling fixes in comments, documentation, tests and examples 7 years ago
  Denys Vlasenko c5496d3585 grep: FEATURE_GREP_CONTEXT should be available for "fgrep only" too 7 years ago
  Denys Vlasenko 205d48e948 *: add comment about APPLET_ODDNAME format 7 years ago
  Denys Vlasenko 1924e99ad3 Make grep/egrep/fgrep independently selectable 7 years ago
  Denys Vlasenko 7373759947 fix "aloc" -> "alloc" typos 7 years ago
  Denys Vlasenko 237bedd499 getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST 8 years ago
  Denys Vlasenko 94046d0495 randomconfig fixes 3 8 years ago
  Denys Vlasenko 47cfbf32fd *: add most of the required setup_common_bufsiz() calls 8 years ago
  Denys Vlasenko e6a2f4cc5a libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it 8 years ago
  Denys Vlasenko 73dfdda92e grep: make errors other than "not found" result in exit code 2. Closes 8796 8 years ago
  Denys Vlasenko 7b85ec30b5 *: more BUILD_BUG_ON conversions 8 years ago
  Denys Vlasenko 34cc6c91a2 grep: fix "grep -r PATTRN SYMLINK_TO_DIR" 9 years ago
  Denys Vlasenko 83e49ade57 grep: fix -w match if first match isn't a word, but second is. Closes 4520 10 years ago
  Bartosz Golaszewski 3ba2df874c grep: properly handle grep -w "^str" in !EXTRA_COMPAT case too 10 years ago
  Denys Vlasenko cd55f2d933 grep: fix two bugs with -w 10 years ago
  James Hogan 5fc0585c01 grep: fix grep -x to not set REG_NOSUB 11 years ago
  Bartosz Golaszewski 414db791d0 grep: don't bail out on first mismatch if '-w' option is set 11 years ago
  Denys Vlasenko 2f5b5beb28 grep: fix grep -Fw not respecting the -w option. Closes 5792 11 years ago
  Denys Vlasenko 60cb48ca50 whitespace cleanup. no code changes 11 years ago