<feed xmlns='http://www.w3.org/2005/Atom'>
<title>netbsd/share/examples/lua/sqlite.lua, branch trunk</title>
<subtitle>NetBSD fork for lockdoc analysis</subtitle>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/'/>
<entry>
<title>Fix flags for DB open.</title>
<updated>2017-05-10T07:37:33+00:00</updated>
<author>
<name>mbalmer</name>
<email>mbalmer@NetBSD.org</email>
</author>
<published>2017-05-10T07:37:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=8530cf24d3f18ac37582703325edba88ed6dc7bc'/>
<id>8530cf24d3f18ac37582703325edba88ed6dc7bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct mistakes in the sqlite.lua example</title>
<updated>2015-12-08T23:04:40+00:00</updated>
<author>
<name>kamil</name>
<email>kamil@NetBSD.org</email>
</author>
<published>2015-12-08T23:04:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=6ea8ed496863973ed728a4cc3f6de7791d1e5095'/>
<id>6ea8ed496863973ed728a4cc3f6de7791d1e5095</id>
<content type='text'>
Changes:
- The open flag: sqlite.OPEN_CREATE will open the DB for reading and
  writing, adding sqlite.OPEN_READWRITE to sqlite.OPEN_CREATE will cause
  the DB to not be created and prevent the script from continuing
- When using stmt:bind_parameter_index() the parameter needs to be
  prefixed with ':' if that was used in the prepared statement,
  otherwise the incorrect index of 0 is returned.
- The drop table statement has an "x" appended to the table name, looks
  like a typo.

Patch by Travis Paul

Closes PR misc/50493</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes:
- The open flag: sqlite.OPEN_CREATE will open the DB for reading and
  writing, adding sqlite.OPEN_READWRITE to sqlite.OPEN_CREATE will cause
  the DB to not be created and prevent the script from continuing
- When using stmt:bind_parameter_index() the parameter needs to be
  prefixed with ':' if that was used in the prepared statement,
  otherwise the incorrect index of 0 is returned.
- The drop table statement has an "x" appended to the table name, looks
  like a typo.

Patch by Travis Paul

Closes PR misc/50493</pre>
</div>
</content>
</entry>
<entry>
<title>lua: updated from 5.1 to 5.3 work3</title>
<updated>2014-07-19T18:38:33+00:00</updated>
<author>
<name>lneto</name>
<email>lneto@NetBSD.org</email>
</author>
<published>2014-07-19T18:38:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=c4b1eb35e827c43a0dcf41027c98aaedf46be036'/>
<id>c4b1eb35e827c43a0dcf41027c98aaedf46be036</id>
<content type='text'>
* 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</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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</pre>
</div>
</content>
</entry>
<entry>
<title>Example files showing Lua module usage.</title>
<updated>2011-10-15T12:58:43+00:00</updated>
<author>
<name>mbalmer</name>
<email>mbalmer@NetBSD.org</email>
</author>
<published>2011-10-15T12:58:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=34e738f230aca963549b551e24a2eb2d8944b21a'/>
<id>34e738f230aca963549b551e24a2eb2d8944b21a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
