Re: [PING][PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2018-06-09 Thread Iain Buclaw
On 15 March 2018 at 20:05, Iain Buclaw wrote: > On 17 February 2018 at 16:08, Iain Buclaw wrote: >> On 25 October 2017 at 03:06, Jeff Law wrote: >>> On 10/18/2017 01:33 AM, Iain Buclaw wrote: On 6 October 2017 at 14:51, Ian Lance Taylor wrote: > On Fri, Oct 6, 2017 at 1:34 AM, Iain Buc

[PING][PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2018-03-15 Thread Iain Buclaw
On 17 February 2018 at 16:08, Iain Buclaw wrote: > On 25 October 2017 at 03:06, Jeff Law wrote: >> On 10/18/2017 01:33 AM, Iain Buclaw wrote: >>> On 6 October 2017 at 14:51, Ian Lance Taylor wrote: On Fri, Oct 6, 2017 at 1:34 AM, Iain Buclaw wrote: > > Out of curiosity, I did have

Re: [PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2018-02-17 Thread Iain Buclaw
On 25 October 2017 at 03:06, Jeff Law wrote: > On 10/18/2017 01:33 AM, Iain Buclaw wrote: >> On 6 October 2017 at 14:51, Ian Lance Taylor wrote: >>> On Fri, Oct 6, 2017 at 1:34 AM, Iain Buclaw wrote: Out of curiosity, I did have a look at some of the tops of gofrontend sources thi

Re: [PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2017-11-21 Thread Iain Buclaw
On 13 November 2017 at 00:20, Andrei Alexandrescu wrote: > On 11/06/2017 01:46 PM, Iain Buclaw wrote: >> >> On 25 October 2017 at 03:06, Jeff Law wrote: >>> >>> On 10/18/2017 01:33 AM, Iain Buclaw wrote: On 6 October 2017 at 14:51, Ian Lance Taylor wrote: > > On Fri, Oct 6, 201

Re: [PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2017-11-12 Thread Andrei Alexandrescu
On 11/06/2017 01:46 PM, Iain Buclaw wrote: On 25 October 2017 at 03:06, Jeff Law wrote: On 10/18/2017 01:33 AM, Iain Buclaw wrote: On 6 October 2017 at 14:51, Ian Lance Taylor wrote: On Fri, Oct 6, 2017 at 1:34 AM, Iain Buclaw wrote: Out of curiosity, I did have a look at some of the tops

Re: [PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2017-11-06 Thread Iain Buclaw
On 25 October 2017 at 03:06, Jeff Law wrote: > On 10/18/2017 01:33 AM, Iain Buclaw wrote: >> On 6 October 2017 at 14:51, Ian Lance Taylor wrote: >>> On Fri, Oct 6, 2017 at 1:34 AM, Iain Buclaw wrote: Out of curiosity, I did have a look at some of the tops of gofrontend sources thi

Re: [PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2017-11-04 Thread Walter Bright
On 10/24/2017 4:58 PM, Jeff Law wrote: On 10/03/2017 03:36 PM, Joseph Myers wrote: On Tue, 3 Oct 2017, Jeff Law wrote: /* Copyright (c) 2010-2014 by Digital Mars * All Rights Reserved, written by Walter Bright * http://www.digitalmars.com * Distributed under the Boost Software License,

Re: [PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2017-10-25 Thread Iain Buclaw
On 25 October 2017 at 03:06, Jeff Law wrote: > On 10/18/2017 01:33 AM, Iain Buclaw wrote: >> On 6 October 2017 at 14:51, Ian Lance Taylor wrote: >>> On Fri, Oct 6, 2017 at 1:34 AM, Iain Buclaw wrote: Out of curiosity, I did have a look at some of the tops of gofrontend sources thi

Re: [PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2017-10-24 Thread Jeff Law
On 10/18/2017 01:33 AM, Iain Buclaw wrote: > On 6 October 2017 at 14:51, Ian Lance Taylor wrote: >> On Fri, Oct 6, 2017 at 1:34 AM, Iain Buclaw wrote: >>> >>> Out of curiosity, I did have a look at some of the tops of gofrontend >>> sources this morning. They are all copyright the Go Authors, an

Re: [PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2017-10-24 Thread Jeff Law
On 10/03/2017 03:36 PM, Joseph Myers wrote: > On Tue, 3 Oct 2017, Jeff Law wrote: > >> /* Copyright (c) 2010-2014 by Digital Mars >> * All Rights Reserved, written by Walter Bright >> * http://www.digitalmars.com >> * Distributed under the Boost Software License, Version 1.0. >> * (See accompa

Re: [PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2017-10-18 Thread Iain Buclaw
On 6 October 2017 at 14:51, Ian Lance Taylor wrote: > On Fri, Oct 6, 2017 at 1:34 AM, Iain Buclaw wrote: >> >> Out of curiosity, I did have a look at some of the tops of gofrontend >> sources this morning. They are all copyright the Go Authors, and are >> licensed as BSD. So I'm not sure if hav

Re: [PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2017-10-06 Thread Andrei Alexandrescu
Thanks, Ian! -- Andrei

Re: [PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2017-10-06 Thread Ian Lance Taylor
On Fri, Oct 6, 2017 at 1:34 AM, Iain Buclaw wrote: > > Out of curiosity, I did have a look at some of the tops of gofrontend > sources this morning. They are all copyright the Go Authors, and are > licensed as BSD. So I'm not sure if having copyright FSF and > distributing under GPL is strictly

Re: [PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2017-10-06 Thread Walter Bright
On 10/6/2017 1:34 AM, Iain Buclaw wrote: On 6 October 2017 at 02:57, Walter Bright wrote: On 10/5/2017 3:59 AM, Iain Buclaw wrote: On 3 October 2017 at 23:36, Joseph Myers wrote: On Tue, 3 Oct 2017, Jeff Law wrote: /* Copyright (c) 2010-2014 by Digital Mars * All Rights Reserved,

Re: [PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2017-10-06 Thread Iain Buclaw
On 6 October 2017 at 02:57, Walter Bright wrote: > > > On 10/5/2017 3:59 AM, Iain Buclaw wrote: >> >> On 3 October 2017 at 23:36, Joseph Myers wrote: >>> >>> On Tue, 3 Oct 2017, Jeff Law wrote: >>> /* Copyright (c) 2010-2014 by Digital Mars * All Rights Reserved, written by Walter Bri

Re: [PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2017-10-05 Thread Walter Bright
On 10/5/2017 3:59 AM, Iain Buclaw wrote: On 3 October 2017 at 23:36, Joseph Myers wrote: On Tue, 3 Oct 2017, Jeff Law wrote: /* Copyright (c) 2010-2014 by Digital Mars * All Rights Reserved, written by Walter Bright * http://www.digitalmars.com * Distributed under the Boost Software L

Re: [PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2017-10-05 Thread Iain Buclaw
On 3 October 2017 at 23:36, Joseph Myers wrote: > On Tue, 3 Oct 2017, Jeff Law wrote: > >> /* Copyright (c) 2010-2014 by Digital Mars >> * All Rights Reserved, written by Walter Bright >> * http://www.digitalmars.com >> * Distributed under the Boost Software License, Version 1.0. >> * (See acc

Re: [PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2017-10-03 Thread Joseph Myers
On Tue, 3 Oct 2017, Jeff Law wrote: > /* Copyright (c) 2010-2014 by Digital Mars > * All Rights Reserved, written by Walter Bright > * http://www.digitalmars.com > * Distributed under the Boost Software License, Version 1.0. > * (See accompanying file LICENSE or copy at > http://www.boost.org/

Re: [PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2017-10-03 Thread Jeff Law
On 10/02/2017 02:45 AM, Iain Buclaw wrote: > Changes since previous are just merge latest 2.076 release. > > Uploaded patch to my ftp due to size limitations. So if the code was assigned by Walter to the FSF back in 2011 (per your message on Sep 11 and Walter's reply on Sep 11) then the copyright

[PATCH v3 1/14] D: The front-end (DMD) language implementation and license.

2017-10-02 Thread Iain Buclaw
Changes since previous are just merge latest 2.076 release. Uploaded patch to my ftp due to size limitations. Regards Iain. --- ftp://ftp.gdcproject.org/patches/v3/01-v3-d-frontend-dmd.patch.xz gcc/d/dfrontend/aav.c| 193 + gcc/d/dfrontend/aav.h| 19 + gcc/d/dfronte