From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1S3vIB-000283-2d for mharc-grub-devel@gnu.org; Sat, 03 Mar 2012 15:10:59 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3vI5-00023N-UJ for grub-devel@gnu.org; Sat, 03 Mar 2012 15:10:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3vI3-0004Fs-UB for grub-devel@gnu.org; Sat, 03 Mar 2012 15:10:53 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:33411) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3vI3-0004FU-L4 for grub-devel@gnu.org; Sat, 03 Mar 2012 15:10:51 -0500 Received: by eeke53 with SMTP id e53so1055135eek.0 for ; Sat, 03 Mar 2012 12:10:49 -0800 (PST) Received-SPF: pass (google.com: domain of phcoder@gmail.com designates 10.14.39.130 as permitted sender) client-ip=10.14.39.130; Authentication-Results: mr.google.com; spf=pass (google.com: domain of phcoder@gmail.com designates 10.14.39.130 as permitted sender) smtp.mail=phcoder@gmail.com; dkim=pass header.i=phcoder@gmail.com Received: from mr.google.com ([10.14.39.130]) by 10.14.39.130 with SMTP id d2mr6874997eeb.84.1330805449789 (num_hops = 1); Sat, 03 Mar 2012 12:10:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=zIl6wBfx8o0+qzUHc/KBhRRf3xQEShQbBzLKZiwefqc=; b=N5zQAYx3cf0ekPB8MV5Qetg1jgLJWIDSktLp1L/yCvTGiOMYIvKABzYMemZGNyw0RZ yIo4P5i8t8Y/1MoHCAmjVW0gypoRgcQvdF4wfCnXOBP3XdnQXfAaj4aPaWvWYTw/sgig m1cUy33g9QKVwLuUkbDin92epXHbK+uc7BZ3YS7CdmDpUCou/mEANWj9LQscTuRjIgsT qpnugNTdK93kUTdHfqp1AauA/U69LRKUJ78rC0EFG7v4o33AcND7GShxxT5lVQl43hAl 6MGaGhQ0sLZe7HxwNwtW3ysATPd/Ka32G5onIUzfxEU4EO9nJO7Tp4UNox6cy4XQRvBr OXQA== Received: by 10.14.39.130 with SMTP id d2mr5240406eeb.84.1330805449716; Sat, 03 Mar 2012 12:10:49 -0800 (PST) Received: from debian.x201.phnet (127-109.62-81.cust.bluewin.ch. [81.62.109.127]) by mx.google.com with ESMTPS id v51sm38371757eef.2.2012.03.03.12.10.48 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 03 Mar 2012 12:10:48 -0800 (PST) Message-ID: <4F527AC6.3010109@gmail.com> Date: Sat, 03 Mar 2012 21:10:46 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20120216 Icedove/8.0 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: Device instability, gettext and default References: <4F521E88.7070401@gmail.com> <4F527A21.4010108@anvo-it.de> In-Reply-To: <4F527A21.4010108@anvo-it.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.83.41 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2012 20:10:55 -0000 On 03.03.2012 21:08, Andreas Vogel wrote: >> + menu_id = grub_strdup (id ? : menu_title); > I don't know about the policy for grub code regarding GNU compiler > extensions... at least you don't need in this place. We support only GCC. Any of its extensions available since 4.2 and not too obscure can be used freely. > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'φ-coder/phcoder' Serbinenko