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 2419f2bf02 cleaner API for coroutines 20 years ago
bugs bug: lua_getupvalue and setupvalue do not check for index too small. 21 years ago
lapi.c cleaner API for coroutines 20 years ago
lapi.h `TObject' renamed to `TValue' + other name changes and better assertions 21 years ago
lauxlib.c detail 20 years ago
lauxlib.h new macro `luaL_typename' 21 years ago
lbaselib.c cleaner API for coroutines 20 years ago
lcode.c small correction (less conservative write barrier for tables) 20 years ago
lcode.h new way to use `vararg' parameters (with `...') 21 years ago
ldblib.c small bug: calls to upvalues were not correctly traced 21 years ago
ldebug.c details 20 years ago
ldebug.h new macro `lua_threadyield' + lock stuff in `luaconf.h' + details 21 years ago
ldo.c cleaner API for coroutines 20 years ago
ldo.h tighter tests for stack overflow 20 years ago
ldump.c `lua_Chunkwriter' returns 0 in case of success 21 years ago
lfunc.c new scheme for configuration through `luaconf.h' 21 years ago
lfunc.h `TObject' renamed to `TValue' + other name changes and better assertions 21 years ago
lgc.c bug: barrier was wrong for generational phase 20 years ago
lgc.h bug: barrier was wrong for generational phase 20 years ago
linit.c separation between io lib and os lib 21 years ago
liolib.c better checking for read errors (with `ferror´) 21 years ago
llex.c new scheme for configuration through `luaconf.h' 21 years ago
llex.h better error messages for some limits 21 years ago
llimits.h simpler configuration to turn on all asserts 20 years ago
lmathlib.c no more USE_DEGREES option 21 years ago
lmem.c better control for GC cycles 20 years ago
lmem.h new way to handle errors 23 years ago
loadlib.c new scheme for configuration through `luaconf.h' 21 years ago
lobject.c `lua_pushfstring' now supports `%p' option too 21 years ago
lobject.h new way to use `vararg' parameters (with `...') 21 years ago
lopcodes.c no more LUA_OPNAMES; it is simpler to "waste" 400 bytes 21 years ago
lopcodes.h details (opcode may not be the first field) 21 years ago
loslib.c small changes (due to Rici Lake) to allow testing non-supported OS functions 21 years ago
lparser.c new way to use `vararg' parameters (with `...') 21 years ago
lparser.h new way to use `vararg' parameters (with `...') 21 years ago
lstate.c cleaner API for coroutines 20 years ago
lstate.h cleaner API for coroutines 20 years ago
lstring.c first implementation of generational GC 20 years ago
lstring.h first implementation of generational GC 20 years ago
lstrlib.c string.byte truncates indices out of range 21 years ago
ltable.c detail 20 years ago
ltable.h small optimization for {f()} 21 years ago
ltablib.c `setn' returns its "self" (the table) 21 years ago
ltests.c first implementation of generational GC 20 years ago
ltests.h simpler configuration to turn on all asserts 20 years ago
ltm.c new scheme for configuration through `luaconf.h' 21 years ago
ltm.h `TObject' renamed to `TValue' + other name changes and better assertions 21 years ago
lua.c new way to handle _PATH (old LUA_PATH) 20 years ago
lua.h cleaner API for coroutines 20 years ago
luaconf.h simpler configuration to turn on all asserts 20 years ago
lualib.h separation between io lib and os lib 21 years ago
lundump.c new scheme for configuration through `luaconf.h' 21 years ago
lundump.h zio does not keep "source" name (nobody uses it) 22 years ago
lvm.c cleaner API for coroutines 20 years ago
lvm.h small steps towards yields in iterators and tag methods 21 years ago
lzio.c new scheme for configuration through `luaconf.h' 21 years ago
lzio.h buffer should better use `size_t' for its size 21 years ago
makefile new libs `loslib´ and `linit´ 20 years ago