OSDN Git Service

"printf %x 64" wasn't working right on 32 bit because a variable type was wrong.
[android-x86/external-toybox.git] / toys / posix / find.c
2016-08-19 Rob LandleyChange xgetpwnamid/xgetgrnamid to xgetuid/xgetgid retur...
2016-08-04 Rob LandleyMake xopen() skip stdin/stdout/stderr, add xopen_stdio...
2016-07-12 Rob LandleyImplement NOP find -noleaf
2016-05-20 Rob LandleyAdd bufgetgrgid()
2016-04-25 Rob LandleyFix find bug reported by Tom Marshall, add test for...
2016-03-07 Rob LandleyCleanup pass on the dirtree infrastructure, in preparat...
2016-02-05 Rob LandleyAnother fix from Josh Gao to avoid a null pointer deref...
2016-02-05 Josh GaoFix segfault when `find -iname` gets no argument.
2016-02-01 Rob LandleyAdd find -delete
2016-01-14 Rob LandleyMake "find -execdir toys echo {} +" batch correctly...
2016-01-05 Rob LandleyWork towards making "find . -execdir echo {} + -execdir...
2016-01-02 Rob LandleyFix find --prune.
2016-01-02 Rob LandleyFix "find . -exec echo {}" segfault, and stop measuring...
2015-12-07 Rob LandleyRename dirtree->data to dirfd, and don't store symlink...
2015-12-06 Gilad ArnoldEnable matching any perm bits.
2015-11-19 Elliott HughesFix find -perm.
2015-09-12 Rob LandleyFix a find segfault.
2015-09-07 Rob LandleyRemove prompt argument from yesno(), caller can fprintf...
2015-08-01 Rob LandleyMove strlower() from find to lib.
2015-07-10 Greg Hackmannfind: add -inum option
2015-05-10 Rob LandleyCleanups of dirtree_start() calls. (Don't need to feed...
2015-05-09 Rob LandleyAdd DIRTREE_SHUTUP to disable dirtree warnings if file...
2015-03-21 Rob LandleyAnother bug from David Halls: find -exec wasn't consumi...
2015-03-12 Rob LandleyMake find accept numeric uid/gid, and simplify makedevs...
2015-03-03 Rob LandleyOn 64 bit, subtracting two pointers produces a long...
2014-11-22 Rob LandleyAs long as Android's going to require fortify, fixup...
2014-09-15 Rob Landleyfind -xdev should return mount points, just not contents.
2014-09-14 Rob LandleySplit xpopen() into xpopen_both(), xpopen(), and xrun...
2014-09-08 Rob LandleyAdd error test and fix memory leak, reported by Ashwini...
2014-08-08 Rob LandleyFix -mindepth and -maxdepth to not drill down into...
2014-08-06 Rob LandleyMore find bugfixes.
2014-08-06 Rob LandleyRereading posix find.c page: "Specifying more than...
2014-08-06 Rob Landleyfind.c: Posix wants loop detection.
2014-08-06 Rob LandleyBuilding busybox from source needs find -not (a synonym...
2014-08-05 Rob Landleyfind.c: add -mindepth, -maxdepth, and document -newer...
2014-08-03 Rob LandleyImplement exec -user, -group, and -newer. Enable find...
2014-08-03 Rob LandleyUnbreak find -exec.
2014-07-31 Rob Landleyfind.c: fix -iname.
2014-07-30 Rob Landleyfind.c: first pass at case case insensitivity and exec...
2014-07-18 Rob LandleyFind bugfixes.
2014-07-17 Rob LandleyWrite a new find. Not quite done, but the basics work.