Re: Patch for autodetection of platforms

2019-12-30 Thread John Cowan
I don't feel like filing another patch at this point, but since iOS is a cross-compilation target, the 3 lines for iOS should just be removed from Makefile.detect before it is merged. On Mon, Dec 30, 2019 at 2:25 PM John Cowan wrote: > This patch supersedes all other patches and correctly distin

Re: Patch for autodetection of platforms

2019-12-30 Thread John Cowan
This patch supersedes all other patches and correctly distinguishes between mingw, mingw-msys, and cygwin. It is also more efficient (only runs uname twice) and doesn't have a zillion trailing endifs. On Sat, Dec 28, 2019 at 11:24 AM Peter Bex wrote: > On Thu, Dec 19, 2019 at 11:19:16AM -0500,

Re: [PATCH] Fix #1661 by updating irregex to upstream

2019-12-30 Thread felix . winkelmann
> Hi all, > > Here's a port of the patch for irregex to fix #1661. > > There's still a bug in irregex-split, which Alex plans to fix > soon as well. In the meantime it's probably a good idea to > apply this one (and see if it breaks any eggs). > Pushed. felix

[PATCH] Fix #1661 by updating irregex to upstream

2019-12-30 Thread Peter Bex
Hi all, Here's a port of the patch for irregex to fix #1661. There's still a bug in irregex-split, which Alex plans to fix soon as well. In the meantime it's probably a good idea to apply this one (and see if it breaks any eggs). Cheers, Peter From 15993532a4cdda8f5d4d942508854e3f157af5c8 Mon S