From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21618 invoked by alias); 8 Feb 2002 19:00:55 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 21529 invoked from network); 8 Feb 2002 19:00:46 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 8 Feb 2002 19:00:46 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 4B4743E77; Fri, 8 Feb 2002 14:00:44 -0500 (EST) Message-ID: <3C64205B.8030403@cygnus.com> Date: Fri, 08 Feb 2002 11:00:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Pierre Muller Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] win32-nat printf and sprintf removal References: <4.2.0.58.20020208182442.00ad05e0@ics.u-strasbg.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00248.txt.bz2 > I replaced printf by printf_unfiltered (or printf_filtered > when there where other printf_filtered in the same function) > and sprintf by xasprintf in win32-nat.c source. > > Does this enter in the obvious fix rules or not? Yes!!!! You also earn huge numbers of brownie points from the Insight and other GUI developers. Thanks! Andrew > 2002-02-08 Pierre Muller > > * win32-nat.c : Remove use of printf and sprintf functions. >