| History log of /src/sys/modules/lua/Makefile |
| Revision | | Date | Author | Comments |
| 1.14 |
| 03-Jun-2023 |
lukem | 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.
|
| 1.13 |
| 16-Apr-2023 |
nikita | Resolve conflicts for lua 5.4.4 import. Adjust various files for lua 5.4.4.
|
| 1.12 |
| 12-Apr-2021 |
mrg | branches: 1.12.16; 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.)
|
| 1.11 |
| 11-Nov-2019 |
joerg | branches: 1.11.10; Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)
|
| 1.10 |
| 19-Jul-2014 |
christos | branches: 1.10.4; 1.10.30; undo previous
|
| 1.9 |
| 19-Jul-2014 |
christos | XXX: remove file that includes userland headers.
|
| 1.8 |
| 19-Jul-2014 |
lneto | 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
|
| 1.7 |
| 19-Jul-2014 |
lneto | lua(4): added debug library
|
| 1.6 |
| 27-Dec-2013 |
christos | branches: 1.6.2; 1.6.4; 1.6.6; Remove strncat now that it is part of the kernel anyway.
|
| 1.5 |
| 02-Dec-2013 |
lneto | merged luaconf.h of kernel and userspace Lua
|
| 1.4 |
| 02-Dec-2013 |
lneto | put Lua auxlib and some stdlibs in lua(4)
|
| 1.3 |
| 02-Dec-2013 |
lneto | changed lua_Number to int64_t
|
| 1.2 |
| 31-Oct-2013 |
mbalmer | fix build on arm
|
| 1.1 |
| 16-Oct-2013 |
mbalmer | welcome lua(4), a devide driver that can create and control Lua states inside the kernel
|
| 1.6.6.2 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.6.6.1 |
| 27-Dec-2013 |
yamt | file Makefile was added on branch yamt-pagecache on 2014-05-22 11:41:07 +0000
|
| 1.6.4.2 |
| 18-May-2014 |
rmind | sync with head
|
| 1.6.4.1 |
| 27-Dec-2013 |
rmind | file Makefile was added on branch rmind-smpnet on 2014-05-18 17:46:11 +0000
|
| 1.6.2.1 |
| 10-Aug-2014 |
tls | Rebase.
|
| 1.10.30.1 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
| 1.10.4.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.10.4.1 |
| 19-Jul-2014 |
tls | file Makefile was added on branch tls-maxphys on 2014-08-20 00:04:33 +0000
|
| 1.11.10.1 |
| 17-Apr-2021 |
thorpej | Sync with HEAD.
|
| 1.12.16.1 |
| 11-Aug-2023 |
martin | Pull up following revision(s) (requested by nikita in ticket #313):
external/mit/lua/dist/src/ljumptab.h up to 1.2 external/mit/lua/dist/src/lopnames.h up to 1.1.1.1 external/mit/lua/dist/src/lbitlib.c delete external/mit/lua/dist/Makefile up to 1.9 external/mit/lua/dist/README up to 1.10 external/mit/lua/dist/README.import up to 1.5 external/mit/lua/dist/doc/contents.html up to 1.9 external/mit/lua/dist/doc/lua.1 up to 1.9 external/mit/lua/dist/doc/manual.html up to 1.10 external/mit/lua/dist/doc/readme.html up to 1.9 external/mit/lua/dist/src/Makefile up to 1.7 external/mit/lua/dist/src/lapi.c up to 1.15 external/mit/lua/dist/src/lapi.h up to 1.11 external/mit/lua/dist/src/lauxlib.c up to 1.13 external/mit/lua/dist/src/lauxlib.h up to 1.9 external/mit/lua/dist/src/lbaselib.c up to 1.11 external/mit/lua/dist/src/lcode.c up to 1.14 external/mit/lua/dist/src/lcode.h up to 1.9 external/mit/lua/dist/src/lcorolib.c up to 1.10 external/mit/lua/dist/src/lctype.c up to 1.8 external/mit/lua/dist/src/lctype.h up to 1.8 external/mit/lua/dist/src/ldblib.c up to 1.12 external/mit/lua/dist/src/ldebug.c up to 1.14 external/mit/lua/dist/src/ldebug.h up to 1.11 external/mit/lua/dist/src/ldo.c up to 1.12 external/mit/lua/dist/src/ldo.h up to 1.12 external/mit/lua/dist/src/ldump.c up to 1.12 external/mit/lua/dist/src/lfunc.c up to 1.11 external/mit/lua/dist/src/lfunc.h up to 1.11 external/mit/lua/dist/src/lgc.c up to 1.13 external/mit/lua/dist/src/lgc.h up to 1.10 external/mit/lua/dist/src/linit.c up to 1.10 external/mit/lua/dist/src/liolib.c up to 1.10 external/mit/lua/dist/src/llex.c up to 1.14 external/mit/lua/dist/src/llex.h up to 1.9 external/mit/lua/dist/src/llimits.h up to 1.12 external/mit/lua/dist/src/lmathlib.c up to 1.11 external/mit/lua/dist/src/lmem.c up to 1.11 external/mit/lua/dist/src/lmem.h up to 1.9 external/mit/lua/dist/src/loadlib.c up to 1.11 external/mit/lua/dist/src/lobject.c up to 1.14 external/mit/lua/dist/src/lobject.h up to 1.12 external/mit/lua/dist/src/lopcodes.c up to 1.9 external/mit/lua/dist/src/lopcodes.h up to 1.10 external/mit/lua/dist/src/loslib.c up to 1.13 external/mit/lua/dist/src/lparser.c up to 1.15 external/mit/lua/dist/src/lparser.h up to 1.9 external/mit/lua/dist/src/lprefix.h up to 1.8 external/mit/lua/dist/src/lstate.c up to 1.12 external/mit/lua/dist/src/lstate.h up to 1.11 external/mit/lua/dist/src/lstring.c up to 1.10 external/mit/lua/dist/src/lstring.h up to 1.10 external/mit/lua/dist/src/lstrlib.c up to 1.21 external/mit/lua/dist/src/ltable.c up to 1.13 external/mit/lua/dist/src/ltable.h up to 1.10 external/mit/lua/dist/src/ltablib.c up to 1.11 external/mit/lua/dist/src/ltm.c up to 1.11 external/mit/lua/dist/src/ltm.h up to 1.10 external/mit/lua/dist/src/lua.c up to 1.12 external/mit/lua/dist/src/lua.h up to 1.14 external/mit/lua/dist/src/luac.c up to 1.12 external/mit/lua/dist/src/luaconf.h up to 1.25 external/mit/lua/dist/src/lualib.h up to 1.8 external/mit/lua/dist/src/lundump.c up to 1.11 external/mit/lua/dist/src/lundump.h up to 1.8 external/mit/lua/dist/src/lutf8lib.c up to 1.11 external/mit/lua/dist/src/lvm.c up to 1.20 external/mit/lua/dist/src/lvm.h up to 1.12 external/mit/lua/dist/src/lzio.c up to 1.9 external/mit/lua/dist/src/lzio.h up to 1.9 external/mit/lua/lib/liblua/Makefile up to 1.13 external/mit/lua/lib/liblua/shlib_version up to 1.4 distrib/sets/lists/base/ad.aarch64 1.37 distrib/sets/lists/base/mi 1.1315 distrib/sets/lists/base/shl.mi 1.947,1.949 distrib/sets/lists/debug/shl.mi 1.304,1.312 etc/mtree/NetBSD.dist.base 1.247 etc/mtree/NetBSD.dist.compat.in 1.2 share/mk/bsd.lua.mk 1.9 sys/modules/examples/luahello/luahello.lua 1.3 sys/modules/lua/Makefile 1.13 doc/CHANGES (manually edited) doc/3RDPARTY (manually edited)
Import lua 5.4.6
|