Re: [PATCH] find: use FTS_VERBATIM

2012-12-15 Thread Dmitry V. Levin
On Sat, Dec 15, 2012 at 02:33:09PM +, James Youngman wrote: > On Sun, Nov 18, 2012 at 2:06 AM, Dmitry V. Levin wrote: > > The recent change v0.0-7611-g3a9002d in gnulib that made fts_open strip > > trailing slashes from input path names had a negative impact on > > findutils that relies on the

Re: [PATCH] find: use FTS_VERBATIM

2012-12-15 Thread James Youngman
On Sun, Nov 18, 2012 at 2:06 AM, Dmitry V. Levin wrote: > The recent change v0.0-7611-g3a9002d in gnulib that made fts_open strip > trailing slashes from input path names had a negative impact on > findutils that relies on the old fts_open behavior to implement POSIX > requirement that each path o

[PATCH] find: use FTS_VERBATIM

2012-11-17 Thread Dmitry V. Levin
The recent change v0.0-7611-g3a9002d in gnulib that made fts_open strip trailing slashes from input path names had a negative impact on findutils that relies on the old fts_open behavior to implement POSIX requirement that each path operand of the find utility shall be evaluated unaltered as it was