summaryrefslogtreecommitdiff
path: root/usr.bin/talk/ctl.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-09-03 06:48:26 +0000
committerchristos <christos@NetBSD.org>2006-09-03 06:48:26 +0000
commit94de7229efc19cdcee1a4baa57d41a20340f8890 (patch)
treea4e80046b52ac0c5329df1df6edd819d9ccda98e /usr.bin/talk/ctl.c
parent0c58aff5f55dd553f9c7b30f770e1dbb85b13680 (diff)
use c99 initializers
Diffstat (limited to 'usr.bin/talk/ctl.c')
0 files changed, 0 insertions, 0 deletions
lneto * improved the overall kernel Lua patch; fixed coercion * updated lua/syslog * updated luapmf and luasystm Makefiles 2014-07-19lua: updated from 5.1 to 5.3 work3lneto * 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 2012-03-15Import Lua 5.1.5alnsn 2010-10-31Import the (unaltered) Lua 5.1.4 source distribution.mbalmer