11 Commits

Author SHA1 Message Date
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
mbalmer
36e5572b84 also register gpio_methods on the gpio table 2013-10-26 09:18:00 +00:00
joerg
66dd2755f5 Add __printflike attribution to use vprintf and friends with an argument
as format string.
2012-03-15 02:02:20 +00:00
mbalmer
afd38e42d9 Remove an unused constant. 2011-11-13 16:56:15 +00:00
mbalmer
6e210c20d3 Remove software pulsing. 2011-11-13 13:37:24 +00:00
mbalmer
f660603483 Start numbering pions with 0, not 1. Ruined a demo, so it was a bad idea. 2011-11-13 09:46:11 +00:00
plunky
7602c6b7f6 use WARNS?=4 for all Lua modules 2011-10-11 07:10:15 +00:00
christos
974dae711d turn on warnings, and fix compilation issues. 2011-10-10 20:41:05 +00:00
mbalmer
66e9bcb443 Add NetBSD CVS marker, remove some whitespace. 2011-10-08 08:46:40 +00:00
mbalmer
d525bcd694 Makefile to build gpio.so. 2011-10-08 08:36:27 +00:00
mbalmer
159188527b Interface gpio(4) from Lua. Not linked to the build. 2011-10-07 21:14:19 +00:00