#
4ab4902e |
| 19-Jul-2014 |
lneto <lneto@NetBSD.org> |
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) - compatibiliz
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
show more ...
|
#
36e5572b |
| 26-Oct-2013 |
mbalmer <mbalmer@NetBSD.org> |
also register gpio_methods on the gpio table
|
#
66dd2755 |
| 15-Mar-2012 |
joerg <joerg@NetBSD.org> |
Add __printflike attribution to use vprintf and friends with an argument as format string.
|
#
afd38e42 |
| 13-Nov-2011 |
mbalmer <mbalmer@NetBSD.org> |
Remove an unused constant.
|
#
6e210c20 |
| 13-Nov-2011 |
mbalmer <mbalmer@NetBSD.org> |
Remove software pulsing.
|
#
f6606034 |
| 13-Nov-2011 |
mbalmer <mbalmer@NetBSD.org> |
Start numbering pions with 0, not 1. Ruined a demo, so it was a bad idea.
|
#
974dae71 |
| 10-Oct-2011 |
christos <christos@NetBSD.org> |
turn on warnings, and fix compilation issues.
|
#
66e9bcb4 |
| 08-Oct-2011 |
mbalmer <mbalmer@NetBSD.org> |
Add NetBSD CVS marker, remove some whitespace.
|
#
15918852 |
| 07-Oct-2011 |
mbalmer <mbalmer@NetBSD.org> |
Interface gpio(4) from Lua. Not linked to the build.
|