summaryrefslogtreecommitdiff
path: root/samples/qsort.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix qsort example for 64bitWayne Meissner2009-12-121-1/+1
* Use ffi_lib to explicitly set the library to use in the samplesWayne Meissner2009-12-121-1/+2
* Add require 'rubygems' to all the samples so they work correctly once installedWayne Meissner2008-10-301-0/+1
* Hook in the actual callback->proc invocationwmeissner2008-09-121-0/+2
* Callbacks are working sufficiently for qsort.rb to workwmeissner2008-09-121-0/+17