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 1dd8af67b6 BUG: parser may collect a prototype while building it. 13 years ago
bugs BUG: parser may collect a prototype while building it. 13 years ago
lapi.c lint (unreachable code) 13 years ago
lapi.h extra api checks for number of returns of C functions and for lua_yield 15 years ago
lauxlib.c removed unused variable 'found' (in 'findfield') + removed legacy 13 years ago
lauxlib.h declarations should be present only when implementations are 14 years ago
lbaselib.c lint (unused struct field) 13 years ago
lbitlib.c typo in message 14 years ago
lcode.c 'luaK_goiffalse' exported 13 years ago
lcode.h 'luaK_goiffalse' exported 13 years ago
lcorolib.c 'nCcalls' should be local to each thread, as each thread may have its 13 years ago
lctype.c missing 'LUA_CORE' definition 13 years ago
lctype.h detail (cleaned whitespaces at end of lines) 14 years ago
ldblib.c 'luaL_findtable' -> 'luaL_getsubtable' 14 years ago
ldebug.c new type 'l_noret' for function that do not return 13 years ago
ldebug.h new type 'l_noret' for function that do not return 13 years ago
ldo.c new type 'l_noret' for function that do not return 13 years ago
ldo.h new type 'l_noret' for function that do not return 13 years ago
ldump.c changes by lhf (better control of chars x bytes) 14 years ago
lfunc.c typo in comments 15 years ago
lfunc.h 'luaF_newLclosure' gets prototype of new closure as argument 15 years ago
lgc.c 'luaC_separateudata' renamed to 'separatetobefnz' and called only 13 years ago
lgc.h 'luaC_separateudata' renamed to 'separatetobefnz' and called only 13 years ago
linit.c 'luaL_findtable' -> 'luaL_getsubtable' 14 years ago
liolib.c using 'long' versions of 'fseek'/'ftell' when available 13 years ago
llex.c comments about use of 'luaH_set' 13 years ago
llex.h label syntax changed to ':🏷️:' 14 years ago
llimits.h new type 'l_noret' for function that do not return 13 years ago
lmathlib.c removed and deprecated functions really removed from the code base 14 years ago
lmem.c detail in extra trace code: total bytes is given by 'gettotalbytes', 13 years ago
lmem.h keep memory-error message in the global state, so that its use 15 years ago
loadlib.c removed and deprecated functions really removed from the code base 14 years ago
lobject.c refuse things like 'inf' or 'Nan' as numerals 13 years ago
lobject.h more macros to try to make NaN trick work with other sizes of 13 years ago
lopcodes.c change in opcode OP_LOADNIL: B is used as a counter instead of a 14 years ago
lopcodes.h detail (cleaned whitespaces at end of lines) 14 years ago
loslib.c comment 14 years ago
lparser.c lint (unreachable code) 13 years ago
lparser.h reducing even more use of C stack by the parser: struct 'FuncState' 13 years ago
lstate.c 'luaC_separateudata' called from 'luaC_freeallobjects' + removed 13 years ago
lstate.h lint (unused definition) 13 years ago
lstring.c more complete (and hopefuly more correct) handling of 'sizeof(char)' 14 years ago
lstring.h new macro 'eqstr' 15 years ago
lstrlib.c 'string.format' checks whether values for integer formats are 13 years ago
ltable.c lint (unused definition) 13 years ago
ltable.h bug: __newindex metamethod may not work if metatable is its own 13 years ago
ltablib.c lint (wrong identation) 13 years ago
ltests.c detail about 'trick' function (nil turn it off) 13 years ago
ltests.h 'module'/'luaL_register' and associates are deprecated 14 years ago
ltm.c stricter control (using tag variants) over closure kinds (Lua x C) 14 years ago
ltm.h small problems with 'luaone.c' 14 years ago
lua.c new option '-E' to avoid environment variables 13 years ago
lua.h 'nCcalls' should be local to each thread, as each thread may have its 13 years ago
luaconf.h avoid the word 'TRICKLE' in macro name (as it has nothing to do 13 years ago
lualib.h avoid use of 'ifdef/ifndef'; use 'defined' instead (simpler and 14 years ago
lundump.c changes by lhf (better control of chars x bytes) 14 years ago
lundump.h changes by lhf (better control of chars x bytes) 14 years ago
lvm.c new type 'l_noret' for function that do not return 13 years ago
lvm.h more uniform names for 'equalobj'-related functions 14 years ago
lzio.c macro 'char2int' replaced by 'cast_uchar' (used by other files) 14 years ago
lzio.h no more 'zungetc' (better not to read next char) 14 years ago
makefile comments about some compiler options that should be tested once in a while 14 years ago