summaryrefslogtreecommitdiff
path: root/findutils
Commit message (Expand)AuthorAgeFilesLines
...
* grep: make "-f -" work (+ testsuite)Denis Vlasenko2008-06-071-6/+6
* find: beautify config prompts a bitDenis Vlasenko2008-05-281-12/+12
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-192-3/+3
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-1/+1
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-2/+2
* gcc compat fix and warning suppressionDenis Vlasenko2008-03-201-1/+4
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-27/+21
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-1/+4
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-172-2/+4
* - spelling fixesBernhard Reutner-Fischer2008-02-111-1/+1
* grep: fix wrong filename in error messageDenis Vlasenko2008-01-241-1/+1
* find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>)Denis Vlasenko2007-12-091-3/+7
* grep: fix -FoDenis Vlasenko2007-11-041-3/+10
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-113-3/+3
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-013-6/+6
* grep: delete obsolete commentDenis Vlasenko2007-09-101-7/+1
* grep: fix grep -F -e str1 -e str2 (was matching str2 only)Denis Vlasenko2007-09-101-37/+61
* fix -xdev behavior in the presence of two or more nested mount pointsPaul Fox2007-09-061-2/+4
* *: compile fixes for 64-bit buildDenis Vlasenko2007-08-231-1/+3
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-182-3/+3
* find: fix SELinux-related warningDenis Vlasenko2007-08-161-1/+2
* httpd: round down sendfile byte count to 64kDenis Vlasenko2007-08-131-3/+3
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
* multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko2007-07-271-2/+2
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-39/+37
* grep: implement -m MAX_MATCHES; fix help textDenis Vlasenko2007-07-151-37/+46
* grep: fix buglets with context printingDenis Vlasenko2007-07-151-28/+42
* find: fix build failure on certain configsDenis Vlasenko2007-07-011-2/+3
* find: style fixDenis Vlasenko2007-07-011-6/+6
* introduce and use bb_basename()Denis Vlasenko2007-06-301-12/+7
* find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>)Denis Vlasenko2007-06-192-163/+189
* find: make -size match GNU findDenis Vlasenko2007-06-162-3/+35
* find: add conditional support for -maxdepth and -regexDenis Vlasenko2007-06-152-52/+115
* grep: selection done by FEATURE_GREP_EGREP_ALIAS was broken, fix.Denis Vlasenko2007-06-081-16/+16
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-263-3/+3
* xargs: simplify word list managementDenis Vlasenko2007-04-151-29/+25
* hush: use NOFORK applets as appropriate. Net reduction of code size.Denis Vlasenko2007-04-141-1/+3
* find: add support for -delete, -path (by Natanael Copa)Denis Vlasenko2007-04-132-0/+60
* make sure we free the grep data as wellMike Frysinger2007-04-121-0/+1
* style fixes. No code changesDenis Vlasenko2007-04-121-1/+1
* xargs: fix my brain fart (resulted in memory leak)Denis Vlasenko2007-04-101-7/+6
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-102-0/+6
* factor out NOFORK/NOEXEC code from find. Use it for xargs too.Denis Vlasenko2007-04-092-50/+17
* xargs: shrink code, ~80 bytesDenis Vlasenko2007-04-091-75/+77
* Implement first instance of NOFORK applet - echoDenis Vlasenko2007-04-091-2/+23
* find: fix -prune more. Add big comment about it.Denis Vlasenko2007-04-081-7/+21
* find: fix handling of -pruneDenis Vlasenko2007-04-082-32/+42
* - size and prune were mixed upBernhard Reutner-Fischer2007-04-051-6/+6
* find: missed 'ststic' on const dataDenis Vlasenko2007-04-051-5/+6
* find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>)Denis Vlasenko2007-04-042-115/+155