A copy of the Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests or any other stuff. All communication should be through the Lua mailing list https://www.lua.org/lua-l.html https://lua.org
Find a file
2013-02-20 11:08:56 -03:00
bugs details (5.2 corrected to 5.2.0) 2013-02-07 13:57:47 -02:00
lapi.c added comment 2012-12-05 17:49:55 -02:00
lapi.h extra api checks for number of returns of C functions and for lua_yield 2009-11-27 13:37:59 -02:00
lauxlib.c error message for 'bad self' includes original 'extramsg' 2012-10-19 12:55:01 -03:00
lauxlib.h 'lua_load' has an extra argument 'mode' 2011-11-29 13:55:08 -02:00
lbaselib.c Bug: load/loadfile returns wrong result when given an environment 2012-12-03 18:18:02 -02:00
lbitlib.c typo in message 2011-06-20 13:35:23 -03:00
lcode.c remove of unecessary luaD_checkstack. (In some cases, C should 2012-08-16 14:34:28 -03:00
lcode.h 'luaK_goiffalse' exported 2011-08-30 13:26:41 -03:00
lcorolib.c wrong error message when 'coroutine.create' or 'coroutine.wrap' are 2012-04-27 15:59:04 -03:00
lctype.c missing 'LUA_CORE' definition 2011-10-03 13:19:23 -03:00
lctype.h detail (cleaned whitespaces at end of lines) 2011-07-15 09:50:29 -03:00
ldblib.c BUG: coroutine hooks were not collected together with coroutine 2012-01-19 18:14:44 -02:00
ldebug.c remove of unecessary luaD_checkstack. (In some cases, C should 2012-08-16 14:34:28 -03:00
ldebug.h new type 'l_noret' for function that do not return 2011-10-07 17:45:19 -03:00
ldo.c BUG: 'pcall' may not restore previous error function when 2012-10-01 11:05:04 -03:00
ldo.h 'lua_load' has an extra argument 'mode' 2011-11-29 13:55:08 -02:00
ldump.c "default: lua_assert(0)" in switches helps debugging + uses 2012-01-23 21:02:10 -02:00
lfunc.c open upvalues cannot be old if thread is not old; when thread is old, 2012-10-03 09:36:46 -03:00
lfunc.h no more 'Proto' objects on the stack. Protos are anchored on outer 2012-05-08 10:53:33 -03:00
lgc.c more precise control for GC pause (based on threshold) 2012-10-19 16:00:33 -03:00
lgc.h small bug: generational mode is always in 'propagate' mode only 2012-09-11 09:53:08 -03:00
linit.c 'luaL_findtable' -> 'luaL_getsubtable' 2011-04-08 16:17:36 -03:00
liolib.c '_fseeki64' and family not available in all Windows platforms 2011-11-25 10:50:03 -02:00
llex.c added some comments 2012-12-05 17:57:00 -02:00
llex.h more uses of 'l_noret' 2011-11-30 10:43:51 -02:00
llimits.h 'l_tg' was renamed to 'l_mathop' and this use was not corrected at 2013-02-20 11:08:56 -03:00
lmathlib.c small improvement in the support of 'float' as lua_Number 2013-01-29 14:00:40 -02:00
lmem.c removed debug code 2012-05-23 12:41:53 -03:00
lmem.h typo in comment 2013-02-20 11:08:21 -03:00
loadlib.c typos in comments 2012-05-30 09:33:44 -03:00
lobject.c 'l_tg' was renamed to 'l_mathop' and this use was not corrected at 2013-02-20 11:08:56 -03:00
lobject.h no more macro 'changenvalue' 2012-09-11 15:21:44 -03:00
lopcodes.c details (header comments) 2012-05-14 10:34:18 -03:00
lopcodes.h detail (cleaned whitespaces at end of lines) 2011-07-15 09:50:29 -03:00
loslib.c error message in 'os.rename' does not include file name, because error 2012-10-19 12:54:02 -03:00
lparser.c comments 2013-02-06 11:37:39 -02:00
lparser.h no more 'Proto' objects on the stack. Protos are anchored on outer 2012-05-08 10:53:33 -03:00
lstate.c cast in 'luai_makeseed' now casts to needed type 2012-10-02 14:40:53 -03:00
lstate.h comment 2012-07-02 10:37:04 -03:00
lstring.c detail 2013-01-08 12:06:55 -02:00
lstring.h random seed used in the hash of all strings to avoid intentional 2012-02-01 19:57:15 -02:00
lstrlib.c details (remove of some extra spaces) 2012-08-14 15:12:34 -03:00
ltable.c detail 2012-09-11 16:37:16 -03:00
ltable.h bug: __newindex metamethod may not work if metatable is its own 2011-08-17 17:26:47 -03:00
ltablib.c better error checking for 'table.insert' and 'table.remove' 2013-02-06 16:29:03 -02:00
ltests.c open upvalues cannot be old if thread is not old; when thread is old, 2012-10-03 09:36:46 -03:00
ltests.h 'module'/'luaL_register' and associates are deprecated 2010-07-28 12:51:59 -03:00
ltm.c stricter control (using tag variants) over closure kinds (Lua x C) 2011-06-02 16:31:40 -03:00
ltm.h small problems with 'luaone.c' 2011-02-28 14:32:10 -03:00
lua.c pops the string from 'get_prompt' only after using it 2012-09-29 17:07:06 -03:00
lua.h new release number + copyright year 2013-02-19 15:39:04 -03:00
luaconf.h small improvement in the support of 'float' as lua_Number 2013-01-29 14:00:40 -02:00
lualib.h removed redundant definition for FILEHANDLE 2011-12-08 10:11:37 -02:00
lundump.c no more 'Proto' objects on the stack. Protos are anchored on outer 2012-05-08 10:53:33 -03:00
lundump.h no more 'Proto' objects on the stack. Protos are anchored on outer 2012-05-08 10:53:33 -03:00
lvm.c remove of unecessary luaD_checkstack. (In some cases, C should 2012-08-16 14:34:28 -03:00
lvm.h detail 2013-01-08 12:06:55 -02:00
lzio.c details (header comments) 2012-05-14 10:34:18 -03:00
lzio.h no more 'zungetc' (better not to read next char) 2011-07-15 09:48:03 -03:00
makefile comments about some compiler options that should be tested once in a while 2011-07-04 13:10:15 -03:00