Re: read fails on null-byte: v4.1.7 FreeBSD 8.0 (amd64)

2011-11-28 Thread Matthew Story
Attached a patch to discard null-bytes while read, this preserves the functionality Greg demonstrated (not sure if this is desirable ...) wherein a delim of '' (e.g. -d '') will split on null byte. With patch, read functions this way: bash-4.2$ printf 'foo\0bar\n' | while read line; do echo "$l

Re: Bash git repository on savannah

2011-11-28 Thread Stefano Lattarini
Hello everybody. Just my 2 cents about this ... On Monday 28 November 2011, Chet Ramey wrote: > On 11/28/11 4:48 AM, Roman Rakus wrote: > > On 11/28/2011 06:28 AM, Mike Frysinger wrote: > >>> I don't think I'll push every change to git as soon as it happens, but > >>> > I'm thinking about fairly

Re: Bash git repository on savannah

2011-11-28 Thread Chet Ramey
On 11/28/11 4:48 AM, Roman Rakus wrote: > On 11/28/2011 06:28 AM, Mike Frysinger wrote: >>> I don't think I'll push every change to git as soon as it happens, but >>> > I'm thinking about fairly frequent commits to a `bash-devel' sort of >>> > tree. The question is whether or not enough people w

Re: Bash git repository on savannah

2011-11-28 Thread Roman Rakus
On 11/28/2011 06:28 AM, Mike Frysinger wrote: I don't think I'll push every change to git as soon as it happens, but > I'm thinking about fairly frequent commits to a `bash-devel' sort of > tree. The question is whether or not enough people would be interested > in that to make the frequency

Re: Bash git repository on savannah

2011-11-28 Thread Benno Schulenberg
Chet Ramey wrote: > > I'm thinking about fairly frequent commits to a `bash-devel' sort of > > tree. The question is whether or not enough people would be interested > > in that to make the frequency worth it. Anyone wanting to propose a patch would like to prepare it against the most recent stat