NetBSD/lib/lua
lneto 4ab4902eb2 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
2014-07-19 18:38:33 +00:00
..
gpio lua: updated from 5.1 to 5.3 work3 2014-07-19 18:38:33 +00:00
sqlite lua: updated from 5.1 to 5.3 work3 2014-07-19 18:38:33 +00:00
syslog Add a syslog(3) binding for Lua (not yet linked to the build.) 2013-11-12 14:32:03 +00:00
Makefile Add the syslog(3) Lua binding to the build. 2013-11-13 09:49:08 +00:00
Makefile.inc