From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30939 invoked by alias); 19 Apr 2009 18:30:09 -0000 Received: (qmail 30926 invoked by uid 22791); 19 Apr 2009 18:30:08 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,SARE_TOWRITE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout6.012.net.il (HELO mtaout6.012.net.il) (84.95.2.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 19 Apr 2009 18:30:02 +0000 Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0KID00F001ZVUG00@i-mtaout6.012.net.il> for gdb-patches@sources.redhat.com; Sun, 19 Apr 2009 21:29:59 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.219.161]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KID001GB21YOY60@i-mtaout6.012.net.il>; Sun, 19 Apr 2009 21:29:59 +0300 (IDT) Date: Sun, 19 Apr 2009 18:30:00 -0000 From: Eli Zaretskii Subject: Re: Configuring gdb_wchar.h In-reply-to: To: Tom Tromey Cc: gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: <83ab6cijis.fsf@gnu.org> References: <8363hboz5x.fsf@gnu.org> <833acbo32k.fsf@gnu.org> <83myajma7a.fsf@gnu.org> <83iql7m7r1.fsf@gnu.org> <83hc0rm1mh.fsf@gnu.org> <8363h6mdue.fsf@gnu.org> <833acam2wl.fsf@gnu.org> <83zleikk46.fsf@gnu.org> <83myahlo4t.fsf@gnu.org> <83hc0plli1.fsf@gnu.org> <83prfai991.fsf@gnu.org> X-IsSubscribed: yes 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 X-SW-Source: 2009-04/txt/msg00500.txt.bz2 > Cc: gdb-patches@sources.redhat.com > From: Tom Tromey > Date: Sat, 18 Apr 2009 11:27:56 -0600 > > >>>>> "Eli" == Eli Zaretskii writes: > > Eli> Here's what I finally ended up with. I decided to write an emulation > Eli> of nl_langinfo, instead of using locale_charset, because of these > Eli> reasons: > > [...] > > Eli> If there are no objections, I will commit the patch below. > > Looks reasonable to me. Thanks, committed.