Re: [PATCH v2 0/6] Implement clearenv

2018-06-07 Thread Corinna Vinschen
On Jun 7 10:15, Corinna Vinschen wrote: > On Jun 6 11:45, Ken Brown wrote: > > This is a followup to https://cygwin.com/ml/cygwin/2018-05/msg00334.html. > > > > In this patch series I attempt to implement the glibc extension > > clearenv(). I also implement glibc's notion of environ==NULL being

Re: [PATCH v2 0/6] Implement clearenv

2018-06-07 Thread Corinna Vinschen
On Jun 6 11:45, Ken Brown wrote: > This is a followup to https://cygwin.com/ml/cygwin/2018-05/msg00334.html. > > In this patch series I attempt to implement the glibc extension > clearenv(). I also implement glibc's notion of environ==NULL being > shorthand for an empty environment. > > v2: In p

[PATCH v2 0/6] Implement clearenv

2018-06-06 Thread Ken Brown
This is a followup to https://cygwin.com/ml/cygwin/2018-05/msg00334.html. In this patch series I attempt to implement the glibc extension clearenv(). I also implement glibc's notion of environ==NULL being shorthand for an empty environment. v2: In patch 2 I've tried harder to fix all the cases in