Re: [dev] [sbase][find] find implementation

2015-02-20 Thread Dimitris Papastamos
On Thu, Feb 19, 2015 at 05:58:01PM -0800, Evan Gates wrote: > I got sick of staring at the sed code and needed a break, so I wrote > find. It is complete and POSIX compliant. The only FIXMEs that affect > function are deciding what to do in a few error cases, and including > nanoseconds when compar

[dev] [sbase][find] find implementation

2015-02-19 Thread Evan Gates
I got sick of staring at the sed code and needed a break, so I wrote find. It is complete and POSIX compliant. The only FIXMEs that affect function are deciding what to do in a few error cases, and including nanoseconds when comparing file times. Other than that there a few things I've marked: 1 o