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 01fa1bc114 luaL_testudata (a luaL_checkudata that does not raise errors) is 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 luaL_testudata (a luaL_checkudata that does not raise errors) is 18 years ago
lauxlib.h luaL_testudata (a luaL_checkudata that does not raise errors) is 18 years ago
lbaselib.c BUG: setfenv accepts invalid argument 18 years ago
lcode.c bug: code generated for "-nil", "-true", and "-false" is wrong 18 years ago
lcode.h unused macro 19 years ago
ldblib.c error handler in 'lua.c' tries '__tostring' metamethod if error 18 years ago
ldebug.c better names for metamethods in debug information 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 does not allow standard files to be closed 18 years ago
llex.c details 18 years ago
llex.h details 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 'os.date' checks arguments before passing them to 'strftime' 18 years ago
lparser.c details 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 another way to normalize -0 that avoids problems with very small 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 error handler in 'lua.c' tries '__tostring' metamethod if error 18 years ago
lua.h lua_pushstring/pushlstring return string 18 years ago
luaconf.h 'os.date' checks arguments before passing them to 'strftime' 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