History log of /netbsd-src/sys/modules/lua/Makefile (Results 1 – 14 of 14)
Revision Date Author Comments
# c4b7a9e7 03-Jun-2023 lukem <lukem@NetBSD.org>

bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
GCC_NO_warning
to
CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPL

bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
GCC_NO_warning
to
CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.

show more ...


# f0dad708 16-Apr-2023 nikita <nikita@NetBSD.org>

Resolve conflicts for lua 5.4.4 import.
Adjust various files for lua 5.4.4.


# a2d15425 12-Apr-2021 mrg <mrg@NetBSD.org>

add some new uses of existing GCC_NO_* variables for warning issues.
remove an no longer relevant for gcc7 workaround (works fine in both
gcc9 and gcc 10.)


# 76c7fc5f 11-Nov-2019 joerg <joerg@NetBSD.org>

Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)


# b6dbaa1c 19-Jul-2014 christos <christos@NetBSD.org>

undo previous


# 37f625bf 19-Jul-2014 christos <christos@NetBSD.org>

XXX: remove file that includes userland headers.


# 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 ...


# 7bdc7842 19-Jul-2014 lneto <lneto@NetBSD.org>

lua(4): added debug library


# e0f5dac1 27-Dec-2013 christos <christos@NetBSD.org>

Remove strncat now that it is part of the kernel anyway.


# 2421e2bf 02-Dec-2013 lneto <lneto@NetBSD.org>

merged luaconf.h of kernel and userspace Lua


# f4a57b49 02-Dec-2013 lneto <lneto@NetBSD.org>

put Lua auxlib and some stdlibs in lua(4)


# c4a02e0a 02-Dec-2013 lneto <lneto@NetBSD.org>

changed lua_Number to int64_t


# ceb42497 31-Oct-2013 mbalmer <mbalmer@NetBSD.org>

fix build on arm


# 58881ebf 16-Oct-2013 mbalmer <mbalmer@NetBSD.org>

welcome lua(4), a devide driver that can create and control Lua states inside the kernel