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 8f8665fffa 'ttypenv' -> 'ttnov' 12 years ago
bugs details (5.2 corrected to 5.2.0) 12 years ago
lapi.c 'ttypenv' -> 'ttnov' 12 years ago
lapi.h extra api checks for number of returns of C functions and for lua_yield 15 years ago
lauxlib.c detail (avoid unnecessary "unconst" in cast) 12 years ago
lauxlib.h 'lua_load' has an extra argument 'mode' 13 years ago
lbaselib.c added 'return' (when possible) to calls to error functions 12 years ago
lbitlib.c detail (avoiding warnings) 12 years ago
lcode.c remove of unecessary luaD_checkstack. (In some cases, C should 12 years ago
lcode.h 'luaK_goiffalse' exported 13 years ago
lcorolib.c added 'return' (when possible) to calls to error functions 12 years ago
lctype.c missing 'LUA_CORE' definition 13 years ago
lctype.h detail (cleaned whitespaces at end of lines) 14 years ago
ldblib.c BUG: coroutine hooks were not collected together with coroutine 13 years ago
ldebug.c remove of unecessary luaD_checkstack. (In some cases, C should 12 years ago
ldebug.h new type 'l_noret' for function that do not return 13 years ago
ldo.c BUG: 'pcall' may not restore previous error function when 12 years ago
ldo.h 'lua_load' has an extra argument 'mode' 13 years ago
ldump.c 'ttypenv' -> 'ttnov' 12 years ago
lfunc.c open upvalues cannot be old if thread is not old; when thread is old, 12 years ago
lfunc.h no more 'Proto' objects on the stack. Protos are anchored on outer 13 years ago
lgc.c typos in comments 12 years ago
lgc.h small bug: generational mode is always in 'propagate' mode only 12 years ago
linit.c 'luaL_findtable' -> 'luaL_getsubtable' 14 years ago
liolib.c _FILE_OFFSET_BITS usually also needs _LARGEFILE_SOURCE + easier to 12 years ago
llex.c typos in comments 12 years ago
llex.h more uses of 'l_noret' 13 years ago
llimits.h 'l_tg' was renamed to 'l_mathop' and this use was not corrected at 12 years ago
lmathlib.c second parameter to 'ldexp' is an integer 12 years ago
lmem.c removed debug code 13 years ago
lmem.h typo in comment 12 years ago
loadlib.c typos in comments 13 years ago
lobject.c 'l_tg' was renamed to 'l_mathop' and this use was not corrected at 12 years ago
lobject.h 'ttypenv' -> 'ttnov' 12 years ago
lopcodes.c details (header comments) 13 years ago
lopcodes.h detail (cleaned whitespaces at end of lines) 14 years ago
loslib.c error message in 'os.rename' does not include file name, because error 12 years ago
lparser.c comments 12 years ago
lparser.h no more 'Proto' objects on the stack. Protos are anchored on outer 13 years ago
lstate.c cast in 'luai_makeseed' now casts to needed type 12 years ago
lstate.h comment 13 years ago
lstring.c detail 12 years ago
lstring.h random seed used in the hash of all strings to avoid intentional 13 years ago
lstrlib.c details (remove of some extra spaces) 12 years ago
ltable.c detail 12 years ago
ltable.h bug: __newindex metamethod may not work if metatable is its own 13 years ago
ltablib.c no need to handle 0 as a special case in 'table.remove' 12 years ago
ltests.c typos in comments 12 years ago
ltests.h 'module'/'luaL_register' and associates are deprecated 14 years ago
ltm.c 'ttypenv' -> 'ttnov' 12 years ago
ltm.h 'ttypenv' -> 'ttnov' 12 years ago
lua.c pops the string from 'get_prompt' only after using it 12 years ago
lua.h export 'lua_ident' to avoid it being removed by C++ linker 12 years ago
luaconf.h typos in comments 12 years ago
lualib.h removed redundant definition for FILEHANDLE 13 years ago
lundump.c no more 'Proto' objects on the stack. Protos are anchored on outer 13 years ago
lundump.h no more 'Proto' objects on the stack. Protos are anchored on outer 13 years ago
lvm.c 'ttypenv' -> 'ttnov' 12 years ago
lvm.h detail 12 years ago
lzio.c details (header comments) 13 years ago
lzio.h no more 'zungetc' (better not to read next char) 14 years ago
makefile added two more commented warning options (just to know about them) 12 years ago