initial
commit1de6e9460aef783f2b33ebde2bd8ca1a2da380b6
authorEric Wong <normalperson@yhbt.net>
Tue, 27 Nov 2007 18:14:03 +0000 (27 10:14 -0800)
committerEric Wong <normalperson@yhbt.net>
Mon, 15 Feb 2010 06:55:00 +0000 (14 22:55 -0800)
tree0f623ea3f593890142c9412327e8a6eef3f67ecc
initial
16 files changed:
.document [new file with mode: 0644]
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
GIT-VERSION-GEN [new file with mode: 0755]
GNUmakefile [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
Rakefile [new file with mode: 0644]
examples/splice-cp.rb [new file with mode: 0644]
examples/splice-tee.rb [new file with mode: 0755]
ext/io_splice/extconf.rb [new file with mode: 0644]
ext/io_splice/io_splice_ext.c [new file with mode: 0644]
lib/io/splice.rb [new file with mode: 0644]
local.mk.sample [new file with mode: 0644]
setup.rb [new file with mode: 0644]
test/test_io_splice.rb [new file with mode: 0644]