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 97af24ea32 newlines can be `\n', `\r', `\r\n', or `\n\r' 22 years ago
bugs several bugs for Lua 5.0 + new format for bug entries 22 years ago
lapi.c no more checks for non-default compilation options + luaU_dump has 22 years ago
lapi.h `luaA_index' is a local macro now 23 years ago
lauxlib.c fully-weak tables are more efficient 22 years ago
lauxlib.h warnings from several compilers (mainly typecasts when lua_Number is float) 22 years ago
lbaselib.c fully-weak tables are more efficient 22 years ago
lcode.c better information about instruction behavior (use of arguments) 22 years ago
lcode.h OP_TFORLOOP uses extra stack space 22 years ago
ldblib.c `debug' library can operate over other threads 22 years ago
ldebug.c new way to control `pc' of running functions 22 years ago
ldebug.h new way to control `pc' of running functions 22 years ago
ldo.c we do not need a default panic (that does nothing anyway...) 22 years ago
ldo.h new function `lua_cpcall' 22 years ago
ldump.c no more checks for non-default compilation options + luaU_dump has 22 years ago
lfunc.c name changes to avoid name collision between macros and variables 22 years ago
lfunc.h name changes to avoid name collision between macros and variables 22 years ago
lgc.c bug: userdata to be collected still counts into new GC threshold, 22 years ago
lgc.h bug: userdata to be collected still counts into new GC threshold, 22 years ago
linit.c obsolete module; not part of the oficial distribution 25 years ago
liolib.c details 22 years ago
llex.c newlines can be `\n', `\r', `\r\n', or `\n\r' 22 years ago
llex.h better error message for (deprecated) "%global" 22 years ago
llimits.h no need for a maximum number of parameters (maximum number of locals 22 years ago
lmathlib.c ^ operator is defined by global `__pow' 22 years ago
lmem.c each .c file defines its own name 22 years ago
lmem.h new way to handle errors 23 years ago
loadlib.c ok to use `#elif' and `#if defined()' 22 years ago
lobject.c detail 22 years ago
lobject.h Lua does not need all those different types... 22 years ago
lopcodes.c details 22 years ago
lopcodes.h comments 22 years ago
lparser.c syntax `...=var' changed to `var=...' 22 years ago
lparser.h more changes to reduce stack usage by the parser 22 years ago
lstate.c we do not need a default panic (that does nothing anyway...) 22 years ago
lstate.h new way to control `pc' of running functions 22 years ago
lstring.c Lua does not need all those different types... 22 years ago
lstring.h cleaning the stage for generational collection 23 years ago
lstrlib.c new function `string.reverse' 22 years ago
ltable.c Lua does not need all those different types... 22 years ago
ltable.h name changes to avoid name collision between macros and variables 22 years ago
ltablib.c warnings from several compilers (mainly typecasts when lua_Number is float) 22 years ago
ltests.c no need for a maximum number of parameters (maximum number of locals 22 years ago
ltests.h new facilities to test memory overflow in main.c 22 years ago
ltm.c warnings from several compilers (mainly typecasts when lua_Number is float) 22 years ago
ltm.h back to `__mode' metafield to specify weakness 22 years ago
lua.c `getn' doesn't need this field (values cannot be nil) 22 years ago
lua.h define a `lua_isthread' for completeness 22 years ago
lualib.h detail 22 years ago
lundump.c no more checks for non-default compilation options + luaU_dump has 22 years ago
lundump.h no more checks for non-default compilation options + luaU_dump has 22 years ago
lvm.c new way to control `pc' of running functions 22 years ago
lvm.h new way to control `pc' of running functions 22 years ago
lzio.c bug: zio mixes a 255 as first char in a buffer with EOZ 22 years ago
lzio.h bug: zio mixes a 255 as first char in a buffer with EOZ 22 years ago
makefile new scheme to control `loadlib' configuration (default for dlopen 22 years ago