summaryrefslogtreecommitdiff
path: root/demo/readdir.py
Commit message (Expand)AuthorAgeFilesLines
* Modernize this dlopen() demoArmin Rigo2015-05-161-30/+6
* Fix demosArmin Rigo2012-08-031-1/+1
* Bah. Fix the demos for the updated way of 'ffi.new()'.Armin Rigo2012-07-281-2/+2
* Skip on non-Linux.Armin Rigo2012-06-271-0/+4
* Fix the demos (None => ffi.NULL)Armin Rigo2012-06-261-1/+1
* Rename ffi.rawload() to ffi.dlopen().Armin Rigo2012-06-141-1/+1
* Restore the comments copy-pasted from the man page.Armin Rigo2012-06-141-5/+6
* Add a second demo using verify().Armin Rigo2012-06-141-0/+1
* Rename the package from "ffi" to "cffi".Armin Rigo2012-06-051-1/+1
* Add a demo file.Armin Rigo2012-06-031-0/+53