randomconfig fixes
[oweals/busybox.git] / findutils /
2010-06-15 Denys Vlasenkofindutils/*: move usage and applet bits to *.c files
2010-06-15 Denys Vlasenkoxargs: another code shrink
2010-06-15 Denys Vlasenkoxargs: trivial code shrink
2010-06-14 Denys Vlasenkoxargs: trivial code shrink
2010-06-13 Denys Vlasenkoxargs: simplify logic
2010-06-13 Denys Vlasenkoxargs: fix accounting of -sNUM
2010-06-13 Denys Vlasenkoxargs: make -s NUM accept practically unlimited range
2010-06-13 Denys Vlasenkoxargs: code shrink -15 bytes
2010-06-06 Denys Vlasenkopipe_progress: make it independent of printf machinery
2010-06-06 Denys Vlasenkoremove defconfig. Now "make defconfig" simply uses...
2010-05-16 Peter Tyserfindutils: Add Config.in and Kbuild to .gitignore
2010-05-09 Denys Vlasenkomake it possible to keep Config/Kbuild snippets in...
2010-04-30 Ian Wienandgrep: fix -Fi
2010-04-26 Denys Vlasenkofind: fix -name matching for dotfiles. -1 byte
2010-04-26 Denys Vlasenkogrep: makw -w support unconditional
2010-04-09 Denys Vlasenkoxargs: do not decrease orig_arg_max to negative values
2010-03-23 Denys Vlasenko*: merge some common strings
2010-03-18 Denys Vlasenko*: code shrink and better "died from signal" reporting...
2010-02-25 Bernhard Reutner... find: tweak error message
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-01-10 Denys Vlasenkofind: correct handling of -xdev
2010-01-06 Matheus Izvekovfind: add optional support for -links. +100 bytes
2010-01-04 Denys Vlasenko*: remove some uses of argc
2009-12-04 Denys Vlasenkogrep: fix a case when -o loops forever
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-09-30 Denys Vlasenkofind: add zeroing of G.xxx; ftpd - remove extraneous...
2009-09-29 Denys Vlasenkofind: -follow should not error out on dandling links
2009-09-26 Denys Vlasenkofind: do not recurse into directories with depth =...
2009-09-23 Denys Vlasenko*: more portability fixes by Dan Fandrich
2009-09-13 Denys Vlasenkoadd USE_PORTABLE_CODE option and use it in find applet
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2009-07-28 Denys Vlasenkogrep: fix -E + {range}; fix -o not printing all matche...
2009-06-18 Denys Vlasenkotweak to config wording, no code changes
2009-06-18 Denys Vlasenkotweak Config texts and some broken English elsewhere
2009-06-05 Denys Vlasenko*: add FAST_FUNC to function ptrs where it makes sense
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-04-01 Denis Vlasenkotrailing whitespace removal
2009-03-20 Denis VlasenkoCompatibility fixes:
2008-11-24 Denis Vlasenkotimeout: new applet. 370 bytes. by Roberto Foglietta.
2008-10-27 Bernhard Reutner... - typo in documentation
2008-09-30 Denis Vlasenkogrep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT...
2008-09-19 Denis Vlasenkogrep: yet another fixlet for EXTRA_COMPAT
2008-09-19 Denis Vlasenkogrep: fix EXTRA_COMPAT grep to honor -E and -i
2008-08-09 Denis Vlasenkogrep: option to use GNU regex matching instead of POSIX...
2008-08-04 Denis Vlasenkoxargs: fix -e default to match newer GNU xargs, add...
2008-08-03 Denis Vlasenkoxargs: fix xargs -e; added test for that
2008-07-22 Bernhard Reutner... - wrap overlong lines (Cristian Ionescu-Idbohrn)
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-06-15 Denis Vlasenko*: use llist_pop for traverse-and-free list operation
2008-06-07 Denis Vlasenkogrep: make "-f -" work (+ testsuite)
2008-05-28 Denis Vlasenkofind: beautify config prompts a bit
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-20 Denis Vlasenkogcc compat fix and warning suppression
2008-03-17 Denis Vlasenko*: shrink: use Vladimir's "o+" specifier instead of...
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-11 Bernhard Reutner... - spelling fixes
2008-01-24 Denis Vlasenkogrep: fix wrong filename in error message
2007-12-09 Denis Vlasenkofind: add -iname support (Alexander Griesser <alexander...
2007-11-04 Denis Vlasenkogrep: fix -Fo
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-10 Denis Vlasenkogrep: delete obsolete comment
2007-09-10 Denis Vlasenkogrep: fix grep -F -e str1 -e str2 (was matching str2...
2007-09-06 Paul Foxfix -xdev behavior in the presence of two or more neste...
2007-08-23 Denis Vlasenko*: compile fixes for 64-bit build
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-16 Denis Vlasenkofind: fix SELinux-related warning
2007-08-13 Denis Vlasenkohttpd: round down sendfile byte count to 64k
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-27 Denis Vlasenkomultiplier suffixes are short, store them directly...
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-15 Denis Vlasenkogrep: implement -m MAX_MATCHES; fix help text
2007-07-15 Denis Vlasenkogrep: fix buglets with context printing
2007-07-01 Denis Vlasenkofind: fix build failure on certain configs
2007-07-01 Denis Vlasenkofind: style fix
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-19 Denis Vlasenkofind: -context support for SELinux (KaiGai Kohei <kaiga...
2007-06-16 Denis Vlasenkofind: make -size match GNU find
2007-06-15 Denis Vlasenkofind: add conditional support for -maxdepth and -regex
2007-06-08 Denis Vlasenkogrep: selection done by FEATURE_GREP_EGREP_ALIAS was...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-15 Denis Vlasenkoxargs: simplify word list management
2007-04-14 Denis Vlasenkohush: use NOFORK applets as appropriate. Net reduction...
2007-04-13 Denis Vlasenkofind: add support for -delete, -path (by Natanael Copa)
2007-04-12 Mike Frysingermake sure we free the grep data as well
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-10 Denis Vlasenkoxargs: fix my brain fart (resulted in memory leak)
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-04-09 Denis Vlasenkofactor out NOFORK/NOEXEC code from find. Use it for...
2007-04-09 Denis Vlasenkoxargs: shrink code, ~80 bytes
2007-04-09 Denis VlasenkoImplement first instance of NOFORK applet - echo
2007-04-08 Denis Vlasenkofind: fix -prune more. Add big comment about it.
2007-04-08 Denis Vlasenkofind: fix handling of -prune
next