bugs
|
bug: Ephemeron table can wrongly collect entry with strong key
|
10 years ago |
lapi.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lapi.h
|
removed unused parameter Ä'L' in macro 'api_check' and company
|
10 years ago |
lauxlib.c
|
added include for 'lprefix.h', for stuff that must be added before
|
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
|
comments (references to "ANSI C" changed to "ISO C", which is the
|
10 years ago |
ldebug.h
|
detail (unknown lines are marked as -1, not 0)
|
11 years ago |
ldo.c
|
comments (references to "ANSI C" changed to "ISO C", which is the
|
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
|
added include for 'lprefix.h', for stuff that must be added before
|
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
|
using address instead of string for key for table 'CLIBS' in the
|
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
|
details (error messages)
|
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
|
when checking thread consistency, check its entire stack (always
|
10 years ago |
ltests.h
|
deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.)
|
10 years ago |
ltm.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
ltm.h
|
`name' in comments changed to 'name'
|
10 years ago |
lua.c
|
comments (references to "ANSI C" changed to "ISO C", which is the
|
10 years ago |
lua.h
|
detail (line break)
|
10 years ago |
luaconf.h
|
Windows uses "LONGLONG" option, even not having long long (it has __int64)
|
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
|
macro to change method of conversion from float to integer (make it
|
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 |