From f4d08a07a02393cca5ddd1277acc4f95c83307ff Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 8 Oct 2010 14:55:16 -0700 Subject: kgio 1.3.1 - fix zero-length reads kgio_read and kgio_tryread will now return an empty string when a length of zero is specified instead of nil (which would signal an EOF). This emulates the behavior of IO#read, IO#readpartial, IO#sysread, IO#read_nonblock in core Ruby for consistency. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index db834ac..df8c07d 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.3.0.GIT +DEF_VER=v1.3.1.GIT LF=' ' -- cgit v1.2.3-24-ge0c7