summaryrefslogtreecommitdiff
path: root/lib/lua
AgeCommit message (Expand)Author
2021-03-05Pull up the following (all via patch), requested by mrg in ticket #1221:martin
2019-05-16Prevent Lua from crashing if clear_bindings() is called on a statementtpaul
2018-05-03Hello bozohttpd(3lua)sevan
2017-05-10Guard against double freeing of objects (explicit by the Lua program, thenmbalmer
2016-02-15Fix function name, no functional change.mbalmer
2015-02-02lua: updated from 5.3 work3 to 5.3.0lneto
2014-07-19lua: updated from 5.1 to 5.3 work3lneto
2013-11-13Add the syslog(3) Lua binding to the build.mbalmer
2013-11-12Add a syslog(3) binding for Lua (not yet linked to the build.)mbalmer
2013-10-27More user friendly sqlite.open() function.mbalmer
2013-10-26also register gpio_methods on the gpio tablembalmer
2012-11-02- Update to the version on github.com.mbalmer
2012-03-15Add __printflike attribution to use vprintf and friends with an argumentjoerg
2012-03-03Add an empty line.mbalmer
2011-11-13Remove an unused constant.mbalmer
2011-11-13Remove software pulsing.mbalmer
2011-11-13Start numbering pions with 0, not 1. Ruined a demo, so it was a bad idea.mbalmer
2011-11-08Check MKPIC and don't hard-code m68k.joerg
2011-10-16Fix dependency.mbalmer
2011-10-15Remove, has been moved to share/examples/lua.mbalmer
2011-10-15Add db:changes()mbalmer
2011-10-15Link the sqlite Lua module to the build and add it to the set lists.mbalmer
2011-10-15Remove un-needed headers.mbalmer
2011-10-15A small test/demo program to show the sqlite Lua module usage.mbalmer
2011-10-15A Lua module to access SQLite databases.mbalmer
2011-10-11use WARNS?=4 for all Lua modulesplunky
2011-10-10Handle sun2christos
2011-10-10turn on warnings, and fix compilation issues.christos
2011-10-08Link the gpio(4) Lua module to the build and add it to the set lists.mbalmer
2011-10-08Add NetBSD CVS marker, remove some whitespace.mbalmer
2011-10-08Makefile to build gpio.so.mbalmer
2011-10-07Add stub Makefile, not yet called.mbalmer
2011-10-07Interface gpio(4) from Lua. Not linked to the build.mbalmer