History log of /netbsd-src/external/mit/lua/lib/liblua/Makefile (Results 1 – 13 of 13)
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.


# eb8885e7 19-Apr-2022 rillig <rillig@NetBSD.org>

liblua: ignore a few lint warnings


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


# a230e8e5 09-Feb-2015 christos <christos@NetBSD.org>

remove LINTFLAGS


# cf835916 09-Feb-2015 christos <christos@NetBSD.org>

- use CPPFLAGS instead of CFLAGS for things that the c-preprocessor handle.
- add LUA_C89_NUMBERS for "long long" and don't depend on _NETBSD_SOURCE
for defining this.


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


# ab327b93 11-Sep-2013 joerg <joerg@NetBSD.org>

Needs libm.


# 0a00e593 15-Feb-2013 jmmv <jmmv@NetBSD.org>

Install lua.hpp.


# a322032f 28-Feb-2012 joerg <joerg@NetBSD.org>

Disable -Wempty-body here.


# 60d4fe29 19-Jan-2011 plunky <plunky@NetBSD.org>

add to (rather than replace) CFLAGS


# 97213731 31-Oct-2010 mbalmer <mbalmer@NetBSD.org>

Lua build infrastructure