about summary refs log tree commit homepage
tag namev1.3.1 (d1c0f4a5bcd5ebba0ec0c489ee1518ed4caa9612)
tag date2010-10-08 15:20:24 -0700
tagged byEric Wong <e@yhbt.net>
tagged objectcommit f4d08a07a0...
downloadkgio-1.3.1.tar.gz
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.