bugs
|
bug: Ephemeron table can wrongly collect entry with strong key
|
10 years ago |
lapi.c
|
details (match parameter names with lua.h and manual)
|
10 years ago |
lapi.h
|
removed unused parameter Ä'L' in macro 'api_check' and company
|
10 years ago |
lauxlib.c
|
uses return value from luaL_getmetatable
|
10 years ago |
lauxlib.h
|
definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror'
|
10 years ago |
lbaselib.c
|
removed unneeded test (result of b_str2int is already checked
|
10 years ago |
lbitlib.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lcode.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lcode.h
|
first implementation of '<<', '>>', and '~' (bitwise not)
|
11 years ago |
lcorolib.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lctype.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lctype.h
|
detail (cleaned whitespaces at end of lines)
|
14 years ago |
ldblib.c
|
using address key (light userdata) for hook table, instead of
|
10 years ago |
ldebug.c
|
details
|
10 years ago |
ldebug.h
|
better error message for bitwise operators (they are not arithmetic...)
|
10 years ago |
ldo.c
|
no need to ensure any stack space for panic function + some changes
|
10 years ago |
ldo.h
|
`name' in comments changed to 'name'
|
10 years ago |
ldump.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lfunc.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lfunc.h
|
more precision between closure types ('LClosure' x 'CClosure')
|
11 years ago |
lgc.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lgc.h
|
`name' in comments changed to 'name'
|
10 years ago |
linit.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
liolib.c
|
comments (references to "ANSI C" changed to "ISO C", which is the
|
10 years ago |
llex.c
|
small bug (error of "chunk has too many lines" might use 't.token'
|
10 years ago |
llex.h
|
definition for 'LUA_ENV' moved from 'luaconf.h' to here (no need to
|
10 years ago |
llimits.h
|
comments (references to "ANSI C" changed to "ISO C", which is the
|
10 years ago |
lmathlib.c
|
cleaner test for overflow for range of 'math.random'
|
10 years ago |
lmem.c
|
comments (references to "ANSI C" changed to "ISO C", which is the
|
10 years ago |
lmem.h
|
avoid warnings in macro 'luaM_reallocv' + comments
|
10 years ago |
loadlib.c
|
uses return value from lua_getfield
|
10 years ago |
lobject.c
|
no need to cast '*s' to unsigned char when we know it is a digit +
|
10 years ago |
lobject.h
|
`name' in comments changed to 'name'
|
10 years ago |
lopcodes.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lopcodes.h
|
`name' in comments changed to 'name'
|
10 years ago |
loslib.c
|
comments (references to "ANSI C" changed to "ISO C", which is the
|
10 years ago |
lparser.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lparser.h
|
`name' in comments changed to 'name'
|
10 years ago |
lprefix.h
|
Definitions for Lua code that must come before any other header file
|
10 years ago |
lstate.c
|
comments (references to "ANSI C" changed to "ISO C", which is the
|
10 years ago |
lstate.h
|
comments (a few extra quotes around identifiers)
|
10 years ago |
lstring.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lstring.h
|
type 'Udata' refers directly to structure inside the union (union
|
10 years ago |
lstrlib.c
|
detail (to avoid a "to avoid warnings" return)
|
10 years ago |
ltable.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
ltable.h
|
size for array part of a table ('sizearray') changed from 'int' to
|
10 years ago |
ltablib.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
ltests.c
|
allows calling luaL_checkstack with no message (in runC)
|
10 years ago |
ltests.h
|
deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.)
|
10 years ago |
ltm.c
|
detail (comment)
|
10 years ago |
ltm.h
|
`name' in comments changed to 'name'
|
10 years ago |
lua.c
|
detail (use new returned value from 'lua_getglobal' )
|
10 years ago |
lua.h
|
details (matching parameter names with manual)
|
10 years ago |
luaconf.h
|
'x//y' extended to floats + more comments about module and floor
|
10 years ago |
lualib.h
|
new library: utf8
|
11 years ago |
lundump.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lundump.h
|
more precision between closure types ('LClosure' x 'CClosure')
|
11 years ago |
lutf8lib.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lvm.c
|
'x//y' extended to floats + more comments about module and floor
|
10 years ago |
lvm.h
|
details in comments
|
10 years ago |
lzio.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lzio.h
|
simpler way to create messages for errors in escape sequences
|
11 years ago |
makefile
|
removed repeated flags (-Wall/-Wdisabled-optimization) + removed flag
|
10 years ago |