From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14848 invoked by alias); 31 Aug 2002 19:05:33 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 14827 invoked from network); 31 Aug 2002 19:05:32 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.160.52.195) by sources.redhat.com with SMTP; 31 Aug 2002 19:05:32 -0000 Received: from dhcp187.sf.frob.com (dhcp187.sf.frob.com [192.168.1.187]) by gateway.sf.frob.com (8.11.1/8.9.1) with ESMTP id g7VJ4FX42599; Sat, 31 Aug 2002 12:04:15 -0700 (PDT) Received: (from roland@localhost) by dhcp187.sf.frob.com (8.11.6/8.11.6) id g7VJ4F516710; Sat, 31 Aug 2002 12:04:15 -0700 Date: Sat, 31 Aug 2002 12:05:00 -0000 From: Roland McGrath To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] Fix newlocale, uselocale, duplocale, is*_l and to*_l Message-ID: <20020831120415.S7886@dhcp187.sf.frob.com> References: <20020831201045.B1013@sunsite.ms.mff.cuni.cz> <20020831112943.N7886@dhcp187.sf.frob.com> <20020831204258.D1013@sunsite.ms.mff.cuni.cz> <20020831115358.O7886@dhcp187.sf.frob.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020831115358.O7886@dhcp187.sf.frob.com>; from roland@redhat.com on Sat, Aug 31, 2002 at 11:53:58AM -0700 X-SW-Source: 2002-08/txt/msg00192.txt.bz2 I have put in similar changes now that I think are right. Please check them. We certainly need some tests for this stuff if anybody feels like writing some.