From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3135 invoked by alias); 18 Dec 2013 17:28:31 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 3111 invoked by uid 89); 18 Dec 2013 17:28:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f175.google.com Received: from mail-vc0-f175.google.com (HELO mail-vc0-f175.google.com) (209.85.220.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 18 Dec 2013 17:28:26 +0000 Received: by mail-vc0-f175.google.com with SMTP id ld13so5192227vcb.20 for ; Wed, 18 Dec 2013 09:28:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc :content-type; bh=HoDaN8iDzkYjcfCyXHxP07VqQaHOjyz9+3n5wTSqLHY=; b=YctjBfY1tCtvzjge3JNM5o5k0Q5G0RVrhLSiLkiRiqWw4ZPKVzDUoTjmv6wuhpXh8m 5DavJKWJA67T5cPZ9VMFBiBSeiilNkL3ONCRbI30DoPlk3st5NuLQTb1SlIRqmXnSjz2 C5ZNJ/HocTKHUF/jt6nQhwefJ7URwgWcLujCZhJhLqMl2juG6Fab2O4A0C8V3P+lIMFl kXnEpSEN+HoocmAKellTP/ZspmkJE9YAaKaQtVjK51d0KhAOo+/pshc3JzvEMsuC24nn 0vrABRohJWB3+cvAAIFyg1fHQIbYvLJpSzMRtjKtCWX0mly4j0zm/ZvobhBrNYQjo5PW sKLw== X-Gm-Message-State: ALoCoQl6rFJ3HhwM3pcf8N0bKPpW8cZak3U3YFLAmw2BGAMeDHukx16TMo2O2PwKi0HHqdw0wpVHEMnwUB8hUwploAINGlyo9lkAz1VCufuPlD/NuHsHeezO9Ku7s7BTlcEmam8Y1W9uv+8dBiE+g2mR8fmoeUHen094hK6HXeNRGNMCsQ196iqoMt7LRsOFhVblVt84PYyTuYSfXHGBT7fL2BKFA6Eteg== MIME-Version: 1.0 X-Received: by 10.52.117.176 with SMTP id kf16mr11426490vdb.6.1387387704498; Wed, 18 Dec 2013 09:28:24 -0800 (PST) Received: by 10.52.163.52 with HTTP; Wed, 18 Dec 2013 09:28:24 -0800 (PST) Date: Wed, 18 Dec 2013 17:28:00 -0000 Message-ID: Subject: 74 columns for ChangeLogs? [was Re: [PATCH 1/6] gdbserver (linux_debug): Remove extraneous \n from output.] From: Doug Evans To: Pedro Alves Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00712.txt.bz2 On Wed, Dec 18, 2013 at 3:13 AM, Pedro Alves wrote: > On 12/17/2013 09:40 PM, Doug Evans wrote: >> 2013-12-17 Doug Evans >> >> * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from output. > > (Line too long. fill-column is 74 for ChangeLogs) Is that a hard and fast rule now, or just a nice to have. I always understood it to be a nice-to-have: I don't have to look very far into ChangeLog to find a plethora of violations from various people, and I know I didn't review all those patches.