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 d07abcc6c7 finalizers always called protected 16 years ago
bugs 'module' may change the environment of a C function + 16 years ago
lapi.c GC step does not unblock collector (when it is blocked by "stop") 17 years ago
lapi.h emergency garbage collector (core forces a GC when allocation fails) 19 years ago
lauxlib.c buffer creation ensures buffer space plus MINSTACK in the stack 16 years ago
lauxlib.h 'luaL_typeerror' spelled right 16 years ago
lbaselib.c 'writestring' changed into a configurable macro 16 years ago
lcode.c avoid constant folding for -0 (to avoid it colapsing to 0) 17 years ago
lcode.h some cleaning 16 years ago
ldblib.c 'db_errorfb' changed to 'db_traceback' for consistency 16 years ago
ldebug.c generic for coded as two dedicated instructions to simplify resumption 16 years ago
ldebug.h added LUAI_FUNC to functions not in the API 20 years ago
ldo.c concat TM can yield 16 years ago
ldo.h first steps towards yielding through longjump 16 years ago
ldump.c useless test removed (pointed by lint) 17 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 finalizers always called protected 16 years ago
lgc.h simplification in the handling of finalizers: no more 'tmudata' list + 17 years ago
linit.c detail ('name' of baselib is "_G") 17 years ago
liolib.c micro-optimization: avoid one API call in 'read_chars' 17 years ago
llex.c comment (should not use 'go trhough' when simply using multiple labels) 16 years ago
llex.h parser should not call 'luaX_lexerror' 17 years ago
llimits.h avoid trailing white spaces 18 years ago
lmathlib.c clearing some old compatibility code 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 change in error message 16 years ago
lobject.c 'ceillog2' now is exported (other modules may need it) 17 years ago
lobject.h bug: string at the end of TString must consider the entire TString 16 years ago
lopcodes.c generic for coded as two dedicated instructions to simplify resumption 16 years ago
lopcodes.h generic for coded as two dedicated instructions to simplify resumption 16 years ago
loslib.c by default, 'os.exit' closes current state 17 years ago
lparser.c generic for coded as two dedicated instructions to simplify resumption 16 years ago
lparser.h added structure for local-variable information to allow extra 17 years ago
lstate.c finalizers always called protected 16 years ago
lstate.h better control of call status through CallInfo 16 years ago
lstring.c userdata with finalizers are kept in a separated list 17 years ago
lstring.h added LUAI_FUNC to functions not in the API 20 years ago
lstrlib.c check for invalid use of '%' in replacement string in 'string.gsub' 16 years ago
ltable.c 'ceillog2' now is exported (other modules may need it) 17 years ago
ltable.h emergency garbage collector (core forces a GC when allocation fails) 19 years ago
ltablib.c 'table.sort' detects invalid order function before calling it 17 years ago
ltests.c detail (added 'UNUSED' to unused argument) 16 years ago
ltests.h larger alignment requirement helps to uncover some kinds of bugs 16 years ago
ltm.c tables and strings respect __len metamethod 17 years ago
ltm.h tables and strings respect __len metamethod 17 years ago
lua.c do not use compatibility macros in Lua 17 years ago
lua.h added missing parentheses around function names 16 years ago
luaconf.h 'writestring' changed into a configurable macro 16 years ago
lualib.h avoid trailing white spaces 18 years ago
lundump.c two bugs: invalid boolean values in constant table + too deep recursion 17 years ago
lundump.h new versions by lhf 19 years ago
lvm.c no more '__len' metamethod for strings 16 years ago
lvm.h better control of call status through CallInfo 16 years ago
lzio.c small improvement 20 years ago
lzio.h several small details 20 years ago
makefile whole build depends on 'makefile' itself + better format for warning 16 years ago