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
2017-10-04 12:49:05 -03:00
bugs bug: dead keys with nil values can stay in weak tables 2017-08-31 13:14:41 -03:00
lapi.c new type 'StackValue' for stack elements 2017-06-29 12:06:44 -03:00
lapi.h
lauxlib.c new constant 'LUA_GNAME' for the name of the global table "_G" 2017-06-27 15:32:49 -03:00
lauxlib.h new constant 'LUA_GNAME' for the name of the global table "_G" 2017-06-27 15:32:49 -03:00
lbaselib.c new constant 'LUA_GNAME' for the name of the global table "_G" 2017-06-27 15:32:49 -03:00
lbitlib.c
lcode.c string constants (Kstr) must fit into 'B' register 2017-10-02 19:50:57 -03:00
lcode.h no more 'getBMode'-'getCMode' (imprecise + we will need more space 2017-09-28 13:53:29 -03:00
lcorolib.c
lctype.c
lctype.h
ldblib.c
ldebug.c bug: Lua does not check GC when creating error messages 2017-07-10 14:35:12 -03:00
ldebug.h 'lineinfo' in prototypes saved as differences instead of absolute 2017-06-27 08:35:31 -03:00
ldo.c no more reference 'memerrmsg' + new reference to "n" 2017-07-27 10:50:16 -03:00
ldo.h new type 'StackValue' for stack elements 2017-06-29 12:06:44 -03:00
ldump.c dumping ints and size_ts compacted 2017-06-27 11:21:12 -03:00
lfunc.c new type 'StackValue' for stack elements 2017-06-29 12:06:44 -03:00
lfunc.h new type 'StackValue' for stack elements 2017-06-29 12:06:44 -03:00
lgc.c bug: dead keys with nil values can stay in weak tables 2017-08-31 13:14:41 -03:00
lgc.h revamping the incremental collector 2017-05-26 16:14:29 -03:00
linit.c new constant 'LUA_GNAME' for the name of the global table "_G" 2017-06-27 15:32:49 -03:00
liolib.c
llex.c new type 'StackValue' for stack elements 2017-06-29 12:06:44 -03:00
llex.h
llimits.h new type 'ls_byte' for signed bytes 2017-06-27 08:35:01 -03:00
lmathlib.c
lmem.c
lmem.h
loadlib.c
lobject.c coercion string->number in arithmetic operations moved to string 2017-07-07 13:34:32 -03:00
lobject.h new type 'StackValue' for stack elements 2017-06-29 12:06:44 -03:00
lopcodes.c no more 'getBMode'-'getCMode' (imprecise + we will need more space 2017-09-28 13:53:29 -03:00
lopcodes.h opcode size increased to 7 bits 2017-10-02 19:51:32 -03:00
loslib.c
lparser.c no more 'getBMode'-'getCMode' (imprecise + we will need more space 2017-09-28 13:53:29 -03:00
lparser.h 'lineinfo' in prototypes saved as differences instead of absolute 2017-06-27 08:35:31 -03:00
lprefix.h
lstate.c new type 'StackValue' for stack elements 2017-06-29 12:06:44 -03:00
lstate.h no more reference 'memerrmsg' + new reference to "n" 2017-07-27 10:50:16 -03:00
lstring.c no more reference 'memerrmsg' + new reference to "n" 2017-07-27 10:50:16 -03:00
lstring.h no more reference 'memerrmsg' + new reference to "n" 2017-07-27 10:50:16 -03:00
lstrlib.c coercion string->number in arithmetic operations moved to string 2017-07-07 13:34:32 -03:00
ltable.c new type 'StackValue' for stack elements 2017-06-29 12:06:44 -03:00
ltable.h in hash nodes, keys are stored in separate pieces to avoid wasting 2017-06-09 13:48:44 -03:00
ltablib.c
ltests.c new function 'printcode' 2017-10-01 16:17:51 -03:00
ltests.h 'lineinfo' in prototypes saved as differences instead of absolute 2017-06-27 08:35:31 -03:00
ltm.c avoid warning about 'const' 2017-10-04 12:49:05 -03:00
ltm.h new function 'luaT_trybiniTM' 2017-09-27 15:59:08 -03:00
lua.c
lua.h new version (5.4) 2017-07-27 10:36:54 -03:00
luaconf.h
lualib.h
lundump.c new type 'StackValue' for stack elements 2017-06-29 12:06:44 -03:00
lundump.h
lutf8lib.c
lvm.c avoid the use of bit 'Bk' ('B' will lose this bit soon) 2017-10-01 16:13:43 -03:00
lvm.h coercion string->number in arithmetic operations moved to string 2017-07-07 13:34:32 -03:00
lzio.c
lzio.h
makefile