log toys/posix/find.c @ 1747:3297b4b490f8 draft

age author description
Sat, 21 Mar 2015 17:15:09 -0500 Rob Landley Another bug from David Halls: find -exec wasn't consuming its argument when it didn't activate. draft
Thu, 12 Mar 2015 14:21:33 -0500 Rob Landley Make find accept numeric uid/gid, and simplify makedevs using the new infrastructure. draft
Mon, 02 Mar 2015 20:27:50 -0600 Rob Landley On 64 bit, subtracting two pointers produces a long result. On 32 bit, it's an int. Even though long _is_ 32 bits on a 32 bit systems, gcc warns about it because reasons. draft
Sat, 22 Nov 2014 00:36:45 -0600 Rob Landley As long as Android's going to require fortify, fixup the warnings it generates. draft
Sun, 14 Sep 2014 20:37:23 -0500 Rob Landley find -xdev should return mount points, just not contents. draft
Sun, 14 Sep 2014 12:29:44 -0500 Rob Landley Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether we want to redirect both, one, or neither of stdin/stdout. draft
Mon, 08 Sep 2014 08:26:02 -0500 Rob Landley Add error test and fix memory leak, reported by Ashwini Sharma. draft
Thu, 07 Aug 2014 23:19:18 -0500 Rob Landley Fix -mindepth and -maxdepth to not drill down into excluded directories. draft
Tue, 05 Aug 2014 23:21:18 -0500 Rob Landley More find bugfixes. draft
Tue, 05 Aug 2014 19:44:59 -0500 Rob Landley Rereading posix find.c page: "Specifying more than one of the mutually-exclusive options -H and -L shall not be considered an error. The last option specified shall determine the behavior of the utility." draft
Tue, 05 Aug 2014 19:41:36 -0500 Rob Landley find.c: Posix wants loop detection. draft
Tue, 05 Aug 2014 19:32:44 -0500 Rob Landley Building busybox from source needs find -not (a synonym for posix's "!"). draft
Mon, 04 Aug 2014 19:28:41 -0500 Rob Landley find.c: add -mindepth, -maxdepth, and document -newer and -depth. draft
Sun, 03 Aug 2014 15:50:10 -0500 Rob Landley Implement exec -user, -group, and -newer. Enable find in defconfig. draft
Sat, 02 Aug 2014 19:40:35 -0500 Rob Landley Unbreak find -exec. draft
Wed, 30 Jul 2014 20:21:13 -0500 Rob Landley find.c: fix -iname. draft
Tue, 29 Jul 2014 20:04:38 -0500 Rob Landley find.c: first pass at case case insensitivity and exec. (Needs more debugging.) draft
Fri, 18 Jul 2014 18:31:41 -0500 Rob Landley Find bugfixes. draft
Wed, 16 Jul 2014 20:43:58 -0500 Rob Landley Write a new find. Not quite done, but the basics work. draft