The Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Report issues in the Lua mailing list https://www.lua.org/lua-l.html https://lua.org
Find a file
2015-06-26 16:32:07 -03:00
bugs
lapi.c
lapi.h
lauxlib.c better implementation for buffers (reallocated memory directly 2015-06-18 11:23:14 -03:00
lauxlib.h
lbaselib.c with string cache, it is not that important for 'type' to avoid 2015-06-26 16:25:45 -03:00
lbitlib.c
lcode.c
lcode.h
lcorolib.c
lctype.c
lctype.h
ldblib.c
ldebug.c
ldebug.h
ldo.c
ldo.h
ldump.c
lfunc.c
lfunc.h
lgc.c
lgc.h
linit.c
liolib.c detail 2015-06-21 10:50:29 -03:00
llex.c
llex.h
llimits.h
lmathlib.c tiny bug: 'randomseed' was calling 'rand' (instead of 'l_rand') 2015-06-26 16:30:32 -03:00
lmem.c
lmem.h
loadlib.c
lobject.c simpler code for 'luaO_fb2int' 2015-06-26 16:32:07 -03:00
lobject.h
lopcodes.c
lopcodes.h
loslib.c
lparser.c
lparser.h
lprefix.h
lstate.c
lstate.h
lstring.c
lstring.h
lstrlib.c buffer size changed from size_t to int (it is always small) + 2015-06-24 15:25:10 -03:00
ltable.c
ltable.h
ltablib.c
ltests.c using 'lua_longassert' to avoid warnings 2015-06-18 11:25:26 -03:00
ltests.h redefine 'l_sprintf' to test correctness of buffer sizes given 2015-06-18 11:27:44 -03:00
ltm.c
ltm.h
lua.c
lua.h
luaconf.h detail 2015-06-24 15:23:57 -03:00
lualib.h
lundump.c
lundump.h
lutf8lib.c
lvm.c detail (cast to avoid mixing types in conditional expression) 2015-06-25 11:00:01 -03:00
lvm.h
lzio.c
lzio.h
makefile