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 e39ee2cc58 'luaH_getn' must return 'lua_Unsigned' (or 'lua_Integer'), to 8 years ago
bugs bug: Wrong code for a goto followed by a label inside an 'if' 8 years ago
lapi.c 'lua_rawlen' returns 'lua_Unsigned' instead of 'size_t'. (Real 8 years ago
lapi.h macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter 10 years ago
lauxlib.c type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added 8 years ago
lauxlib.h type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added 8 years ago
lbaselib.c generational collection: new attempt (still incomplete) 8 years ago
lbitlib.c avoid the use of deprecated functions 'luaL_checkunsigned'/ 9 years ago
lcode.c table field names for dedicated opcodes can be restricted to 8 years ago
lcode.h new opcode LOADI (for loading immediate integers) 8 years ago
lcorolib.c error handling in 'wrap' does not coerce numbers into string messages 9 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 details (comments) 9 years ago
ldebug.c no more field 'base' in CallInfo (base is always equal to 'func + 1', 8 years ago
ldebug.h reuse of 'addinfo' by lexical errors 10 years ago
ldo.c no more field 'base' in CallInfo (base is always equal to 'func + 1', 8 years ago
ldo.h back to old-style vararg system (with vararg table collecting extra 8 years ago
ldump.c avoid calling write function with empty block 9 years ago
lfunc.c added 'cachemiss' field to prototype to avoid wasting time checking 8 years ago
lfunc.h barrier for prototype's cache (with new gray list 'protogray' to keep 8 years ago
lgc.c barrier for prototype's cache (with new gray list 'protogray' to keep 8 years ago
lgc.h barrier for prototype's cache (with new gray list 'protogray' to keep 8 years ago
linit.c using constants for "_LOADED" and "PRELOAD" 8 years ago
liolib.c error when calling close method without arguments (e.g., 8 years ago
llex.c now that 'luaO_str2num' always accepts a dot as a radix character, 9 years ago
llex.h now that 'luaO_str2num' always accepts a dot as a radix character, 9 years ago
llimits.h type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added 8 years ago
lmathlib.c detail (removing spaces at end of lines) 8 years ago
lmem.c allocation function is not exactly API (and cannot raise errors 10 years ago
lmem.h details in 'luaM_reallocvchar' 10 years ago
loadlib.c Handling of LUA_PATH/LUA_CPATH moved back to 'package' library 8 years ago
lobject.c new macro 'lua_pointer2str' to encapsulate use of 'l_sprintf' inside 8 years ago
lobject.h added 'cachemiss' field to prototype to avoid wasting time checking 8 years ago
lopcodes.c new opcodes for table access with constant keys (strings and integers) 8 years ago
lopcodes.h details (direct access to 'Ck' bit in instructions) 8 years ago
loslib.c added 'return' to calls to 'luaL_error' (to signal to the compiler 8 years ago
lparser.c back to old-style vararg system (with vararg table collecting extra 8 years ago
lparser.h new opcodes for table access with constant keys (strings and integers) 8 years ago
lprefix.h does not define _XOPEN_SOURCE when LUA_USE_C89 is defined + defining 10 years ago
lstate.c barrier for prototype's cache (with new gray list 'protogray' to keep 8 years ago
lstate.h no more field 'base' in CallInfo (base is always equal to 'func + 1', 8 years ago
lstring.c tiny code refactoring in 'luaS_hash' 9 years ago
lstring.h new function 'luaS_hashlongstr' 9 years ago
lstrlib.c added 'return' to calls to 'luaL_error' (to signal to the compiler 8 years ago
ltable.c better implementation for 'hash_search', without using 'size_t' 8 years ago
ltable.h 'luaH_getn' must return 'lua_Unsigned' (or 'lua_Integer'), to 8 years ago
ltablib.c in 'table.move', destination table can be source table even if 9 years ago
ltests.c barrier for prototype's cache (with new gray list 'protogray' to keep 8 years ago
ltests.h redefine MAXINDEXRK (for debugging, to force most values to 8 years ago
ltm.c back to old-style vararg system (with vararg table collecting extra 8 years ago
ltm.h back to old-style vararg system (with vararg table collecting extra 8 years ago
lua.c detail in usage message for '-l' option 8 years ago
lua.h 'lua_rawlen' returns 'lua_Unsigned' instead of 'size_t'. (Real 8 years ago
luaconf.h type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added 8 years ago
lualib.h Handling of LUA_PATH/LUA_CPATH moved back to 'package' library 8 years ago
lundump.c macro 'incr_top' replaced by function 'luaD_inctop'. (It is not used 9 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 table field names for dedicated opcodes can be restricted to 8 years ago
lvm.h revamp of fast track for table access (table set uses the same 8 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 small updates 8 years ago