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 619be354c8 lua_pushstring/pushlstring return string 18 years ago
bugs patch for last bug 18 years ago
lapi.c lua_pushstring/pushlstring return string 18 years ago
lapi.h emergency garbage collector (core forces a GC when allocation fails) 19 years ago
lauxlib.c new function luaL_tostring 18 years ago
lauxlib.h new function luaL_tostring 18 years ago
lbaselib.c BUG: setfenv accepts invalid argument 18 years ago
lcode.c no more optimization to avoid LOADNIL at function start 18 years ago
lcode.h unused macro 19 years ago
ldblib.c avoid trailing white spaces 18 years ago
ldebug.c detail 18 years ago
ldebug.h added LUAI_FUNC to functions not in the API 20 years ago
ldo.c no more optimization to avoid LOADNIL at function start 18 years ago
ldo.h emergency garbage collector (core forces a GC when allocation fails) 19 years ago
ldump.c avoid trailing white spaces 18 years ago
lfunc.c should not manipulate NULL pointers (even without accessing them) 18 years ago
lfunc.h added LUAI_FUNC to functions not in the API 20 years ago
lgc.c avoid trailing white spaces 18 years ago
lgc.h emergency garbage collector (core forces a GC when allocation fails) 19 years ago
linit.c small optimizations (lua_newtable -> lua_createtable) 19 years ago
liolib.c 'lua_strlen' is for compatibility only 18 years ago
llex.c more regularity in the use of quotes in error messages 18 years ago
llex.h more regularity in the use of quotes in error messages 18 years ago
llimits.h avoid trailing white spaces 18 years ago
lmathlib.c details (randomseed calls rand once to dischard first value) 18 years ago
lmem.c details 18 years ago
lmem.h better documentation for auxiliary functions (that should be called only 18 years ago
loadlib.c BUG: loadlib should not use Lua internals (lobject.h) 18 years ago
lobject.c luaO_log2 can be private to ltable.c 18 years ago
lobject.h luaO_log2 can be private to ltable.c 18 years ago
lopcodes.c avoid trailing white spaces 18 years ago
lopcodes.h avoid trailing white spaces 18 years ago
loslib.c bug: os.date throws error when result is the empty string 18 years ago
lparser.c no more optimization to avoid LOADNIL at function start 18 years ago
lparser.h 'lparser.h' should not include 'ltable.h' 19 years ago
lstate.c new constant LUA_OK 18 years ago
lstate.h should not manipulate NULL pointers (even without accessing them) 18 years ago
lstring.c emergency garbage collector (core forces a GC when allocation fails) 19 years ago
lstring.h added LUAI_FUNC to functions not in the API 20 years ago
lstrlib.c when formatting with '%q', all control characters are coded 18 years ago
ltable.c luaO_log2 can be private to ltable.c 18 years ago
ltable.h emergency garbage collector (core forces a GC when allocation fails) 19 years ago
ltablib.c more robust implementation for table.insert 19 years ago
ltests.c lua_pushstring/pushlstring return string 18 years ago
ltests.h small simplifications 19 years ago
ltm.c details 19 years ago
ltm.h new mark LUAI_DATA for extern data 20 years ago
lua.c new constant LUA_OK 18 years ago
lua.h lua_pushstring/pushlstring return string 18 years ago
luaconf.h detail for windows 18 years ago
lualib.h avoid trailing white spaces 18 years ago
lundump.c avoid trailing white spaces 18 years ago
lundump.h new versions by lhf 19 years ago
lvm.c two small bugs: some metamethods do not accept callable non-function 18 years ago
lvm.h better documentation for auxiliary functions (that should be called only 18 years ago
lzio.c small improvement 20 years ago
lzio.h several small details 20 years ago
makefile emergency garbage collector (core forces a GC when allocation fails) 19 years ago