summaryrefslogtreecommitdiff
path: root/findutils
Commit message (Expand)AuthorAgeFilesLines
...
* xargs: trivial code shrinkDenys Vlasenko2010-06-141-12/+10
* xargs: simplify logicDenys Vlasenko2010-06-141-199/+184
* xargs: fix accounting of -sNUMDenys Vlasenko2010-06-131-53/+46
* xargs: make -s NUM accept practically unlimited rangeDenys Vlasenko2010-06-131-1/+1
* xargs: code shrink -15 bytesDenys Vlasenko2010-06-131-80/+74
* pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-061-2/+2
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-063-9/+9
* findutils: Add Config.in and Kbuild to .gitignorePeter Tyser2010-05-161-0/+3
* make it possible to keep Config/Kbuild snippets in *.c filesDenys Vlasenko2010-05-096-256/+263
* grep: fix -FiIan Wienand2010-04-301-1/+4
* find: fix -name matching for dotfiles. -1 byteDenys Vlasenko2010-04-261-2/+7
* grep: makw -w support unconditionalDenys Vlasenko2010-04-261-4/+3
* xargs: do not decrease orig_arg_max to negative valuesDenys Vlasenko2010-04-091-20/+25
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-181-9/+2
* find: tweak error messageBernhard Reutner-Fischer2010-02-251-2/+6
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-042-2/+2
* find: correct handling of -xdevDenys Vlasenko2010-01-101-17/+25
* find: add optional support for -links. +100 bytesMatheus Izvekov2010-01-062-3/+30
* *: remove some uses of argcDenys Vlasenko2010-01-042-8/+6
* grep: fix a case when -o loops foreverDenys Vlasenko2009-12-041-3/+5
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxxDenys Vlasenko2009-09-301-0/+2
* find: -follow should not error out on dandling linksDenys Vlasenko2009-09-291-34/+45
* find: do not recurse into directories with depth == --maxdepthDenys Vlasenko2009-09-271-10/+18
* *: more portability fixes by Dan FandrichDenys Vlasenko2009-09-231-1/+1
* add USE_PORTABLE_CODE option and use it in find appletDenys Vlasenko2009-09-131-0/+4
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-1/+1
* grep: fix -E + {range}; fix -o not printing all matches (bug 489)Denys Vlasenko2009-07-291-15/+21
* tweak to config wording, no code changesDenys Vlasenko2009-06-181-2/+2
* tweak Config texts and some broken English elsewhereDenys Vlasenko2009-06-181-33/+32
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-051-6/+9
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-213-104/+104
* trailing whitespace removalDenis Vlasenko2009-04-011-1/+1
* 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