[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

[PATCH] build: use $(AM_CPPFLAGS) rather than $(INCLUDES)

2012-11-17 Thread Stefano Lattarini
The former is deprecated in favour of the latter; its use causes warnings in Automake 1.12.4, and support for it will likely be removed altogether in Automaker 1.14. * find/Makefile.am: Adjust. * lib/Makefile.am: Likewise. * locate/Makefile.am: Likewise. * xargs/Makefile.am: Likewise. Copyright-p

Manual fails to build with development version of texinfo (4.13.90)

2012-11-17 Thread Stefano Lattarini
That development version is scheduled to be released as Texinfo 5.0 in few days. Here are the errors I'm encountering: find.texi:53: Misplaced { find.texi:53: Misplaced } find.texi:1927: warning: Node `Formatting Flags' is next for `Reserved and Unknown Directives' in menu but not in secti

Re: fix build of findutils with automake 1.12

2012-11-17 Thread James Youngman
Thanks for this contribution. I recently applied another patch from Jim Meyering that also fixes this. Your patch was emailed first but I read the emails out-of-order. In any case, thanks for your help and I hope to hear from you again. Thanks, James.

[bug #37365] Cannot build HTML documentation from find.texi

2012-11-17 Thread James Youngman
Update of bug #37365 (project findutils): Status:None => Invalid Assigned to:None => jay Open/Closed:Open => Closed

[bug #37423] Duplicate definition of program_name in test-canonicalize

2012-11-17 Thread James Youngman
Follow-up Comment #2, bug #37423 (project findutils): I'm going to defer updating the gnulib in findnutils temporarily until we've decided on how to handle the recently-changed fts semantics (with respect to trailing slashes). ___ Reply to

[bug #37356] excessive memory usage when using -printf and %A %C or %T

2012-11-17 Thread James Youngman
Update of bug #37356 (project findutils): Status:None => Fixed Assigned to:None => jay ___ Follow-up Comment #2: I've applied and

Re: build fixes and clean-up

2012-11-17 Thread James Youngman
Applied; thanks.

Re: find [extended] attributes

2012-11-17 Thread Pietro Bertera
Hi, 2012/11/16 James Youngman : >> Has anyone had any though of this? Wouldn't options such as these ones: > > Leslie (see the To: line) has actually implemented something but it > has not been merged. > > >> find -attr [+/-]d (match all files with "attribute" "d" set/unset) >> find -xattr [!]nam