Re: [PATCH] bash: fix error path of getc_with_restart()

2013-10-29 Thread Chet Ramey
On 10/28/13, 10:51 PM, Yong Zhang wrote: > When read() returns with ERROR, local_bufused will be set > to -1; and if we return with local_bufused == -1 left, > the next time we call getc_with_restart(), the condition > (local_index == local_bufused || local_bufused == 0) > will not match, thus we g

Re: Bash-4.3-beta2 available for FTP

2013-10-29 Thread Cedric Blancher
On 26 October 2013 13:04, Dan Shelton wrote: > On 15 October 2013 22:36, Chet Ramey wrote: >> On 10/15/13 4:27 PM, Joshuah Hurst wrote: >> > What happened to the patch for cd -@ to handle NFSv4+Windows alternate > streams? ksh93 already has this feature since quite some time and > the