summaryrefslogtreecommitdiff
path: root/lib/ffi/buffer.rb
Commit message (Expand)AuthorAgeFilesLines
* Add a comment to ffi/buffer.rb, and remove the require 'ffi/buffer' from ffi....Wayne Meissner2009-11-031-0/+4
* Add back empty buffer.rb so the old buffer.rb doesn't get loaded from an inst...Wayne Meissner2009-03-151-0/+0
* Move Buffer initialization into Buffer.cWayne Meissner2009-03-151-16/+0
* Create the type and size maps in C, and use them to do size lookups in Buffer...Wayne Meissner2009-03-151-13/+4
* More Buffer apiWayne Meissner2008-09-181-0/+25