From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17534 invoked by alias); 15 Nov 2012 19:15:36 -0000 Received: (qmail 17526 invoked by uid 22791); 15 Nov 2012 19:15:36 -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 mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Nov 2012 19:15:32 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MDJ00L00MS3WJ00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Thu, 15 Nov 2012 21:15:07 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MDJ00L0KMT7NBA0@a-mtaout23.012.net.il>; Thu, 15 Nov 2012 21:15:07 +0200 (IST) Date: Thu, 15 Nov 2012 19:15:00 -0000 From: Eli Zaretskii Subject: Re: [0/10] RFC: use gnulib more heavily + more configure fixes In-reply-to: <87obiyzns7.fsf@fleche.redhat.com> To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <834nkqu17w.fsf@gnu.org> References: <87obiyzns7.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/msg00423.txt.bz2 > From: Tom Tromey > Date: Thu, 15 Nov 2012 12:09:12 -0700 > > More is possible here. I didn't try to touch perror or strerror; we > could also perhaps use the gnulib socket-related modules; and maybe more > as well. Please, let's take this one small step at a time. In my experience, gnulib does not always cater well enough to non-Posix platforms, so we should always compare its solutions with what we already have, on a case by case basis. E.g., their canonicalize_file_name does not support Windows file names at all (although I submitted a patch to do that in January!). Also, many of their solutions are unnecessarily complicated, while we might have much more simple and elegant solutions.