v2.9.0
tagbdacb18ded52285e256b78279cfc675da36dcbcd
object cbba2690a75830d68c1db779a1c15ecad3725528
authorEric Wong <e@80x24.org>
Tue, 4 Feb 2014 03:09:08 +0000 (4 03:09 +0000)
kgio 2.9.0 - cleanups, bug fixes, minor improvements

This adds a new kgio_syssend method for Ruby 1.9+ which behaves
like BasicSocket#send, but will not raise exceptions on EAGAIN.

Eric Wong (12):
      test_poll: remove race prone test_poll_EINTR_changed test
      tryopen: remove RARRAY_PTR usage in init
      read_write: remove the rest of RARRAY_PTR usage
      my_writev: stylistic fixes
      Rakefile: kill raa_update task
      avoid downsizing casts
      connect: constify RSTRING-related things
      set RSTRING_MODIFIED where appropriate for Rubinius
      split read_write.c into {read,write,writev}.c
      add kgio_syssend method to wrap send(2)
      write: correct check for various blocking regions
      tryopen: additional debug information for bad Errno values

Hleb Valoshka (1):
      Don't use deprecated api