Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lua: Various fixes to the bindings (thanks Jerome Vuarand). | Richard W.M. Jones | 2012-11-20 | 1 | -7/+7 |
| | | | | | | | | | | | | See http://article.gmane.org/gmane.comp.lang.lua.general/95065 Note that this is incompatible with existing code. You have to do: local G = require "guestfs" local g = G.create () ie. give the module your own name ("G" in that example). | ||||
* | lua: Test globals in Guestfs.* namespace. | Richard W.M. Jones | 2012-11-19 | 1 | -0/+26 |