summaryrefslogtreecommitdiff
path: root/lib/libc/arch/powerpc/net
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/arch/powerpc/net')
0 files changed, 0 insertions, 0 deletions
flictsmbalmer 2016-09-08merge Lua 5.3.3salazar 2016-01-28lua: merged 5.3.2lneto 2015-10-08update after conflict resolutionmbalmer 2015-02-19lua(4): small fixes in kernel Lualneto * fixed hex parsing * restored lua_isnumber * removed unwanted macros from luaconf.h * restored <stdarg.h> include in ldebug.c * removed doubles from unions * removed unused functions 2015-02-02lua: updated from 5.3 work3 to 5.3.0lneto * 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