From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24156 invoked by alias); 15 Aug 2010 16:17:42 -0000 Received: (qmail 24081 invoked by uid 22791); 15 Aug 2010 16:17:41 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (140.186.70.92) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 15 Aug 2010 16:17:36 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OkcBX-0008FP-Jn for gcc@gcc.gnu.org; Sun, 15 Aug 2010 08:19:32 -0400 Received: from vlsi1.ultra.nyu.edu ([128.122.140.213]:4295) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OkcBX-0008FC-BN for gcc@gcc.gnu.org; Sun, 15 Aug 2010 08:19:31 -0400 Received: by vlsi1.ultra.nyu.edu (4.1/1.34) id AA09341; Sun, 15 Aug 10 08:19:50 EDT From: kenner@vlsi1.ultra.nyu.edu (Richard Kenner) Message-Id: <11008151219.AA09341@vlsi1.ultra.nyu.edu> Date: Sun, 15 Aug 2010 16:19:00 -0000 To: fw@deneb.enyo.de Subject: Re: GFDL/GPL issues Cc: Joe.Buck@synopsys.com, ams@gnu.org, bkoz@redhat.com, dewar@adacore.com, dnovillo@google.com, gcc@gcc.gnu.org, iant@google.com, mark@codesourcery.com, richard.guenther@gmail.com, stevenb.gcc@gmail.com In-Reply-To: <8739ugs0na.fsf@mid.deneb.enyo.de> References: <4BFC6EF0.4090908@codesourcery.com> <20100727180738.GU17485@synopsys.com> <4C4F20E8.5050206@codesourcery.com> <4C509E54.6090401@codesourcery.com> <11007291247.AA02219@vlsi1.ultra.nyu.edu> <4C5195FA.2060208@codesourcery.com> <4C52B176.7040807@adacore.com> <4C52E1C0.6090400@codesourcery.com> <4C53696B.7030801@adacore.com> <4C536B50.4010402@codesourcery.com> <11008022335.AA09107@vlsi1.ultra.nyu.edu> <4C575891.1000106@codesourcery.com> <4C5863D6.5090808@adacore.com> <87r5i0s2ic.fsf@mid.deneb.enyo.de> <4C67A8CD.70205@adacore.com> <8739ugs0na.fsf@mid.deneb.enyo.de> X-detected-operating-system: by eggs.gnu.org: NMAP syn scan (4) X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2010-08/txt/msg00243.txt.bz2 > This approach is far less useful for languages which haven't got > separate spec files But there aren't many of those! In C, a ".h" file can easily be viewed as a "separate spec file" and interface documentation can and should be placed there, though I understand that few coding conventions call for that.