Go to file
Roberto Ierusalimschy 0593256707 'luaH_get' functions return tag of the result
Undoing previous commit. Returning TValue increases code size without
any visible gains. Returning the tag is a little simpler than returning
a special code (HOK/HNOTFOUND) and the tag is useful by itself in
some cases.
2024-03-21 11:23:21 -03:00
manual
testes Details 2024-03-13 09:20:34 -03:00
.gitignore
all
lapi.c 'luaH_get' functions return tag of the result 2024-03-21 11:23:21 -03:00
lapi.h API asserts for illegal pops of to-be-closed variables 2024-03-11 14:05:06 -03:00
lauxlib.c Fixed warnings from different compilers 2024-02-15 11:18:34 -03:00
lauxlib.h Details 2024-03-13 09:20:34 -03:00
lbaselib.c
lcode.c 'luaH_get' functions return tag of the result 2024-03-21 11:23:21 -03:00
lcode.h
lcorolib.c
lctype.c
lctype.h
ldblib.c
ldebug.c API asserts for illegal pops of to-be-closed variables 2024-03-11 14:05:06 -03:00
ldebug.h
ldo.c API asserts for illegal pops of to-be-closed variables 2024-03-11 14:05:06 -03:00
ldo.h
ldump.c 'luaH_get' functions return tag of the result 2024-03-21 11:23:21 -03:00
lfunc.c
lfunc.h
lgc.c Removed "bulk operations" 2024-03-15 11:23:35 -03:00
lgc.h
linit.c
liolib.c
ljumptab.h
llex.c
llex.h
llimits.h
lmathlib.c Fixed warnings from different compilers 2024-02-15 11:18:34 -03:00
lmem.c
lmem.h
loadlib.c
lobject.c
lobject.h 'luaH_get' functions return tag of the result 2024-03-21 11:23:21 -03:00
lopcodes.c
lopcodes.h
lopnames.h
loslib.c
lparser.c
lparser.h
lprefix.h
lstate.c
lstate.h
lstring.c
lstring.h External strings 2023-11-09 17:05:42 -03:00
lstrlib.c
ltable.c 'luaH_get' functions return tag of the result 2024-03-21 11:23:21 -03:00
ltable.h 'luaH_get' functions return tag of the result 2024-03-21 11:23:21 -03:00
ltablib.c Details 2024-03-13 09:20:34 -03:00
ltests.c 'luaH_get' functions return tag of the result 2024-03-21 11:23:21 -03:00
ltests.h
ltm.c
ltm.h
lua.c
lua.h Details 2024-03-13 09:20:34 -03:00
luaconf.h
lualib.h
lundump.c 'luaH_get' functions return tag of the result 2024-03-21 11:23:21 -03:00
lundump.h Removed type 'varint_t' 2024-03-13 09:16:51 -03:00
lutf8lib.c
lvm.c 'luaH_get' functions return tag of the result 2024-03-21 11:23:21 -03:00
lvm.h 'luaH_get' functions return tag of the result 2024-03-21 11:23:21 -03:00
lzio.c
lzio.h
makefile
onelua.c
README.md

Lua

This is the repository of Lua development code, as seen by the Lua team. It contains the full history of all commits but is mirrored irregularly. For complete information about Lua, visit Lua.org.

Please do not send pull requests. To report issues, post a message to the Lua mailing list.

Download official Lua releases from Lua.org.