Re: Change license of filenames.h to LGPL

2016-09-27 Thread Ozkan Sezer
On 9/27/16, DJ Delorie wrote: > > Eli Zaretskii writes: >> Because Ozkan wants to use it in an otherwise LGPL package. > > Ok, but that doesn't say why it's different. That reason could apply to > any header in there. Do we need to convert all headers there to LGPL? > Is this "otherwise LGPL pa

Re: Change license of filenames.h to LGPL

2016-09-27 Thread Ozkan Sezer
On 9/27/16, Eli Zaretskii wrote: >> From: DJ Delorie >> Cc: f...@deneb.enyo.de, gcc-patches@gcc.gnu.org, seze...@gmail.com >> Date: Tue, 27 Sep 2016 15:23:46 -0400 >> >> Eli Zaretskii writes: >> >> But then the implementation would need relicensing as well, wouldn't >> >> it? >> > >> > Which imp

Re: Change license of filenames.h to LGPL

2016-09-28 Thread Ozkan Sezer
On 9/28/16, Alexandre Oliva wrote: > On Sep 27, 2016, Ozkan Sezer wrote: > >> FYI: What I originally wanted was an authorization _for me_ to use >> filenames.h in LGPL projects with LGPL license notice; the version >> I use is modified (not refer to any external code

Re: Change license of filenames.h to LGPL

2016-09-28 Thread Ozkan Sezer
On 9/28/16, Eli Zaretskii wrote: >> From: Alexandre Oliva >> Cc: gcc-patches@gcc.gnu.org >> Date: Wed, 28 Sep 2016 16:03:02 -0300 >> >> Does that work for everyone involved? > > Except that no one will reimburse me for the time I wasted talking to > several people, with eventually null result...

[PATCH] [mingw] fix typo: s/_REENTRANCE/_REENTRANT/

2011-09-22 Thread Ozkan Sezer
Hi: Unless I'm missing something, the mingw CPP_SPEC changes introduced in r171833 have a typo: -D_REENTRANCE should read -D_REENTRANT . Patchlet below. Please review, and apply if it's OK. config/i386/mingw-w64.h (CPP_SPEC): Rename _REENTRANCE to _REENTRANT. config/i386/mingw32.h (CPP_SPEC): L

Re: [Mingw-w64-developer] [patch] --enable-dynamic-string default for mingw-w64 v2

2011-09-30 Thread Ozkan Sezer
On Sat, Oct 1, 2011 at 9:03 AM, JonY wrote: > Hi, > > I followed Paolo's suggestion with the os_defines.h trick. I duplicated > os/mingw32/ to os/mingw32-w64/ for this to work, since there aren't any > built-in defines to tell the 2 apart unless you include some headers > like _mingw.h. > > Patch

Re: [PATCH] [mingw] fix typo: s/_REENTRANCE/_REENTRANT/

2011-10-03 Thread Ozkan Sezer
PING? On Thu, Sep 22, 2011 at 2:28 PM, Ozkan Sezer wrote: > Hi: > > Unless I'm missing something, the mingw CPP_SPEC changes introduced in > r171833 have a typo: -D_REENTRANCE should read -D_REENTRANT . Patchlet > below.  Please review, and apply if it's OK. >

Re: [PATCH] [mingw] fix typo: s/_REENTRANCE/_REENTRANT/

2011-10-03 Thread Ozkan Sezer
On Mon, Oct 3, 2011 at 5:56 PM, Kai Tietz wrote: > 2011/10/3 Ozkan Sezer : >> PING? >> >> On Thu, Sep 22, 2011 at 2:28 PM, Ozkan Sezer wrote: >>> Hi: >>> >>> Unless I'm missing something, the mingw CPP_SPEC changes introduced in >>&g