Contribution Checklist

A high-quality contribution includes the following things:

Detailed Explanation of the Patch

Testing

FSF copyright Assignment

Update Copyright Information

  1. A copyright notice takes the following form:

     Copyright (C) year1, year2, year3  copyright-holder
  1. When updating the year add ', year4' following 'year3', e.g.

     Copyright (C) year1, year2, year3, year4  copyright-holder
  1. Do NOT delete existing year numbers.

  2. Do NOT use ranges, e.g. 1996-2004.

  3. You may line wrap copyright statements if necessary, e.g.

     Copyright (C) year1, year2, year3, year4, year5, year6,
     year7, year8, year9  copyright-holder
  1. Do NOT abbreviate dates into two digit year format, e.g. don't abbreviate '2000' as '08'. As indicated in this thread on libc-alpha, the maintainer does not like the two-digit year format.

Attribution

  • Contributed by Name <email>.

GNU ChangeLog

YYYY-MM-DD<2 spaces>John Doe<2 spaces><johndoe@some.email.address>
<blank-line>
<tab--->[BZ <number]<use this if there is a bugzilla associated with the patch>
<tab--->* login/utmp_file.c (pututline_file): Replace call to 'dup()'<line wrap at or before column 80>
<tab--->with libc internal symbol '__dup()' to avoid access through<line wrap at or before column 80>
<tab--->the PLT.

2008-12-12  John Doe  <johndoe@some.email.address>

        [BZ 9999]
        * login/utmp_file.c (pututline_file): Replace call to 'dup()'
        with libc internal symbol '__dup()' to avoid access through 
        the PLT.

Unified diff of the Changes

Moderation

If you have any questions regarding these criteria please email libc-help@sourceware.org.

None: Contribution checklist (last edited 2009-11-09 00:11:04 by tschwinge)