Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / recursive_action.c
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-04-06 Denys Vlasenkomodprobe: do not descend into /etc/modprobe.d/DIR/...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-09-29 Denys Vlasenkofind: -follow should not error out on dandling links
2008-07-27 Denis Vlasenkonetstat: optional -p support by L. Gabriel Somlo <somlo...
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-04 Denis Vlasenkolibbb/recursive_action.c: fix slight error in prev...
2008-07-04 Denis Vlasenkomodutils: optional modutils-small by Vladimir Dronnikov.
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-26 Denis Vlasenkoopen_transformer: fix bug of calling exit instead of...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-07-05 Denis Vlasenkomd5_sha1_sum: fix mishandling when run as /bin/md5sum...
2007-04-08 Denis Vlasenkofind: fix handling of -prune
2007-03-29 Bernhard Reutner... - fold recurse, depthFirst and dereference params into...
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2006-12-12 Denis Vlasenkobuild system: small fix for "release" target to work
2006-10-29 Denis Vlasenkofind: a lot more compliant to 'standard' find
2006-10-27 Denis Vlasenkorecursive_action: add depth param
2006-10-27 Denis Vlasenkorecursive_action: preparatory changes. will introduce...
2006-10-14 Denis Vlasenkogrep: add support for -r
2006-09-09 Denis Vlasenkotar: fix "xopen with O_CREAT" warning, improve zero...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-04-12 Bernhard Reutner... - add and use bb_opendir(), bb_xopendir().
2004-04-07 Eric AndersenVladimir N. Oleynik writes:
2004-04-06 Eric AndersenChristian Grigis, christian.grigis at smartdata dot...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-05-26 Glenn L McGrathVodz, last_patch_86
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-28 Glenn L McGrathUse error_msg instead of fprintf(stderr
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-10 Eric AndersenPatch from Valdimir to reduce stack usage, since recurs...
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-03-16 Eric AndersenConvert utility.c into libbb.a. It is now a whole...