Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether we want...
[platform/upstream/toybox.git] / toys / posix / find.c
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.