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
Roberto Ierusalimschy 880f82d089 '*' as a number means stack size, so that "return *" returns
all values in the stack.
2015-10-12 13:38:19 -03:00
bugs new entry should not be commented out 2015-07-23 11:32:17 -03:00
lapi.c allow NULL string when length is zero in 'lua_pushlstring' and 2015-10-06 13:10:22 -03:00
lapi.h
lauxlib.c allow NULL string when length is zero in 'lua_pushlstring' and 2015-10-06 13:10:22 -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 avoid (undefined behavior) integer 'overflow' in left shift 2015-10-08 12:55:35 -03:00
lcode.c
lcode.h
lcorolib.c
lctype.c
lctype.h
ldblib.c
ldebug.c reuse of 'addinfo' by lexical errors 2015-05-22 14:45:56 -03:00
ldebug.h reuse of 'addinfo' by lexical errors 2015-05-22 14:45:56 -03:00
ldo.c long strings are created directly in final position when possible 2015-09-08 12:41:05 -03:00
ldo.h bug: interpreter cannot pop activation frame before calling return 2015-05-22 14:48:19 -03:00
ldump.c avoid calling write function with empty block 2015-10-08 12:53:49 -03:00
lfunc.c
lfunc.h
lgc.c long strings are created directly in final position when possible 2015-09-08 12:41:05 -03:00
lgc.h barrier macros rewritten as expressions 2015-08-03 16:40:42 -03:00
linit.c
liolib.c bug: 'io.lines' does not check maximum number of options 2015-07-15 11:40:28 -03:00
llex.c reuse of 'addinfo' by lexical errors 2015-05-22 14:45:56 -03:00
llex.h
llimits.h detail (string cache a bit smaller by default) 2015-10-06 11:29:49 -03:00
lmathlib.c detail (ensure subtraction is done unsigned) 2015-10-02 12:39:23 -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 macros 'getaddrstr' and 'getstr' unified (they do the same thing) 2015-09-17 12:51:05 -03:00
lopcodes.c
lopcodes.h
loslib.c 'strftime' puts its result directly into 'lua_Buffer' 2015-07-06 12:16:51 -03:00
lparser.c
lparser.h
lprefix.h
lstate.c long strings are created directly in final position when possible 2015-09-08 12:41:05 -03:00
lstate.h code for string cache generalized for "associative sets" (compiler 2015-09-22 11:18:24 -03:00
lstring.c detail (added assertion) 2015-10-08 12:53:31 -03:00
lstring.h long strings are created directly in final position when possible 2015-09-08 12:41:05 -03:00
lstrlib.c detail (removed unreacheable 'break') 2015-10-08 12:53:05 -03:00
ltable.c avoid possibility of subtle arith. overflow 2015-07-04 13:32:34 -03:00
ltable.h
ltablib.c 'table.move' tries to copy elements in increasing order 2015-09-17 12:53:50 -03:00
ltests.c '*' as a number means stack size, so that "return *" returns 2015-10-12 13:38:19 -03:00
ltests.h code for string cache generalized for "associative sets" (compiler 2015-09-22 11:18:24 -03:00
ltm.c
ltm.h
lua.c added ';' at the end of "expression lines" ("return exp;") so that 2015-08-14 16:11:20 -03:00
lua.h new release number (5.3.1) 2015-06-03 10:03:38 -03:00
luaconf.h detail 2015-06-24 15:23:57 -03:00
lualib.h
lundump.c macros 'getaddrstr' and 'getstr' unified (they do the same thing) 2015-09-17 12:51:05 -03:00
lundump.h long strings are created directly in final position when possible 2015-09-08 12:41:05 -03:00
lutf8lib.c
lvm.c macros 'getaddrstr' and 'getstr' unified (they do the same thing) 2015-09-17 12:51:05 -03:00
lvm.h 'setobj2t' incorporated into 'luaV_fastset' + 'invalidateTMcache' 2015-09-09 10:44:07 -03:00
lzio.c long strings are created directly in final position when possible 2015-09-08 12:41:05 -03:00
lzio.h long strings are created directly in final position when possible 2015-09-08 12:41:05 -03:00
makefile using 'clang' by default + changes in warnings ('old-style-declaration' 2015-07-01 14:52:09 -03:00