summaryrefslogtreecommitdiffstats
path: root/apk.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-171-5/+7
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-1/+1
|
* Replace io.popen with subprocess.call_captureTed Trask2013-01-011-16/+4
|
* Lua libraries for standard functions moved out of acf-core 0.9.0v0.1.0Ted Trask2009-12-311-0/+44