Home | History | Annotate | Download | only in sqlite
History log of /src/lib/lua/sqlite/sqlite.c
RevisionDateAuthorComments
 1.10  16-May-2019  tpaul Prevent Lua from crashing if clear_bindings() is called on a statement
that failed to prepare().

ok mbalmer@
 1.9  10-May-2017  mbalmer branches: 1.9.10;
Guard against double freeing of objects (explicit by the Lua program, then
later by the garbage collector).
This fixes PR bin/52218.
 1.8  15-Feb-2016  mbalmer branches: 1.8.6;
Fix function name, no functional change.
Found by Travis Paul, (see PR/50786), thanks for reporting!
 1.7  19-Jul-2014  lneto branches: 1.7.2;
lua: updated from 5.1 to 5.3 work3

* 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
 1.6  27-Oct-2013  mbalmer branches: 1.6.2;
More user friendly sqlite.open() function.
Add a few more symbols.
Register all function in the sqlite table.
 1.5  02-Nov-2012  mbalmer - Update to the version on github.com.
- Fix stmt_bind(): SQLite makes a copy of the string passed (which can be
garbage collected). Problem found by Kubo Takehiro.
 1.4  15-Mar-2012  joerg branches: 1.4.2;
Add __printflike attribution to use vprintf and friends with an argument
as format string.
 1.3  15-Oct-2011  mbalmer branches: 1.3.2; 1.3.4;
Add db:changes()
 1.2  15-Oct-2011  mbalmer Remove un-needed headers.
 1.1  15-Oct-2011  mbalmer A Lua module to access SQLite databases.
 1.3.4.1  23-Jul-2017  snj Pull up following revision(s) (requested by mbalmer in ticket #1452):
lib/lua/sqlite/sqlite.c: revision 1.9
Guard against double freeing of objects (explicit by the Lua program,
then later by the garbage collector).
This fixes PR bin/52218.
 1.3.2.3  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.3.2.2  16-Jan-2013  yamt sync with (a bit old) head
 1.3.2.1  17-Apr-2012  yamt sync with head
 1.4.2.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4.2.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.6.2.1  10-Aug-2014  tls Rebase.
 1.7.2.1  03-Jun-2017  snj Pull up following revision(s) (requested by mbalmer in ticket #1416):
lib/lua/sqlite/sqlite.c: revision 1.9
Guard against double freeing of objects (explicit by the Lua program,
then later by the garbage collector).
This fixes PR bin/52218.
 1.8.6.1  11-May-2017  pgoyette Sync with HEAD
 1.9.10.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed