From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15027 invoked by alias); 30 Mar 2016 07:49:33 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 15006 invoked by uid 89); 30 Mar 2016 07:49:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=HContent-Transfer-Encoding:8bit X-HELO: mx1.redhat.com To: GNU C Library From: Florian Weimer Subject: Decouple glob from gnulib? X-Enigmail-Draft-Status: N1110 Message-ID: <56FB8509.8080607@redhat.com> Date: Wed, 30 Mar 2016 07:49:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2016-03/txt/msg00718.txt.bz2 gnulib switched to GPLv3 for its glob implementation a while back, so straight imports are out of the question. I would like to remove Amiga (not m68k, the operating system) and VMS support to simplify maintenance, and remove conditional compilation as far as possible. (Sadly, Hurd doesn't have d_type, but at least there is d_ino.) Florian