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 aca84ee1a0 correct definition for 'lua_cpcall' (tested) 15 years ago
bugs patches for last two bugs (string.format and io.read) 15 years ago
lapi.c in 'absindex', do not need to call gettop (can inline it) 15 years ago
lapi.h extra api checks for number of returns of C functions and for lua_yield 15 years ago
lauxlib.c more comments 15 years ago
lauxlib.h missing parentheses in declaration 15 years ago
lbaselib.c 'gcinfo' was deprecated in version 5.0. 15 years ago
lbitlib.c use of 'conventional' names for shift and rotate operations + 15 years ago
lcode.c better line numbers for function calls and unary/binary operators + 15 years ago
lcode.h better line numbers for function calls and unary/binary operators + 15 years ago
lctype.c new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and 15 years ago
lctype.h new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and 15 years ago
ldblib.c no more fenvs! 15 years ago
ldebug.c first implementation of light C functions 15 years ago
ldebug.h 'getline' renamed to 'getfuncline' (to avoid problems with POSIX) 16 years ago
ldo.c typos in comments 15 years ago
ldo.h removed export of function only for coco 15 years ago
ldump.c first version of _ENV; no more global variables 15 years ago
lfunc.c corrected some places where an old object could end up in front 15 years ago
lfunc.h no more fenvs! 15 years ago
lgc.c really stop collection during finalizers 15 years ago
lgc.h corrected some places where an old object could end up in front 15 years ago
linit.c it is better to call open functions with lua_call to not mess 15 years ago
liolib.c no more fenvs! 15 years ago
llex.c new escape sequence '\*' + several comments + moving options from 15 years ago
llex.h no need to keep "_ENV" name in global state (can be kept in lex state) 15 years ago
llimits.h GC should not run when stopped, even in hard tests 15 years ago
lmathlib.c new mark LUAMOD_API for all luaopen_* functions 15 years ago
lmem.c typos in comments 15 years ago
lmem.h keep memory-error message in the global state, so that its use 15 years ago
loadlib.c for compatibility only: 'module' changes the first upvalue of 15 years ago
lobject.c "light C function" is a better name than "C-function pointer" 15 years ago
lobject.h slightly better definition for 'changenvalue' 15 years ago
lopcodes.c first version of _ENV; no more global variables 15 years ago
lopcodes.h first version of _ENV; no more global variables 15 years ago
loslib.c yet more options moved from luaconf.h into internal files 15 years ago
lparser.c semicolons now represent the empty statement 15 years ago
lparser.h first version of _ENV; no more global variables 15 years ago
lstate.c detail 15 years ago
lstate.h no need of a KGC_FORCED collection kind; it has the same behavior of 15 years ago
lstring.c corrected some places where an old object could end up in front 15 years ago
lstring.h new macro 'eqstr' 15 years ago
lstrlib.c added class '%g' in patterns (for graphical characters) 15 years ago
ltable.c "light C function" is a better name than "C-function pointer" 15 years ago
ltable.h macro 'gkey' returns a "real" TValue* 15 years ago
ltablib.c better definitions for lua_[gs]etglobal + less uses of ENVIRONINDEX 15 years ago
ltests.c lua_pushstring may reallocate the stack, making 'o' a dangling 15 years ago
ltests.h ensure that 'luai_userstatethread' is always called (even if 15 years ago
ltm.c first implementation of light C functions 15 years ago
ltm.h first implementation of light C functions 15 years ago
lua.c no more 'ccall' nor 'cpcall' functions. (With light C functions they 15 years ago
lua.h new API function 'lua_absindex' 15 years ago
luaconf.h correct definition for 'lua_cpcall' (tested) 15 years ago
lualib.h new mark LUAMOD_API for all luaopen_* functions 15 years ago
lundump.c first version of _ENV; no more global variables 15 years ago
lundump.h new versions by lhf 19 years ago
lvm.c one more macro (mvdispatch) to easy experiments with alternative 15 years ago
lvm.h 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' 15 years ago
lzio.c small improvement 20 years ago
lzio.h new macro 'zungetc' 16 years ago
makefile updated depenency lists + eliminated duplication of definitions 15 years ago