Re: [bug #48055] Regex ranges and locales in gnu-awk regextype

2016-11-27 Thread Paul Eggert
James Youngman wrote: Findutils uses the regular expression implementation from gnulib. So this problem likely also exists there, or perhaps has already been fixed there. I can't seem to reproduce the problem on Fedora 24, so perhaps it's been fixed already. $ ls a.lower b.UPPER $ LC_COLLA

[bug #49640] Refer to numeric arguments as n|-n|+n or [-+]n instead of n in the manpages

2016-11-27 Thread James Youngman
Follow-up Comment #2, bug #49640 (project findutils): I agree about the value of the change. For the as you say, extremely motivated there are also opportunities to clarify the sometimes-confusing rounding behaviours, too. ___ Reply to th

Re: [bug #48055] Regex ranges and locales in gnu-awk regextype

2016-11-27 Thread James Youngman
Findutils uses the regular expression implementation from gnulib. So this problem likely also exists there, or perhaps has already been fixed there. On Mon, May 30, 2016 at 7:12 AM, Piotr Jurkiewicz wrote: > URL: > > > Summary: Regex rang

[bug #48169] find makes unnecessary syscalls

2016-11-27 Thread James Youngman
Follow-up Comment #1, bug #48169 (project findutils): Is there are measurable performance difference? ___ Reply to this item at: ___ Message sent via/by

[bug #48683] possible regression: "no such file or directory" error when directory is removed during execution

2016-11-27 Thread James Youngman
Update of bug #48683 (project findutils): Status:None => Wont Fix Assigned to:None => jay Open/Closed:Open => Closed

[bug #48683] possible regression: "no such file or directory" error when directory is removed during execution

2016-11-27 Thread James Youngman
Follow-up Comment #1, bug #48683 (project findutils): If you are deleting things from the tree you are searching, use -depth so that find doesn't attempt to visit file system nodes that have been deleted. If you can also use -delete to delete the things you want to delete, you are even less like