Changed the initialize size of the IO buffer to 0.
authorTilman Sauerbeck <tilman@code-monkey.de>
Fri, 11 Aug 2006 13:42:30 +0000 (15:42 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Wed, 23 Aug 2006 17:33:24 +0000 (19:33 +0200)
commit1d1646f3738b50777b8a13e8724a0270036f7dae
treeae5da0846b2c8ccac09477dd317596808957a8e9
parentf225f3e9dcd1a08b9d0a83d9365602948d4fe77d
Changed the initialize size of the IO buffer to 0.

It will be resized at every access anyway. It would be nice if we
could have a static buffer, but Ruby's API doesn't allow it atm.
ext/ext.c