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 4082c77ff2 error message for 'bad self' includes original 'extramsg' 12 years ago
bugs 'pcall' may not restore previous error function when 12 years ago
lapi.c API functions get acceptable indices except when not possible (when 12 years ago
lapi.h extra api checks for number of returns of C functions and for lua_yield 15 years ago
lauxlib.c error message for 'bad self' includes original 'extramsg' 12 years ago
lauxlib.h 'lua_load' has an extra argument 'mode' 13 years ago
lbaselib.c small bug: a reader function should not modify the Lua stack 13 years ago
lbitlib.c typo in message 14 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 wrong error message when 'coroutine.create' or 'coroutine.wrap' are 13 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 "default: lua_assert(0)" in switches helps debugging + uses 13 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 removed commented-out line (for debugging) 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 '_fseeki64' and family not available in all Windows platforms 13 years ago
llex.c field 'reserved' -> 'extra' (may be used for other purposes too) 13 years ago
llex.h more uses of 'l_noret' 13 years ago
llimits.h macro 'lua_number2unsigned' also needs proper definition if 12 years ago
lmathlib.c allow "long double" precision for PI constant if needed 13 years ago
lmem.c removed debug code 13 years ago
lmem.h some compilers (e.g., gcc C++) do not accept NULL as a pointer in 13 years ago
loadlib.c typos in comments 13 years ago
lobject.c remove of unecessary luaD_checkstack. (In some cases, C should 12 years ago
lobject.h no more macro 'changenvalue' 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 detail (avoid being picky about conversion from 'unsigned char' 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 cast to avoid warning in some compilers (size_t x unsigned int) 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 'table.pack' does not return 'n' (may be confusing when 13 years ago
ltests.c open upvalues cannot be old if thread is not old; when thread is old, 12 years ago
ltests.h 'module'/'luaL_register' and associates are deprecated 14 years ago
ltm.c stricter control (using tag variants) over closure kinds (Lua x C) 14 years ago
ltm.h small problems with 'luaone.c' 14 years ago
lua.c pops the string from 'get_prompt' only after using it 12 years ago
lua.h release 5.2.1 13 years ago
luaconf.h LUA_CORE condition removed from definition of some 'tricks' (as it 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 remove of unecessary luaD_checkstack. (In some cases, C should 12 years ago
lvm.h more uniform names for 'equalobj'-related functions 14 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 comments about some compiler options that should be tested once in a while 14 years ago