Go to file
Roberto Ierusalimschy 28fdbcf393 added include for 'lprefix.h', for stuff that must be added before
any other header file
2014-11-02 17:19:04 -02:00
bugs bug: Ephemeron table can wrongly collect entry with strong key 2014-09-01 13:56:01 -03:00
lapi.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lapi.h removed unused parameter Ä'L' in macro 'api_check' and company 2014-07-15 18:26:50 -03:00
lauxlib.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lauxlib.h definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror' 2014-10-29 14:12:30 -02:00
lbaselib.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -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 added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -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 added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
ldebug.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
ldebug.h detail (unknown lines are marked as -1, not 0) 2014-02-25 11:31:16 -03:00
ldo.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -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 added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
liolib.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
llex.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -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 configurations for types 'lu_mem'/'l_mem'/'Instruction' moved to here 2014-10-29 15:07:45 -02:00
lmathlib.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lmem.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lmem.h avoid warnings in macro 'luaM_reallocv' + comments 2014-10-08 17:25:51 -03:00
loadlib.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lobject.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -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 added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lparser.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lparser.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lstate.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -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 added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -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 added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
ltests.h deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) 2014-10-01 08:54:56 -03:00
ltm.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
ltm.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lua.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lua.h 'lua_stringtonum' -> 'lua_stringtonumber' 2014-10-17 16:17:55 -03:00
luaconf.h default changed from C89 to C99 + extra tests before using C99 2014-10-30 16:50:03 -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 added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -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 changed macro for compatibility options + details 2014-06-18 10:24:01 -03:00