summaryrefslogtreecommitdiff
path: root/findutils
Commit message (Expand)AuthorAgeFilesLines
* Compatibility fixes:Denis Vlasenko2009-03-202-14/+25
* timeout: new applet. 370 bytes. by Roberto Foglietta.Denis Vlasenko2008-11-241-2/+2
* - typo in documentationBernhard Reutner-Fischer2008-10-271-1/+1
* grep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT caseDenis Vlasenko2008-09-301-2/+12
* grep: yet another fixlet for EXTRA_COMPATDenis Vlasenko2008-09-191-0/+5
* grep: fix EXTRA_COMPAT grep to honor -E and -iDenis Vlasenko2008-09-191-1/+30
* grep: option to use GNU regex matching instead of POSIX one.Denis Vlasenko2008-08-091-28/+101
* xargs: fix -e default to match newer GNU xargs, add SUS mandated -E.Denis Vlasenko2008-08-041-15/+17
* xargs: fix xargs -e; added test for thatDenis Vlasenko2008-08-031-1/+7
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-2/+2
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-212-3/+3
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-053-8/+8
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-272-2/+2
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-6/+5
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-151-1/+1
* 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