public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Update the c++1y/c++14 support page
@ 2013-10-06 11:44 Morwenn Ed
  2013-10-06 12:06 ` Paolo Carlini
  0 siblings, 1 reply; 9+ messages in thread
From: Morwenn Ed @ 2013-10-06 11:44 UTC (permalink / raw)
  To: gcc

Three new papers were adopted at the Chicago meeting a few days ago:
* [[deprecated]] attribute (N3760)
* Sized deallocation (N3778)
* Single-quotation-mark as a digit separator (N3481)

Shouldn't the GCC C++1y/C++14 support page be modified to reflect these additions? 		 	   		  

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Update the c++1y/c++14 support page
  2013-10-06 11:44 Update the c++1y/c++14 support page Morwenn Ed
@ 2013-10-06 12:06 ` Paolo Carlini
  2013-10-06 12:37   ` Morwenn Ed
  0 siblings, 1 reply; 9+ messages in thread
From: Paolo Carlini @ 2013-10-06 12:06 UTC (permalink / raw)
  To: Morwenn Ed, gcc



Hi,

Morwenn Ed <morwenn29@hotmail.fr> ha scritto:
>Three new papers were adopted at the Chicago meeting a few days ago:
>* [[deprecated]] attribute (N3760)
>* Sized deallocation (N3778)
>* Single-quotation-mark as a digit separator (N3481)
>
>Shouldn't the GCC C++1y/C++14 support page be modified to reflect these
>additions?

Yes, I think so. Why don't you prepare a doc patchlet? You may want to add Gerald in CC.

Thanks,
Paolo

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: Update the c++1y/c++14 support page
  2013-10-06 12:06 ` Paolo Carlini
@ 2013-10-06 12:37   ` Morwenn Ed
  2013-10-06 12:48     ` Paolo Carlini
  0 siblings, 1 reply; 9+ messages in thread
From: Morwenn Ed @ 2013-10-06 12:37 UTC (permalink / raw)
  To: Paolo Carlini, gcc

----------------------------------------
> Subject: Re: Update the c++1y/c++14 support page
> From: paolo.carlini@oracle.com
> Date: Sun, 6 Oct 2013 14:06:32 +0200
> To: morwenn29@hotmail.fr; gcc@gcc.gnu.org
>
>
>
> Hi,
>
> Morwenn Ed <morwenn29@hotmail.fr> ha scritto:
>>Three new papers were adopted at the Chicago meeting a few days ago:
>>* [[deprecated]] attribute (N3760)
>>* Sized deallocation (N3778)
>>* Single-quotation-mark as a digit separator (N3481)
>>
>>Shouldn't the GCC C++1y/C++14 support page be modified to reflect these
>>additions?
>
> Yes, I think so. Why don't you prepare a doc patchlet? You may want to add Gerald in CC.
>
> Thanks,
> Paolo

Well, it never got to sign the copyright assignment. So technically, I can not really contribute to GCC.
I would be happy to do so, but if I remember well, I have to send the signed paper by regular mail, so it
may take some time even if I do so... 		 	   		  

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: Update the c++1y/c++14 support page
  2013-10-06 12:37   ` Morwenn Ed
@ 2013-10-06 12:48     ` Paolo Carlini
  2013-10-06 13:19       ` Morwenn Ed
  2013-10-07  5:54       ` Jeff Hammond
  0 siblings, 2 replies; 9+ messages in thread
From: Paolo Carlini @ 2013-10-06 12:48 UTC (permalink / raw)
  To: Morwenn Ed, gcc



Hi,

Morwenn Ed <morwenn29@hotmail.fr> ha scritto:
>Well, it never got to sign the copyright assignment.

Certainly you don't need an assignment for 3 lines of docs!

Paolo

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: Update the c++1y/c++14 support page
  2013-10-06 12:48     ` Paolo Carlini
@ 2013-10-06 13:19       ` Morwenn Ed
  2013-10-07  9:55         ` Paolo Carlini
  2013-10-07  5:54       ` Jeff Hammond
  1 sibling, 1 reply; 9+ messages in thread
From: Morwenn Ed @ 2013-10-06 13:19 UTC (permalink / raw)
  To: Paolo Carlini, gcc; +Cc: gerald

