bugs
|
bug: __newindex metamethod may not work if metatable is its own
|
2011-08-17 17:38:51 -03:00 |
lapi.c
|
bug: __newindex metamethod may not work if metatable is its own
|
2011-08-17 17:26:47 -03: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
|
removed unused variable 'found' (in 'findfield') + removed legacy
|
2011-07-25 14:18:49 -03:00 |
lauxlib.h
|
declarations should be present only when implementations are
|
2011-06-16 11:10:12 -03:00 |
lbaselib.c
|
tonumber: base 10 is not special, no base is
|
2011-07-27 09:14:06 -03:00 |
lbitlib.c
|
typo in message
|
2011-06-20 13:35:23 -03:00 |
lcode.c
|
comments about use of 'luaH_set'
|
2011-08-15 16:41:58 -03:00 |
lcode.h
|
new instruction OP_LOADKX (to replace OP_LOADK with extra argument)
|
2011-04-07 15:14:12 -03:00 |
lcorolib.c
|
'nCcalls' should be local to each thread, as each thread may have its
|
2011-08-23 14:24:34 -03:00 |
lctype.c
|
resort to standard C ctype for non-ASCII systems
|
2011-06-24 09:25:33 -03:00 |
lctype.h
|
detail (cleaned whitespaces at end of lines)
|
2011-07-15 09:50:29 -03:00 |
ldblib.c
|
'luaL_findtable' -> 'luaL_getsubtable'
|
2011-04-08 16:17:36 -03:00 |
ldebug.c
|
new implementation for 'getobjname': first search for relevant
|
2011-08-12 17:01:44 -03:00 |
ldebug.h
|
stricter control (using tag variants) over closure kinds (Lua x C)
|
2011-06-02 16:31:40 -03:00 |
ldo.c
|
'nCcalls' should be local to each thread, as each thread may have its
|
2011-08-23 14:24:34 -03:00 |
ldo.h
|
removed export of function only for coco
|
2009-12-17 10:28:57 -02:00 |
ldump.c
|
changes by lhf (better control of chars x bytes)
|
2011-05-17 09:42:43 -03:00 |
lfunc.c
|
typo in comments
|
2010-06-30 11:11:17 -03:00 |
lfunc.h
|
'luaF_newLclosure' gets prototype of new closure as argument
|
2010-06-04 10:06:15 -03:00 |
lgc.c
|
macro 'checkconsistency' moved to this file, as it is used only
|
2011-05-05 16:42:25 -03:00 |
lgc.h
|
detail (cleaning trailing spaces)
|
2011-01-26 14:30:02 -02:00 |
linit.c
|
'luaL_findtable' -> 'luaL_getsubtable'
|
2011-04-08 16:17:36 -03:00 |
liolib.c
|
better error message when trying to open files
|
2011-08-02 15:00:01 -03:00 |
llex.c
|
comments about use of 'luaH_set'
|
2011-08-15 16:41:58 -03:00 |
llex.h
|
label syntax changed to ':🏷️:'
|
2011-06-20 13:52:48 -03:00 |
llimits.h
|
simpler 'luai_apicheck' (and avoids compilation error...)
|
2011-07-02 12:57:25 -03:00 |
lmathlib.c
|
removed and deprecated functions really removed from the code base
|
2011-07-05 09:49:35 -03:00 |
lmem.c
|
change in the relationship between totalbytes and GCdebt - luaM_realloc_
|
2010-12-20 17:40:07 -02:00 |
lmem.h
|
keep memory-error message in the global state, so that its use
|
2010-04-08 14:16:46 -03:00 |
loadlib.c
|
removed and deprecated functions really removed from the code base
|
2011-07-05 09:49:35 -03:00 |
lobject.c
|
refuse things like 'inf' or 'Nan' as numerals
|
2011-07-27 09:13:08 -03:00 |
lobject.h
|
NILCONSTANT also depends no endianess (with NaN trick)
|
2011-07-04 17:29:02 -03:00 |
lopcodes.c
|
change in opcode OP_LOADNIL: B is used as a counter instead of a
|
2011-04-19 13:22:13 -03:00 |
lopcodes.h
|
detail (cleaned whitespaces at end of lines)
|
2011-07-15 09:50:29 -03:00 |
loslib.c
|
comment
|
2011-06-20 13:50:59 -03:00 |
lparser.c
|
'nCcalls' should be local to each thread, as each thread may have its
|
2011-08-23 14:24:34 -03:00 |
lparser.h
|
reducing even more use of C stack by the parser: struct 'FuncState'
|
2011-07-27 15:09:01 -03:00 |
lstate.c
|
'nCcalls' should be local to each thread, as each thread may have its
|
2011-08-23 14:24:34 -03:00 |
lstate.h
|
'nCcalls' should be local to each thread, as each thread may have its
|
2011-08-23 14:24:34 -03:00 |
lstring.c
|
more complete (and hopefuly more correct) handling of 'sizeof(char)'
|
2011-05-03 13:01:57 -03:00 |
lstring.h
|
new macro 'eqstr'
|
2010-04-05 13:26:37 -03:00 |
lstrlib.c
|
'string.format' checks whether values for integer formats are
|
2011-08-09 17:58:29 -03:00 |
ltable.c
|
bug: __newindex metamethod may not work if metatable is its own
|
2011-08-17 17:26:47 -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
|
removed and deprecated functions really removed from the code base
|
2011-07-05 09:49:35 -03:00 |
ltests.c
|
'nCcalls' should be local to each thread, as each thread may have its
|
2011-08-23 14:24:34 -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
|
new option '-E' to avoid environment variables
|
2011-08-17 17:19:52 -03:00 |
lua.h
|
'nCcalls' should be local to each thread, as each thread may have its
|
2011-08-23 14:24:34 -03:00 |
luaconf.h
|
'M_IX86' -> '_M_IX86'
|
2011-07-25 14:20:47 -03:00 |
lualib.h
|
avoid use of 'ifdef/ifndef'; use 'defined' instead (simpler and
|
2011-05-25 11:12:28 -03:00 |
lundump.c
|
changes by lhf (better control of chars x bytes)
|
2011-05-17 09:42:43 -03:00 |
lundump.h
|
changes by lhf (better control of chars x bytes)
|
2011-05-17 09:42:43 -03:00 |
lvm.c
|
bug: __newindex metamethod may not work if metatable is its own
|
2011-08-17 17:26:47 -03:00 |
lvm.h
|
more uniform names for 'equalobj'-related functions
|
2011-05-31 15:27:56 -03:00 |
lzio.c
|
macro 'char2int' replaced by 'cast_uchar' (used by other files)
|
2011-07-15 09:35:32 -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 |