Re: [PATCH v2] find: implement -amin, -atime, -cmin, and -ctime

2021-10-01 Thread Ismael Luceno
On 02/Oct/2021 02:49, Ismael Luceno wrote: > On 02/Oct/2021 01:11, Bernhard Reutner-Fischer wrote: > > On 29 September 2021 13:49:39 CEST, Ismael Luceno > > wrote: > > > > bloat-o-meter if all are on versus baseline? > > Just curious. > > thanks, > > textdata bss dec hex

Re: [PATCH v2] find: implement -amin, -atime, -cmin, and -ctime

2021-10-01 Thread Ismael Luceno
On 02/Oct/2021 01:11, Bernhard Reutner-Fischer wrote: > On 29 September 2021 13:49:39 CEST, Ismael Luceno wrote: > > bloat-o-meter if all are on versus baseline? > Just curious. > thanks, textdata bss dec hex filename 4806 0 0480612c6 findutils/find.o.orig

Re: [PATCH v2] find: implement -amin, -atime, -cmin, and -ctime

2021-10-01 Thread Bernhard Reutner-Fischer
On 29 September 2021 13:49:39 CEST, Ismael Luceno wrote: bloat-o-meter if all are on versus baseline? Just curious. thanks, ___ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox

[PATCH v2] find: implement -amin, -atime, -cmin, and -ctime

2021-09-29 Thread Ismael Luceno
Signed-off-by: Ismael Luceno --- findutils/find.c | 84 1 file changed, 84 insertions(+) diff --git a/findutils/find.c b/findutils/find.c index 0948de13df3d..5c9eccdd545c 100644 --- a/findutils/find.c +++ b/findutils/find.c @@ -66,6 +66,38 @@