| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-19 | lua: updated from 5.1 to 5.3 work3 | lneto | |
| * lua(1): - changed lua_Integer to intmax_t - updated distrib/sets/lists and etc/mtree - updated bsd.lua.mk - fixed bozohttpd (lua-bozo.c) - compatibilized bindings: gpio, sqlite * lua(4): - removed floating-point and libc dependencies using '#ifndef _KERNEL' - fixed division by zero and exponentiation - libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct() - acpica: removed isprint() from acnetbsd.h - libc: moved strcspn.c, strpbrk.c and strspn.c to common - removed stub headers - compatibilized bindings: luapmf, luasystm * reorganized luaconf.h * updated doc/CHANGES and doc/RESPONSIBLE | |||
| 2013-10-27 | More user friendly sqlite.open() function. | mbalmer | |
| Add a few more symbols. Register all function in the sqlite table. | |||
| 2012-11-02 | - Update to the version on github.com. | mbalmer | |
| - Fix stmt_bind(): SQLite makes a copy of the string passed (which can be garbage collected). Problem found by Kubo Takehiro. | |||
| 2012-03-15 | Add __printflike attribution to use vprintf and friends with an argument | joerg | |
| as format string. | |||
| 2012-03-03 | Add an empty line. | mbalmer | |
| 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 | 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 | |
