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 c5dc521d65 added patch for bug 5.3.4-7 7 years ago
bugs added patch for bug 5.3.4-7 7 years ago
lapi.c no more 'luaO_nilobject' to avoid comparison of global variable addresses 7 years ago
lapi.h back to 'CallInfo' (no gains with its removal) 7 years ago
lauxlib.c removed compatibility code with older versions 7 years ago
lauxlib.h removed compatibility code with older versions 7 years ago
lbaselib.c new experimental syntax using reserved word 'undef' 7 years ago
lbitlib.c module has been deprecated. 7 years ago
lcode.c no more nil-in-table 7 years ago
lcode.h no more nil-in-table 7 years ago
lcorolib.c new API for 'lua_resume' + cleaning the uses of the 'extra' field in 7 years ago
lctype.c added include for 'lprefix.h', for stuff that must be added before 10 years ago
lctype.h detail (cleaned whitespaces at end of lines) 14 years ago
ldblib.c 'fTransfer' -> 'ftransfer' / 'nTransfer' -> 'ntransfer' 7 years ago
ldebug.c minimizing the code ran by 'vmfetch' + no more 'vra' 7 years ago
ldebug.h minimizing the code ran by 'vmfetch' + no more 'vra' 7 years ago
ldo.c new macros 'likely'/'unlikely' with hints for jump predictions 7 years ago
ldo.h in 'luaD_poscall', there is no need to compute 'firstResult' when 'nres==0' 7 years ago
ldump.c better names for macros for tags and types. 7 years ago
lfunc.c new type 'StackValue' for stack elements 7 years ago
lfunc.h using 'offsetof' to compute the size of parts of a structure 7 years ago
lgc.c FALLTHROUGH comment must be last "statement" 7 years ago
lgc.h more generic way to handle 'gclist' 7 years ago
linit.c removed compatibility code with older versions 7 years ago
liolib.c back to one format per argument 7 years ago
ljumptab.h no more nil-in-table 7 years ago
llex.c no more nil-in-table 7 years ago
llex.h no more nil-in-table 7 years ago
llimits.h new macros 'likely'/'unlikely' with hints for jump predictions 7 years ago
lmathlib.c using some weak "randomness" (time and memory address) to initialize 7 years ago
lmem.c new macros 'likely'/'unlikely' with hints for jump predictions 7 years ago
lmem.h janitor work on casts 7 years ago
loadlib.c removed compatibility code with older versions 7 years ago
lobject.c no more 'luaO_nilobject' to avoid comparison of global variable addresses 7 years ago
lobject.h no more 'luaO_nilobject' to avoid comparison of global variable addresses 7 years ago
lopcodes.c no need to define 'luaP_opnames' in regular builds 7 years ago
lopcodes.h no more nil-in-table 7 years ago
loslib.c added 'return' to calls to 'luaL_error' (to signal to the compiler 8 years ago
lparser.c no more nil-in-table 7 years ago
lparser.h no more nil-in-table 7 years ago
lprefix.h does not define _XOPEN_SOURCE when LUA_USE_C89 is defined + defining 10 years ago
lstate.c no more 'luaO_nilobject' to avoid comparison of global variable addresses 7 years ago
lstate.h 'fTransfer' -> 'ftransfer' / 'nTransfer' -> 'ntransfer' 7 years ago
lstring.c new macros 'likely'/'unlikely' with hints for jump predictions 7 years ago
lstring.h userdata can have multiple user values 7 years ago
lstrlib.c avoid possible overflows when checking sizes in 'string.unpack' 7 years ago
ltable.c no more 'luaH_emptyobject' and comparisons of addresses of global variables 7 years ago
ltable.h no more 'luaH_emptyobject' and comparisons of addresses of global variables 7 years ago
ltablib.c no more nil-in-table 7 years ago
ltests.c details (casts between 'lua_Number' and 'double') 7 years ago
ltests.h reorganization of '#if's for sellecting a type for 'Rand64' + 7 years ago
ltm.c no more 'luaO_nilobject' to avoid comparison of global variable addresses 7 years ago
ltm.h no more 'luaH_emptyobject' and comparisons of addresses of global variables 7 years ago
lua.c some extra goodies for 'readline' 7 years ago
lua.h no more nil-in-table 7 years ago
luaconf.h definition for LUA_UNSIGNEDBITS (number of bits in a LUA_UNSIGNED) 7 years ago
lualib.h removed compatibility code with older versions 7 years ago
lundump.c avoid craches when loading tampered code with NULL as a string constant 7 years ago
lundump.h long strings are created directly in final position when possible 9 years ago
lutf8lib.c added 'return' to calls to 'luaL_error' (to signal to the compiler 8 years ago
lvm.c no more 'luaH_emptyobject' and comparisons of addresses of global variables 7 years ago
lvm.h first version of empty entries in tables 7 years ago
lzio.c long strings are created directly in final position when possible 9 years ago
lzio.h long strings are created directly in final position when possible 9 years ago
makefile updated to use jump tables 7 years ago