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 531874f6ce better (correct?) way to handle `next' over removed keys 20 years ago
bugs better patch for buffer overflow error 20 years ago
lapi.c static names do not need `luaX_' prefix 20 years ago
lapi.h `TObject' renamed to `TValue' + other name changes and better assertions 21 years ago
lauxlib.c towards new package system 20 years ago
lauxlib.h use of parentheses around macro parameters in call lists, to avoid 20 years ago
lbaselib.c first full implementation of new package system 20 years ago
lcode.c static names do not need `luaX_' prefix 20 years ago
lcode.h small optimization for boolean constants + new format for SETLIST opcode 20 years ago
ldblib.c detail 20 years ago
ldebug.c static names do not need `luaX_' prefix 20 years ago
ldebug.h new macro `lua_threadyield' + lock stuff in `luaconf.h' + details 21 years ago
ldo.c static names do not need `luaX_' prefix 20 years ago
ldo.h tighter tests for stack overflow 20 years ago
ldump.c function constants may include boolean values 20 years ago
lfunc.c better names for `luaM_free...' macros 20 years ago
lfunc.h `TObject' renamed to `TValue' + other name changes and better assertions 21 years ago
lgc.c better names for `luaM_free...' macros 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 details 20 years ago
llex.h details 20 years ago
llimits.h better support for 64-bit machines 20 years ago
lmathlib.c no more USE_DEGREES option 21 years ago
lmem.c better control of overflows in size computations 20 years ago
lmem.h better control of overflows in size computations 20 years ago
loadlib.c needs to include `stdlib.h' to access `getenv' 20 years ago
lobject.c details 20 years ago
lobject.h better (correct?) way to handle `next' over removed keys 20 years ago
lopcodes.c details 20 years ago
lopcodes.h details 20 years ago
loslib.c avoid name chash in `all.c' 20 years ago
lparser.c static names do not need `luaX_' prefix 20 years ago
lparser.h new way to use `vararg' parameters (with `...') 21 years ago
lstate.c better names for `luaM_free...' macros 20 years ago
lstate.h cleaner API for coroutines 20 years ago
lstring.c details 20 years ago
lstring.h better control over memory-size overflows 20 years ago
lstrlib.c detail 20 years ago
ltable.c better (correct?) way to handle `next' over removed keys 20 years ago
ltable.h small optimization for table size in machines with double allignment 20 years ago
ltablib.c `setn' returns its "self" (the table) 21 years ago
ltests.c better implementation for `floating-point bytes' 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 first full implementation of new package system 20 years ago
lua.h `LUA_FIRSTINDEX' should not be configurable 20 years ago
luaconf.h added an `L' parameter to macros L_TRY & L_THROW (someone may need it). 20 years ago
lualib.h separation between io lib and os lib 21 years ago
lundump.c function constants may include boolean values 20 years ago
lundump.h zio does not keep "source" name (nobody uses it) 22 years ago
lvm.c static names do not need `luaX_' prefix 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