summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2011-08-28Fix find -follow supportIan Wienand1-1/+4
2011-08-13Merge official v1.19.0 into gingerbreadTanguy Pruvot3-4/+41
2011-08-11find: fix a bug in !ENABLE_FEATURE_FIND_XDEV configDenys Vlasenko1-1/+36
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-22find: cater for libc w/o FNM_CASEFOLDDenys Vlasenko4-21/+42
2011-05-22find: implement -ipathBogdan Harjoc1-3/+7
2011-03-03xargs: support --no-run-if-empty (synonym to -r)Denys Vlasenko1-6/+13
2011-02-12find: trim help text a bitDenys Vlasenko1-8/+8
2011-02-12find: remove the hack we use to parse options first, replace with simpler codeDenys Vlasenko1-121/+91
2011-02-12find: print/print0/prune _can_ be inverted, fix itDenys Vlasenko1-106/+101
2011-02-12find: document ! (not) operatorDenys Vlasenko1-0/+3
2011-02-12find: help text: PATH must be firstDenys Vlasenko1-1/+1
2011-02-12find: yet another tweak to help textDenys Vlasenko1-6/+6
2011-02-12find: fix help text about -prune: it also does assume -printDenys Vlasenko1-3/+3
2011-02-12find: significantly improve hext text. +116 bytesDenys Vlasenko1-49/+56
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
2010-10-11remove findutils/.gitignore, top-level one covers itDenys Vlasenko1-3/+0
2010-10-02grep: cap insane -B NUM values to MAX_INT / 8. Fixes bug 2653.Denys Vlasenko1-6/+9
2010-08-31find: add rudimentary support for -exec {} +Denys Vlasenko1-10/+14
2010-08-23grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu...Denys Vlasenko2-3/+11
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko27-44/+49
2010-06-19xargs: bump default -sNUM up to 32k. Use sysconf() to trim it down if necessaryDenys Vlasenko1-25/+27
2010-06-15findutils/*: move usage and applet bits to *.c filesDenys Vlasenko5-152/+172
2010-06-15xargs: another code shrinkDenys Vlasenko1-30/+20
2010-06-15xargs: trivial code shrinkDenys Vlasenko1-7/+7
2010-06-14xargs: trivial code shrinkDenys Vlasenko1-12/+10
2010-06-13xargs: simplify logicDenys Vlasenko1-199/+184
2010-06-13xargs: fix accounting of -sNUMDenys Vlasenko2-54/+57
2010-06-13xargs: make -s NUM accept practically unlimited rangeDenys Vlasenko1-1/+1
2010-06-13xargs: code shrink -15 bytesDenys Vlasenko2-80/+79
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko13-444/+1390
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko33-1484/+573
2010-05-16findutils: Add Config.in and Kbuild to .gitignorePeter Tyser1-0/+3
2010-05-09make it possible to keep Config/Kbuild snippets in *.c filesDenys Vlasenko8-258/+325
2010-04-30grep: fix -FiIan Wienand2-1/+6
2010-04-26find: fix -name matching for dotfiles. -1 byteDenys Vlasenko1-2/+7
2010-04-26grep: makw -w support unconditionalDenys Vlasenko2-8/+4
2010-04-09xargs: do not decrease orig_arg_max to negative valuesDenys Vlasenko1-20/+25
2010-03-23*: merge some common stringsDenys Vlasenko22-29/+29
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko12-30/+24
2010-02-25find: tweak error messageBernhard Reutner-Fischer1-2/+6
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2010-01-10find: correct handling of -xdevDenys Vlasenko1-17/+25
2010-01-06find: add optional support for -links. +100 bytesMatheus Izvekov3-6/+36
2010-01-04*: remove some uses of argcDenys Vlasenko26-78/+77
2009-12-04grep: fix a case when -o loops foreverDenys Vlasenko2-3/+10
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
[prev] [next]