Re: [PATCH] Fix get-bytevector-all read redundant eof

2013-03-31 Thread Mark H Weaver
Nala Ginrut writes: > You may check it like this: > (get-bytevector-all (current-input-port)) > > And try to input then type ctrl+d, the current implementation needs you > type ctrl+d twice. I just pushed a fix for this (and some other related problems) to stable-2.0. http://git.savannah.gnu.org

Re: [PATCH] Fix get-bytevector-all read redundant eof

2013-03-15 Thread Nala Ginrut
On Fri, 2013-03-15 at 17:20 -0400, Mark H Weaver wrote: > Nala Ginrut writes: > > > On Thu, 2013-03-14 at 17:30 +0800, Nala Ginrut wrote: > >> Attached the patch to fix get-bytevector-all. > >> You may check it like this: > >> (get-bytevector-all (current-input-port)) > >> > >> And try to input

Re: [PATCH] Fix get-bytevector-all read redundant eof

2013-03-15 Thread Mark H Weaver
Nala Ginrut writes: > On Thu, 2013-03-14 at 17:30 +0800, Nala Ginrut wrote: >> Attached the patch to fix get-bytevector-all. >> You may check it like this: >> (get-bytevector-all (current-input-port)) >> >> And try to input then type ctrl+d, the current implementation needs you >> type ctrl+d tw

Re: [PATCH] Fix get-bytevector-all read redundant eof

2013-03-15 Thread Nala Ginrut
On Thu, 2013-03-14 at 17:30 +0800, Nala Ginrut wrote: > Attached the patch to fix get-bytevector-all. > You may check it like this: > (get-bytevector-all (current-input-port)) > > And try to input then type ctrl+d, the current implementation needs you > type ctrl+d twice. > > Regards. Sorry, bu