Re: [PATCH 0/8] maintenance patches

2016-01-04 Thread Bernhard Voelker
On 01/04/2016 01:37 AM, James Youngman wrote: > Thanks for doing this. > > Sorry about the mid-air collision on the copyright updates.All the > other patches look good to me, please apply! Thanks for the review - I pushed at the master branch. 4 questions: a) There are some parts left from

Re: [PATCH 0/8] maintenance patches

2016-01-04 Thread James Youngman
Thanks. a) Comments on the patch: 1. Essentially the current version of configure.ac was written by me: $ git shortlog -- configure.ac configure.in | grep '^[^ ]' Benedikt Morbach (1): Bernhard Voelker (2): Eric Blake (4): James Youngman (197): Jim Meyering (1): Kevin Dalley (12): Stefano Lattari

Re: [PATCH 0/8] maintenance patches

2016-01-04 Thread Bernhard Voelker
On 01/04/2016 04:17 PM, James Youngman wrote: > Thanks. > > a) Comments on the patch: > > 1. Essentially the current version of configure.ac was written by me: yes, right; so the patch boils down to the attached, updated patch. > b) Sure, go ahead and push patches to the 4.6 branch.Generall

[PATCH 0/2] further copyright update tweaks

2016-01-04 Thread Bernhard Voelker
While the 1st patch makes sense to prevent possible problems with the exemption list for 'make update-copyright', the second is a proposal to shorten the copyright headers which are becoming longer and longer over the years. [PATCH 1/2] maint: clarify that .x-update-copyright entries are EREs [PAT

[PATCH 1/2] maint: clarify that .x-update-copyright entries are EREs

2016-01-04 Thread Bernhard Voelker
The entries in the exemption list are processed by "grep -vEf ./.x-update-copyright" and therefore evaluated as an extended regular expression (ERE). Thus, e,g, a "bootstrap" entry would also match for "bootstrap.conf" which we may want to be updated. The current entries are unambiguous so far, bu

[PATCH 2/2] maint: make copyright statements more consistent

2016-01-04 Thread Bernhard Voelker
Instead of growing lists of copyright year numbers with gaps, convert the sequence to a minimal containing range, e.g.: -Copyright @copyright{} 1994, 1996, 1998, 2000-2001, 2003-2016 Free -Software Foundation, Inc. +Copyright @copyright{} 1994-2016 Free Software Foundation, Inc. This change

[bug #46815] problem when testing file size

2016-01-04 Thread anonymous
URL: Summary: problem when testing file size Project: findutils Submitted by: None Submitted on: Di 05 Jan 2016 06:08:51 UTC Category: find Severity: 3 - Normal