[-- Attachment #1: Type: text/plain, Size: 555 bytes --]

----------------------------------------
> Subject: RE: Update the c++1y/c++14 support page
> From: paolo.carlini@oracle.com
> Date: Sun, 6 Oct 2013 14:48:27 +0200
> To: morwenn29@hotmail.fr; gcc@gcc.gnu.org
>
>
>
> Hi,
>
> Morwenn Ed <morwenn29@hotmail.fr> ha scritto:
>>Well, it never got to sign the copyright assignment.
>
> Certainly you don't need an assignment for 3 lines of docs!
>
> Paolo
Ok, no problem then, here is the patch. And the changelog. I hope they are ok, I have never
properly submitted anything before. 		 	   		  

[-- Attachment #2: a.CL --]
[-- Type: application/octet-stream, Size: 192 bytes --]

/wwwdocs
2013-10-06  Thibaut Le Jehan  <morwenn29@hotmail.fr>

	* htdocs/projects/cxx1y.html: Add sized deallocation, deprecated
    attribute and single-mark-quotation as digit separator.

[-- Attachment #3: a.patch --]
[-- Type: application/octet-stream, Size: 974 bytes --]

Index: wwwdocs/htdocs/projects/cxx1y.html
===================================================================
--- wwwdocs/htdocs/projects/cxx1y.html
+++ wwwdocs/htdocs/projects/cxx1y.html
@@ -134,6 +134,21 @@
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3664.html">N3664</a></td>
       <td align="center">N/A</td>
     </tr>
+    <tr>
+      <td>Sized deallocation</td>
+      <td><a href="http://isocpp.org/files/papers/n3778.html">N3778</a></td>
+      <td align="center">N/A</td>
+    </tr>
+    <tr>
+      <td>[[deprecated]] attribute</td>
+      <td><a href="http://isocpp.org/files/papers/n3760.htm">N3760</a></td>
+      <td align="center">N/A</td>
+    </tr>
+    <tr>
+      <td>Single-quotation-mark as a digit separator</td>
+      <td><a href="http://isocpp.org/files/papers/N3781.pdf">N3781</a></td>
+      <td align="center">N/A</td>
+    </tr>
   </table>

   <!-- <h2>C++11 Library Features</h2> -->

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Update the c++1y/c++14 support page
  2013-10-06 12:48     ` Paolo Carlini
  2013-10-06 13:19       ` Morwenn Ed
@ 2013-10-07  5:54       ` Jeff Hammond
  2013-10-07  6:05         ` Andrey Belevantsev
  1 sibling, 1 reply; 9+ messages in thread
From: Jeff Hammond @ 2013-10-07  5:54 UTC (permalink / raw)
  To: Paolo Carlini; +Cc: Morwenn Ed, gcc

Given your company (Oracle) sued Google over 9 lines of Java (the now
infamous rangeCheck function), I hardly think it's appropriate for you
to discourage someone from following through with copyright assignment
for a minor contribution.

Jeff

On Sun, Oct 6, 2013 at 7:48 AM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
>
>
> Hi,
>
> Morwenn Ed <morwenn29@hotmail.fr> ha scritto:
>>Well, it never got to sign the copyright assignment.
>
> Certainly you don't need an assignment for 3 lines of docs!
>
> Paolo



-- 
Jeff Hammond
jeff.science@gmail.com

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Update the c++1y/c++14 support page
  2013-10-07  5:54       ` Jeff Hammond
@ 2013-10-07  6:05         ` Andrey Belevantsev
  2013-10-07 11:14           ` Richard Kenner
  0 siblings, 1 reply; 9+ messages in thread
From: Andrey Belevantsev @ 2013-10-07  6:05 UTC (permalink / raw)
  To: Jeff Hammond, Paolo Carlini; +Cc: Morwenn Ed, gcc

On 07.10.2013 9:54, Jeff Hammond wrote:
> Given your company (Oracle) sued Google over 9 lines of Java (the now
> infamous rangeCheck function), I hardly think it's appropriate for you
> to discourage someone from following through with copyright assignment
> for a minor contribution.

This has nothing to do with Oracle v. Google, but with GCC policy of not 
requiring a copyright assignment for small patches from the first-time 
contributors (which Paolo knows as a long-time GCC hacker).  Of course, 
after a certain limit the assignment is required.  See 
http://gcc.gnu.org/contribute.html.

Also, please don't top post on this list.

Andrey

>
> Jeff
>
> On Sun, Oct 6, 2013 at 7:48 AM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
>>
>>
>> Hi,
>>
>> Morwenn Ed <morwenn29@hotmail.fr> ha scritto:
>>> Well, it never got to sign the copyright assignment.
>>
>> Certainly you don't need an assignment for 3 lines of docs!
>>
>> Paolo
>
>
>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Update the c++1y/c++14 support page
  2013-10-06 13:19       ` Morwenn Ed
@ 2013-10-07  9:55         ` Paolo Carlini
  0 siblings, 0 replies; 9+ messages in thread
From: Paolo Carlini @ 2013-10-07  9:55 UTC (permalink / raw)
  To: Morwenn Ed, gcc; +Cc: gerald

On 10/06/2013 03:19 PM, Morwenn Ed wrote:
> Ok, no problem then, here is the patch. And the changelog. I hope they 
> are ok, I have never properly submitted anything before. 
Patch looks great to me, thanks. I'm applying it.

Thanks,
Paolo.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Update the c++1y/c++14 support page
  2013-10-07  6:05         ` Andrey Belevantsev
@ 2013-10-07 11:14           ` Richard Kenner
  0 siblings, 0 replies; 9+ messages in thread
From: Richard Kenner @ 2013-10-07 11:14 UTC (permalink / raw)
  To: abel; +Cc: gcc, jeff.science, morwenn29, paolo.carlini

> This has nothing to do with Oracle v. Google, but with GCC policy of not 
> requiring a copyright assignment for small patches from the first-time 
> contributors (which Paolo knows as a long-time GCC hacker).  

I think it's a valid reminder that that policy needs to be interpreted
carefully and that there may well be some small patches that *do* need
an assignment.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-10-07 11:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-06 11:44 Update the c++1y/c++14 support page Morwenn Ed
2013-10-06 12:06 ` Paolo Carlini
2013-10-06 12:37   ` Morwenn Ed
2013-10-06 12:48     ` Paolo Carlini
2013-10-06 13:19       ` Morwenn Ed
2013-10-07  9:55         ` Paolo Carlini
2013-10-07  5:54       ` Jeff Hammond
2013-10-07  6:05         ` Andrey Belevantsev
2013-10-07 11:14           ` Richard Kenner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).