[bug #49590] wildcard no longer give sorted output in version 4.2

2016-11-11 Thread Paul D. Smith
Update of bug #49590 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Reply to this item at:

[bug #49590] wildcard no longer give sorted output in version 4.2

2016-11-11 Thread Martin Dorey
Follow-up Comment #1, bug #49590 (project make): http://git.savannah.gnu.org/cgit/make.git/tree/NEWS Version 3.82 (28 Jul 2010) ... * WARNING: Backward-incompatibility! Wildcards were not documented as returning sorted values, but the results have been sorted up until this release.. If your

[bug #49590] wildcard no longer give sorted output in version 4.2

2016-11-11 Thread kokapui
URL: Summary: wildcard no longer give sorted output in version 4.2 Project: make Submitted by: kokapui Submitted on: Sat 12 Nov 2016 01:05:29 AM GMT Severity: 3 - Normal

Re: [PATCH 0/5] Miscellaneous speed up patches

2016-11-11 Thread Paolo Bonzini
On 11/11/2016 17:44, Paul Smith wrote: > On Fri, 2016-11-11 at 12:28 +0100, Paolo Bonzini wrote: >> Paul, any news? > > I expect to carve out a chunk of time to work on GNU make maintenance > next month, and will try to put out a new release. These updates are > in my queue to look at. Good

Re: INTERNAL: Exiting with 2 jobserver tokens available; should be 5!

2016-11-11 Thread Jaak Ristioja
On 10.11.2016 09:55, Jaak Ristioja wrote: > On 09.11.2016 22:58, Paul Smith wrote: >> On Wed, 2016-11-09 at 22:42 +0200, Jaak Ristioja wrote: >>> I have no ARM experience myself. I don't even know where to look for >>> ABI >>> documentation. This is the best I can currently get from the core: >>>

Re: [PATCH 0/5] Miscellaneous speed up patches

2016-11-11 Thread Paul Smith
On Fri, 2016-11-11 at 12:28 +0100, Paolo Bonzini wrote: > Paul, any news? I expect to carve out a chunk of time to work on GNU make maintenance next month, and will try to put out a new release.  These updates are in my queue to look at. Thanks! ___

Re: [PATCH 1/5] optimize checking for globs

2016-11-11 Thread Paolo Bonzini
On 02/11/2016 17:24, Paolo Bonzini wrote: > +int needs_glob(const char *s) > +{ > + return strpbrk (s, "?*[") == NULL; My bad, this should be "!=" NULL. I will send a v2 when I get more feedback. Paolo > +} > +#endif > diff --git a/read.c b/read.c > index b870aa8..0883100 100644 > ---

Re: [PATCH 0/5] Miscellaneous speed up patches

2016-11-11 Thread Paolo Bonzini
On 02/11/2016 17:24, Paolo Bonzini wrote: > These patches optimize the hotspots in QEMU's "noop" build: > > - patch 1: parse_file_seq / strpbrk > > - patch 2: find_char_unquote > > - patch 3: variable_hash_1 / variable_hash_2 > > - patches 4+5: handle_function > > On my laptop this goes