nodemcu-firmware/components/lua/lua-5.1
Johny Mattsson ea968de6f8 Fixup LROT_MASKs for all modules.
Search-and-replace considered harmful. I completely missed the need to
explicitly declare "fast" tag functions (__xyz) in the mask field to
LROT_BEGIN()/LROT_END() when I brought over the 5.1+5.3 support.
Without those flags set properly, the LVM doesn't even bother going
looking for those methods, which in this case led to garbage collection
not calling the __gc functions, among other horrible things.

Mea culpa.
2021-09-16 17:53:35 +10:00
..
host Announce Lua config options with version. 2021-08-30 17:55:45 +10:00
compiler.h
lapi.c
lapi.h
lauxlib.c
lauxlib.h
lbaselib.c Fixed surplus newlines on output with Lua 5.1. 2021-08-30 17:54:23 +10:00
lcode.c
lcode.h
ldblib.c
ldebug.c
ldebug.h
ldo.c
ldo.h
ldump.c
lflash.c
lflash.h
lfunc.c
lfunc.h
lgc.c
lgc.h
llex.c
llex.h
llimits.h
lmathlib.c
lmem.c
lmem.h
lnodemcu.c
lnodemcu.h Fixup LROT_MASKs for all modules. 2021-09-16 17:53:35 +10:00
loadlib.c
lobject.c
lobject.h
lopcodes.c
lopcodes.h
lparser.c
lparser.h
lstate.c
lstate.h
lstring.c
lstring.h
lstrlib.c
ltable.c
ltable.h
ltablib.c
ltm.c
ltm.h
lua.c
lua.h
luaconf.h Announce Lua config options with version. 2021-08-30 17:55:45 +10:00
lualib.h
lundump.c
lundump.h
lvm.c
lvm.h
lzio.c
lzio.h