From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12028 invoked by alias); 15 Nov 2012 20:34:02 -0000 Received: (qmail 11950 invoked by uid 22791); 15 Nov 2012 20:34:01 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Nov 2012 20:33:55 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MDJ00100Q2LZG00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Thu, 15 Nov 2012 22:33:40 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MDJ001F3QG3OM60@a-mtaout22.012.net.il>; Thu, 15 Nov 2012 22:33:40 +0200 (IST) Date: Thu, 15 Nov 2012 20:34:00 -0000 From: Eli Zaretskii Subject: Re: [2/10] RFC: remove gdb_string.h In-reply-to: <87mwyiwr8z.fsf@fleche.redhat.com> To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83y5i2sj19.fsf@gnu.org> References: <87obiyzns7.fsf@fleche.redhat.com> <87vcd6y8pm.fsf@fleche.redhat.com> <83390atys7.fsf@gnu.org> <87mwyiwr8z.fsf@fleche.redhat.com> 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: 2012-11/txt/msg00438.txt.bz2 > From: Tom Tromey > Cc: gdb-patches@sourceware.org > Date: Thu, 15 Nov 2012 13:22:36 -0700 > > >>>>> "Eli" == Eli Zaretskii writes: > > Eli> Why do we need the gnulib module? Why not just assume the ANSI C > Eli> string.h header? > > For string.h maybe we could. > I don't mind dropping this module. > > For strstr and strerror, it seems that gnulib fixes some actual bugs. No, my comment was only about string.h, since it looked to me that gdb_string.h includes only stuff that should be in any ISO C compliant compiler/library.