# Id: RISCos,v 8.8 1999/06/02 22:53:40 gshapiro Exp define(`confCC', `cc -systype bsd43 -Olimit 900') define(`confBEFORE', `stdlib.h dirent.h unistd.h stddef.h') define(`confMAPDEF', `-DNDBM') define(`confENVDEF', `-DRISCOS') define(`confLIBS', `-lmld') define(`confMBINDIR', `/usr/lib') define(`confSBINDIR', `/usr/etc') define(`confUBINDIR', `/usr/ucb') define(`confEBINDIR', `/usr/lib') define(`confSBINGRP', `sys') define(`confINSTALL', `/usr/bsd43/bin/install') PUSHDIVERT(3) stdlib.h stddef.h: cp /dev/null $@ unistd.h: echo "typedef unsigned short mode_t;" > unistd.h dirent.h: echo "#include " > dirent.h echo "#define dirent direct" >> dirent.h POPDIVERT .3'>lockcount-9.3 NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/lib/lua/sqlite/sqlite.c
AgeCommit message (Expand)Author
2019-05-16Prevent Lua from crashing if clear_bindings() is called on a statementtpaul
2017-05-10Guard against double freeing of objects (explicit by the Lua program, thenmbalmer
2016-02-15Fix function name, no functional change.mbalmer
2014-07-19lua: updated from 5.1 to 5.3 work3lneto
2013-10-27More user friendly sqlite.open() function.mbalmer
2012-11-02- Update to the version on github.com.mbalmer
2012-03-15Add __printflike attribution to use vprintf and friends with an argumentjoerg
2011-10-15Add db:changes()mbalmer
2011-10-15Remove un-needed headers.mbalmer
2011-10-15A Lua module to access SQLite databases.mbalmer