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 9b7dddad7d no need for two different implementations for equality (one raw and 14 years ago
bugs bug: problem with optimizations of short-circuit logic 14 years ago
lapi.c no need for two different implementations for equality (one raw and 14 years ago
lapi.h extra api checks for number of returns of C functions and for lua_yield 15 years ago
lauxlib.c more complete (and hopefuly more correct) handling of 'sizeof(char)' 14 years ago
lauxlib.h 'luaL_findtable' -> 'luaL_getsubtable' 14 years ago
lbaselib.c new macro 'luai_writeline' to print newlines (and flush 'stdout') 14 years ago
lbitlib.c allows number of bits used by the library to be changed from outside 14 years ago
lcode.c no need for two different implementations for equality (one raw and 14 years ago
lcode.h new instruction OP_LOADKX (to replace OP_LOADK with extra argument) 14 years ago
lcorolib.c new module policy: C modules do not create globals and do not register 15 years ago
lctype.c new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and 15 years ago
lctype.h new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and 15 years ago
ldblib.c 'luaL_findtable' -> 'luaL_getsubtable' 14 years ago
ldebug.c bug in OP_SELF when method name goes to a register 14 years ago
ldebug.h 'getline' renamed to 'getfuncline' (to avoid problems with POSIX) 16 years ago
ldo.c code is simpler without 'goto' here 14 years ago
ldo.h removed export of function only for coco 15 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 macro 'checkconsistency' moved to this file, as it is used only 14 years ago
lgc.h detail (cleaning trailing spaces) 14 years ago
linit.c 'luaL_findtable' -> 'luaL_getsubtable' 14 years ago
liolib.c returns for file-related functions and process-related functions 14 years ago
llex.c removed TOKEN_LEN (useless) 14 years ago
llex.h removed TOKEN_LEN (useless) 14 years ago
llimits.h new macro 'lua_longassert' that is equivalent to an assertion without 14 years ago
lmathlib.c avoid "unreacheable code" warnings 14 years ago
lmem.c change in the relationship between totalbytes and GCdebt - luaM_realloc_ 14 years ago
lmem.h keep memory-error message in the global state, so that its use 15 years ago
loadlib.c 'luaL_findtable' -> 'luaL_getsubtable' 14 years ago
lobject.c no need for two different implementations for equality (one raw and 14 years ago
lobject.h no need for two different implementations for equality (one raw and 14 years ago
lopcodes.c change in opcode OP_LOADNIL: B is used as a counter instead of a 14 years ago
lopcodes.h change in opcode OP_LOADNIL: B is used as a counter instead of a 14 years ago
loslib.c returns for file-related functions and process-related functions 14 years ago
lparser.c comment 14 years ago
lparser.h no need of lookahead in Zio 14 years ago
lstate.c change in the relationship between totalbytes and GCdebt - luaM_realloc_ 14 years ago
lstate.h change in the relationship between totalbytes and GCdebt - luaM_realloc_ 14 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 more complete (and hopefuly more correct) handling of 'sizeof(char)' 14 years ago
ltable.c no need for two different implementations for equality (one raw and 14 years ago
ltable.h macro 'key2tal' replaced by 'gkey' (as both were equal) 15 years ago
ltablib.c table library respects '#' metamethods 14 years ago
ltests.c avoid use of 'ifdef/ifndef'; use 'defined' instead (simpler and 14 years ago
ltests.h 'module'/'luaL_register' and associates are deprecated 14 years ago
ltm.c small problems with 'luaone.c' 14 years ago
ltm.h small problems with 'luaone.c' 14 years ago
lua.c new macro 'luai_writeline' to print newlines (and flush 'stdout') 14 years ago
lua.h copyright updated to 2011 14 years ago
luaconf.h new macro 'luai_writeline' to print newlines (and flush 'stdout') 14 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 no need for two different implementations for equality (one raw and 14 years ago
lvm.h no need for two different implementations for equality (one raw and 14 years ago
lzio.c no need of lookahead in Zio 14 years ago
lzio.h no need of lookahead in Zio 14 years ago
makefile details 14 years ago