From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22667 invoked by alias); 30 Nov 2014 06:36:59 -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 22654 invoked by uid 89); 30 Nov 2014 06:36:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 30 Nov 2014 06:36:55 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id CABFA116545 for ; Sun, 30 Nov 2014 01:36:53 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id udHFJPw22vWD for ; Sun, 30 Nov 2014 01:36:53 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6CC0A116542 for ; Sun, 30 Nov 2014 01:36:53 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 6B55440EAE; Sun, 30 Nov 2014 10:36:49 +0400 (RET) Date: Sun, 30 Nov 2014 06:36:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: FYI: small updates on GDB Coding Style wiki Message-ID: <20141130063649.GA4882@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-11/txt/msg00745.txt.bz2 Hello, Just FYI - I merged my old "GDB Coding Style Cheat Sheet" wiki page into the official "GDB C Coding Standard" page, and deleted mine afterwards. Since the wiki is now the official repository for documenting our coding standards, I didn't the reason for keeping my own page. While doing so, I reformatted a bit the original page, doing the following: - Added a Table of Contents; - used subsections to plit each rule or set of rule; The objectives where to make it easier to navigate the document when in search of a specific rule. I also wanted to separte each rule more so that one small but important rule does not get drown between other rules, and therefore missed. -- Joel