split read_write.c into {read,write,writev}.c
commita876a30e4bfae6e3aa4af2e34f68bf66be5715b4
authorEric Wong <normalperson@yhbt.net>
Thu, 21 Nov 2013 21:18:45 +0000 (21 21:18 +0000)
committerEric Wong <normalperson@yhbt.net>
Tue, 4 Feb 2014 01:43:02 +0000 (4 01:43 +0000)
treed464b68e0ecfe282c5e1ea6f8413f005d738f841
parent8788e248f9978da6708dd1e85d40531bb30d0bb2
split read_write.c into {read,write,writev}.c

This helps make our code more manageable, as well as isolating
RSTRING_MODIFIED usage to files which actually need it.
writev.c can eventually be fixed to avoid modifying RSTRING
pointers, but write.c can already benefit from const RSTRING_PTR
values right away.
ext/kgio/kgio.h
ext/kgio/kgio_ext.c
ext/kgio/read.c [new file with mode: 0644]
ext/kgio/read_write.c [deleted file]
ext/kgio/write.c [new file with mode: 0644]
ext/kgio/writev.c [new file with mode: 0644]