This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2 00/18] posix: glob fixes and refactor
- From: Florian Weimer <fweimer at redhat dot com>
- To: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>, libc-alpha at sourceware dot org
- Date: Thu, 17 Aug 2017 12:19:31 +0200
- Subject: Re: [PATCH v2 00/18] posix: glob fixes and refactor
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=fweimer at redhat dot com
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 6B0F225A794
- References: <1502463044-4042-1-git-send-email-adhemerval.zanella@linaro.org>
On 08/11/2017 04:50 PM, Adhemerval Zanella wrote:
> I did not and will not take care of the non-unix code on glob.c (it
> is probably broken after the glob refactor). In fact I would like
> to cleanup this implementation even further to remove all code not
> really used for GLIBC if gnulib developers want to not keep the
> implementation at sync.
I would prefer to de-couple from gnulib and run unifdef as a first step.
When working on the code the last time, I had too many moments of “this
code isn't for us, how can we keep it”.
Florian