You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Roberto Ierusalimschy 3317f5c6d9 includes 'stddef.h' (as it uses NULL) 10 years ago
bugs bug: Ephemeron table can wrongly collect entry with strong key 10 years ago
lapi.c removed useless initializations 10 years ago
lapi.h removed unused parameter Ä'L' in macro 'api_check' and company 10 years ago
lauxlib.c traverse loaded modules (instead of globals) for a name for a function + 10 years ago
lauxlib.h definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror' 10 years ago
lbaselib.c 'ipairs' needs an argument 10 years ago
lbitlib.c added include for 'lprefix.h', for stuff that must be added before 10 years ago
lcode.c all "divisions" (div,idiv,mod) by zero are not folded, to avoid 10 years ago
lcode.h first implementation of '<<', '>>', and '~' (bitwise not) 11 years ago
lcorolib.c added include for 'lprefix.h', for stuff that must be added before 10 years ago
lctype.c added include for 'lprefix.h', for stuff that must be added before 10 years ago
lctype.h detail (cleaned whitespaces at end of lines) 14 years ago
ldblib.c 'lua_setlocal' should not pop value when failing (to be consistent 10 years ago
ldebug.c 'lua_setlocal' should not pop value when failing (to be consistent 10 years ago
ldebug.h better error message for bitwise operators (they are not arithmetic...) 10 years ago
ldo.c no need to ensure any stack space for panic function + some changes 10 years ago
ldo.h `name' in comments changed to 'name' 10 years ago
ldump.c added include for 'lprefix.h', for stuff that must be added before 10 years ago
lfunc.c added include for 'lprefix.h', for stuff that must be added before 10 years ago
lfunc.h more precision between closure types ('LClosure' x 'CClosure') 11 years ago
lgc.c comments were wrong (not updated about several changes) 10 years ago
lgc.h `name' in comments changed to 'name' 10 years ago
linit.c includes 'stddef.h' (as it uses NULL) 10 years ago
liolib.c clearer(?) code (also avoids a warning about 'c' being used 10 years ago
llex.c small bug (error of "chunk has too many lines" might use 't.token' 10 years ago
llex.h definition for 'LUA_ENV' moved from 'luaconf.h' to here (no need to 10 years ago
llimits.h old Visual Studio versions did not support 'noreturn' attribute 10 years ago
lmathlib.c bug: 'random' limit is 2^31-1, not RAND_MAX 10 years ago
lmem.c comments (references to "ANSI C" changed to "ISO C", which is the 10 years ago
lmem.h details in 'luaM_reallocvchar' 10 years ago
loadlib.c uses return value from lua_getfield 10 years ago
lobject.c removed useless initializations 10 years ago
lobject.h new macro 'nvalue' (to convert an object to a float when we know 10 years ago
lopcodes.c includes 'stddef.h' (as it uses NULL) 10 years ago
lopcodes.h `name' in comments changed to 'name' 10 years ago
loslib.c detail (to avoid warnings) 10 years ago
lparser.c details 10 years ago
lparser.h `name' in comments changed to 'name' 10 years ago
lprefix.h does not define _XOPEN_SOURCE when LUA_USE_C89 is defined + defining 10 years ago
lstate.c comments (references to "ANSI C" changed to "ISO C", which is the 10 years ago
lstate.h comments (a few extra quotes around identifiers) 10 years ago
lstring.c added include for 'lprefix.h', for stuff that must be added before 10 years ago
lstring.h type 'Udata' refers directly to structure inside the union (union 10 years ago
lstrlib.c correct computation for limit in 'getnum' 10 years ago
ltable.c added include for 'lprefix.h', for stuff that must be added before 10 years ago
ltable.h size for array part of a table ('sizearray') changed from 'int' to 10 years ago
ltablib.c added include for 'lprefix.h', for stuff that must be added before 10 years ago
ltests.c stupid bug in T.stacklevel (not in use by the tests) 10 years ago
ltests.h removed macro 'luai_numinvalidop' (main motivation removed, as folding 10 years ago
ltm.c 'x//y' extended to floats 10 years ago
ltm.h `name' in comments changed to 'name' 10 years ago
lua.c detail (use new returned value from 'lua_getglobal' ) 10 years ago
lua.h new year (2015) 10 years ago
luaconf.h detail (macro 'luai_numidiv' uses 'luai_numdiv' to compute the division) 10 years ago
lualib.h new library: utf8 11 years ago
lundump.c added include for 'lprefix.h', for stuff that must be added before 10 years ago
lundump.h more precision between closure types ('LClosure' x 'CClosure') 11 years ago
lutf8lib.c added include for 'lprefix.h', for stuff that must be added before 10 years ago
lvm.c change in macro 'vmcase', avoding code inside it. (Code inside the 10 years ago
lvm.h details in comments 10 years ago
lzio.c added include for 'lprefix.h', for stuff that must be added before 10 years ago
lzio.h details in 'luaM_reallocvchar' 10 years ago
makefile detail (added -Wconversion as a comment, to be used ocasionally) 10 years ago