Go to file
Roberto Ierusalimschy 2a57d2346e detail 2015-02-09 16:05:46 -02:00
bugs bug (in 5.2): Chunk with too many lines can seg. fault 2015-02-09 15:57:45 -02:00
lapi.c size of short strings stored in a single byte, to reduce the size 2015-01-16 14:54:37 -02:00
lapi.h
lauxlib.c detail ('luaL_getmetatable' does not return a boolean, but a tag) 2015-02-03 15:38:24 -02:00
lauxlib.h
lbaselib.c 'ipairs' needs an argument 2014-12-10 10:26:42 -02:00
lbitlib.c
lcode.c all "divisions" (div,idiv,mod) by zero are not folded, to avoid 2014-12-29 14:49:25 -02:00
lcode.h
lcorolib.c
lctype.c
lctype.h
ldblib.c 'lua_setlocal' should not pop value when failing (to be consistent 2015-01-02 10:52:22 -02:00
ldebug.c 'lua_setlocal' should not pop value when failing (to be consistent 2015-01-02 10:52:22 -02:00
ldebug.h
ldo.c no need to ensure any stack space for panic function + some changes 2014-11-11 15:13:39 -02:00
ldo.h
ldump.c size of short strings stored in a single byte, to reduce the size 2015-01-16 14:54:37 -02:00
lfunc.c
lfunc.h definition for 'MAXUPVAL' moved for a more "private" place and its 2015-01-13 13:49:11 -02:00
lgc.c size of short strings stored in a single byte, to reduce the size 2015-01-16 14:54:37 -02:00
lgc.h
linit.c includes 'stddef.h' (as it uses NULL) 2015-01-05 11:48:33 -02:00
liolib.c clearer(?) code (also avoids a warning about 'c' being used 2015-01-02 10:50:28 -02:00
llex.c small bug (error of "chunk has too many lines" might use 't.token' 2014-11-14 14:06:09 -02:00
llex.h
llimits.h detail (use 'l_floor' instead of 'l_mathop(floor)') 2015-02-09 13:41:56 -02:00
lmathlib.c bug: 'random' limit is 2^31-1, not RAND_MAX 2014-12-27 18:32:26 -02:00
lmem.c
lmem.h details in 'luaM_reallocvchar' 2014-12-19 15:26:14 -02:00
loadlib.c typo in comment 2015-01-13 11:18:04 -02:00
lobject.c macros 'luai_num*' (for float arithmetic operations) moved to 2015-02-05 15:15:33 -02:00
lobject.h size of short strings stored in a single byte, to reduce the size 2015-01-16 14:54:37 -02:00
lopcodes.c includes 'stddef.h' (as it uses NULL) 2015-01-05 11:48:33 -02:00
lopcodes.h
loslib.c detail (no need to write 'double' in source) 2015-02-09 15:41:54 -02:00
lparser.c details 2014-12-27 18:31:43 -02:00
lparser.h
lprefix.h does not define _XOPEN_SOURCE when LUA_USE_C89 is defined + defining 2014-12-29 14:54:13 -02:00
lstate.c
lstate.h
lstring.c size of short strings stored in a single byte, to reduce the size 2015-01-16 14:54:37 -02:00
lstring.h size of short strings stored in a single byte, to reduce the size 2015-01-16 14:54:37 -02:00
lstrlib.c detail 2015-02-09 16:05:46 -02:00
ltable.c size of short strings stored in a single byte, to reduce the size 2015-01-16 14:54:37 -02:00
ltable.h
ltablib.c better check for overflows in 'table.move' (removes restriction that 2015-01-13 14:27:29 -02:00
ltests.c size of short strings stored in a single byte, to reduce the size 2015-01-16 14:54:37 -02:00
ltests.h removed macro 'luai_numinvalidop' (main motivation removed, as folding 2014-12-26 12:44:44 -02:00
ltm.c 'x//y' extended to floats 2014-11-21 10:15:57 -02:00
ltm.h
lua.c detail (use new returned value from 'lua_getglobal' ) 2014-11-11 17:41:27 -02:00
lua.h removed macro LUAI_FIRSTPSEUDOIDX (that stuff does not need 2015-01-13 17:50:30 -02:00
luaconf.h macros 'luai_num*' (for float arithmetic operations) moved to 2015-02-05 15:15:33 -02:00
lualib.h
lundump.c
lundump.h
lutf8lib.c
lvm.c macros 'luai_num*' (for float arithmetic operations) moved to 2015-02-05 15:15:33 -02:00
lvm.h
lzio.c
lzio.h details in 'luaM_reallocvchar' 2014-12-19 15:26:14 -02:00
makefile detail (added -Wconversion as a comment, to be used ocasionally) 2015-01-02 11:03:52 -02:00