index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
lua
Age
Commit message (
Expand
)
Author
2022-11-23
fix vax build
christos
2022-11-22
Correct path for libm.
rin
2022-11-21
lua libm API from Phil Rulon
christos
2019-05-16
Prevent Lua from crashing if clear_bindings() is called on a statement
tpaul
2018-05-03
Hello bozohttpd(3lua)
sevan
2017-05-10
Guard against double freeing of objects (explicit by the Lua program, then
mbalmer
2016-02-15
Fix function name, no functional change.
mbalmer
2015-02-02
lua: updated from 5.3 work3 to 5.3.0
lneto
2014-07-19
lua: updated from 5.1 to 5.3 work3
lneto
2013-11-13
Add the syslog(3) Lua binding to the build.
mbalmer
2013-11-12
Add a syslog(3) binding for Lua (not yet linked to the build.)
mbalmer
2013-10-27
More user friendly sqlite.open() function.
mbalmer
2013-10-26
also register gpio_methods on the gpio table
mbalmer
2012-11-02
- Update to the version on github.com.
mbalmer
2012-03-15
Add __printflike attribution to use vprintf and friends with an argument
joerg
2012-03-03
Add an empty line.
mbalmer
2011-11-13
Remove an unused constant.
mbalmer
2011-11-13
Remove software pulsing.
mbalmer
2011-11-13
Start numbering pions with 0, not 1. Ruined a demo, so it was a bad idea.
mbalmer
2011-11-08
Check MKPIC and don't hard-code m68k.
joerg
2011-10-16
Fix dependency.
mbalmer
2011-10-15
Remove, has been moved to share/examples/lua.
mbalmer
2011-10-15
Add db:changes()
mbalmer
2011-10-15
Link the sqlite Lua module to the build and add it to the set lists.
mbalmer
2011-10-15
Remove un-needed headers.
mbalmer
2011-10-15
A small test/demo program to show the sqlite Lua module usage.
mbalmer
2011-10-15
A Lua module to access SQLite databases.
mbalmer
2011-10-11
use WARNS?=4 for all Lua modules
plunky
2011-10-10
Handle sun2
christos
2011-10-10
turn on warnings, and fix compilation issues.
christos
2011-10-08
Link the gpio(4) Lua module to the build and add it to the set lists.
mbalmer
2011-10-08
Add NetBSD CVS marker, remove some whitespace.
mbalmer
2011-10-08
Makefile to build gpio.so.
mbalmer
2011-10-07
Add stub Makefile, not yet called.
mbalmer
2011-10-07
Interface gpio(4) from Lua. Not linked to the build.
mbalmer