blankart/src/blua
2026-04-19 09:40:25 -04:00
..
BLUA.htm
CMakeLists.txt Rename SRB2SDL to BLANKART 2026-02-11 22:44:28 -05:00
lapi.c lua_pushlstring: prefer luaS_newlstr over luaS_new 2026-02-28 08:06:20 -05:00
lapi.h
lauxlib.c Revert "blua: attempt emergency garbo collection on file io operations if they fail" 2026-02-25 08:20:07 -05:00
lauxlib.h Revert "blua: attempt emergency garbo collection on file io operations if they fail" 2026-02-25 08:20:07 -05:00
lbaselib.c Revert 'Merge pull request 'File loading refactor' (#68) from wadstrbuf into blankart-dev' 2025-06-30 01:45:01 -04:00
lcode.c More concise 2020-11-21 13:43:32 -08:00
lcode.h
ldblib.c Expose debug library to Lua 2024-08-01 01:47:02 -04:00
ldebug.c Don't optimize out getstack, please! 2026-04-19 09:40:25 -04:00
ldebug.h
ldo.c Kill MSVC 2025-10-16 20:42:11 -04:00
ldo.h Kill MSVC 2025-10-16 20:42:11 -04:00
ldump.c useless test removed (pointed by lint) 2022-05-11 12:17:49 -07:00
lfunc.c Hardcode assist, part J (jartha) 2024-08-21 16:49:29 -04:00
lfunc.h
lgc.c
lgc.h
linit.c Expose debug library to Lua 2024-08-01 01:47:02 -04:00
liolib.c Revert "blua: attempt emergency garbo collection on file io operations if they fail" 2026-02-25 08:20:07 -05:00
llex.c
llex.h
llimits.h
lmem.c
lmem.h
lobject.c Fix OS-specific behavior caused by integer overflow on Lua numbers 2025-09-07 11:50:10 -04:00
lobject.h Hardcode assist, part J (jartha) 2024-08-21 16:49:29 -04:00
lopcodes.c
lopcodes.h
loslib.c Convert most strcmp/stricmp to fastcmp/fasticmp 2025-12-11 13:00:32 -05:00
lparser.c Hardcode assist, part J (jartha) 2024-08-21 16:49:29 -04:00
lparser.h
lstate.c
lstate.h
lstring.c Revert "Experiment: replace lua´s string hash with luajits ARX hash" 2026-02-28 08:06:20 -05:00
lstring.h
lstrlib.c Can we just do this please? Thanks. 2020-09-09 22:19:14 -05:00
ltable.c
ltable.h
ltablib.c
ltm.c
ltm.h
lua.h Don't optimize out getstack, please! 2026-04-19 09:40:25 -04:00
luaconf.h Spare some external libraries from the MSVC purge 2025-10-17 18:02:13 +02:00
lualib.h Expose debug library to Lua 2024-08-01 01:47:02 -04:00
lundump.c
lundump.h
lvm.c Avoid computing invalid addresses 2026-02-22 16:23:07 -05:00
lvm.h
lzio.c
lzio.h