Go to file
Roberto Ierusalimschy 81ecaf6178 new specifiers in 'strftime' are defined in C99 (not Posix) 2014-12-10 13:42:42 -02:00
bugs bug: Ephemeron table can wrongly collect entry with strong key 2014-09-01 13:56:01 -03:00
lapi.c details (match parameter names with lua.h and manual) 2014-11-12 11:28:54 -02:00
lapi.h removed unused parameter Ä'L' in macro 'api_check' and company 2014-07-15 18:26:50 -03:00
lauxlib.c give preference to global names in tracebacks 2014-12-10 09:31:32 -02:00
lauxlib.h definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror' 2014-10-29 14:12:30 -02:00
lbaselib.c 'ipairs' needs an argument 2014-12-10 10:26:42 -02:00
lbitlib.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lcode.c bug ('#3' causes seg. fault in 5.3-beta) + comments + 'codearith' -> 2014-11-24 12:59:22 -02:00
lcode.h first implementation of '<<', '>>', and '~' (bitwise not) 2013-12-30 18:47:58 -02:00
lcorolib.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lctype.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lctype.h detail (cleaned whitespaces at end of lines) 2011-07-15 09:50:29 -03:00
ldblib.c In 'debug.gethook', does not query hook table (which may not exist) if 2014-12-08 13:47:25 -02:00
ldebug.c error handler does not need to be a function (can be a callable 2014-12-10 09:30:09 -02:00
ldebug.h better error message for bitwise operators (they are not arithmetic...) 2014-11-10 12:46:05 -02:00
ldo.c no need to ensure any stack space for panic function + some changes 2014-11-11 15:13:39 -02:00
ldo.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
ldump.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lfunc.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lfunc.h more precision between closure types ('LClosure' x 'CClosure') 2014-06-19 15:27:20 -03:00
lgc.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lgc.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
linit.c no more 'preloadedlibs' when opening libraries (as it is dead code now) 2014-12-09 13:00:17 -02:00
liolib.c avoid memory errors while a file is locked (when reading a line) 2014-11-21 10:17:33 -02:00
llex.c small bug (error of "chunk has too many lines" might use 't.token' 2014-11-14 14:06:09 -02:00
llex.h definition for 'LUA_ENV' moved from 'luaconf.h' to here (no need to 2014-10-29 13:38:24 -02:00
llimits.h comments (references to "ANSI C" changed to "ISO C", which is the 2014-11-02 17:33:33 -02:00
lmathlib.c cleaner test for overflow for range of 'math.random' 2014-11-07 09:31:58 -02:00
lmem.c comments (references to "ANSI C" changed to "ISO C", which is the 2014-11-02 17:33:33 -02:00
lmem.h avoid warnings in macro 'luaM_reallocv' + comments 2014-10-08 17:25:51 -03:00
loadlib.c uses return value from lua_getfield 2014-11-12 11:31:51 -02:00
lobject.c 'x//y' extended to floats 2014-11-21 10:15:57 -02:00
lobject.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lopcodes.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lopcodes.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
loslib.c new specifiers in 'strftime' are defined in C99 (not Posix) 2014-12-10 13:42:42 -02:00
lparser.c removed unneeded barrier ('from' must be white) 2014-11-27 16:41:43 -02:00
lparser.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lprefix.h Definitions for Lua code that must come before any other header file 2014-11-03 13:12:44 -02:00
lstate.c comments (references to "ANSI C" changed to "ISO C", which is the 2014-11-02 17:33:33 -02:00
lstate.h comments (a few extra quotes around identifiers) 2014-10-30 16:53:28 -02:00
lstring.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lstring.h type 'Udata' refers directly to structure inside the union (union 2014-07-18 11:46:47 -03:00
lstrlib.c new function 'string.packsize' 2014-12-10 09:36:03 -02:00
ltable.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
ltable.h size for array part of a table ('sizearray') changed from 'int' to 2014-09-04 15:15:29 -03:00
ltablib.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
ltests.c new parameter for testC instruction 'pcall' (error handler) 2014-12-10 09:30:51 -02:00
ltests.h redefinition of LUAI_MAXSTACK to make stack-overflow tests run faster 2014-12-09 15:17:40 -02:00
ltm.c 'x//y' extended to floats 2014-11-21 10:15:57 -02:00
ltm.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lua.c detail (use new returned value from 'lua_getglobal' ) 2014-11-11 17:41:27 -02:00
lua.h avoid octal numerals 2014-12-08 13:12:07 -02:00
luaconf.h macro 'LUA_C89_NUMBERS' makes a little easier to use C89 numerical types 2014-12-10 09:56:55 -02:00
lualib.h new library: utf8 2014-02-06 15:32:33 -02:00
lundump.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lundump.h more precision between closure types ('LClosure' x 'CClosure') 2014-06-19 15:27:20 -03:00
lutf8lib.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lvm.c 'x//y' extended to floats + more comments about module and floor 2014-11-21 10:15:00 -02:00
lvm.h details in comments 2014-08-01 14:24:02 -03:00
lzio.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lzio.h simpler way to create messages for errors in escape sequences 2014-01-31 13:14:22 -02:00
makefile removed repeated flags (-Wall/-Wdisabled-optimization) + removed flag 2014-11-05 11:02:26 -02:00