bugs
|
bug: memory-allocation error when resizing a table can leave it
|
7 years ago |
lapi.c
|
'lua_setiuservalue' removes value from the stack even in case of error
|
7 years ago |
lapi.h
|
back to 'CallInfo' (no gains with its removal)
|
7 years ago |
lauxlib.c
|
removed compatibility code with older versions
|
7 years ago |
lauxlib.h
|
removed compatibility code with older versions
|
7 years ago |
lbaselib.c
|
new experimental syntax using reserved word 'undef'
|
7 years ago |
lbitlib.c
|
module has been deprecated.
|
7 years ago |
lcode.c
|
FALLTHROUGH comment must be last "statement"
|
7 years ago |
lcode.h
|
new experimental syntax using reserved word 'undef'
|
7 years ago |
lcorolib.c
|
new API for 'lua_resume' + cleaning the uses of the 'extra' field in
|
7 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
|
added casts (warnings in VS)
|
7 years ago |
ldebug.c
|
two new fields 'fTransfer'/'nTransfer' in 'lua_Debug' structure
|
7 years ago |
ldebug.h
|
janitor work on casts
|
7 years ago |
ldo.c
|
details (avoid using non-C89 '//' comment)
|
7 years ago |
ldo.h
|
two new fields 'fTransfer'/'nTransfer' in 'lua_Debug' structure
|
7 years ago |
ldump.c
|
better names for macros for tags and types.
|
7 years ago |
lfunc.c
|
new type 'StackValue' for stack elements
|
7 years ago |
lfunc.h
|
using 'offsetof' to compute the size of parts of a structure
|
7 years ago |
lgc.c
|
FALLTHROUGH comment must be last "statement"
|
7 years ago |
lgc.h
|
more generic way to handle 'gclist'
|
7 years ago |
linit.c
|
removed compatibility code with older versions
|
7 years ago |
liolib.c
|
back to one format per argument
|
7 years ago |
ljumptab.h
|
details (avoid using non-C89 '//' comment)
|
7 years ago |
llex.c
|
new experimental syntax using reserved word 'undef'
|
7 years ago |
llex.h
|
new experimental syntax using reserved word 'undef'
|
7 years ago |
llimits.h
|
janitor work on casts
|
7 years ago |
lmathlib.c
|
avoid functions named 'pack'
|
7 years ago |
lmem.c
|
janitor work on casts
|
7 years ago |
lmem.h
|
janitor work on casts
|
7 years ago |
loadlib.c
|
removed compatibility code with older versions
|
7 years ago |
lobject.c
|
removed compatibility code with older versions
|
7 years ago |
lobject.h
|
better names for macros for tags and types.
|
7 years ago |
lopcodes.c
|
new experimental syntax using reserved word 'undef'
|
7 years ago |
lopcodes.h
|
new experimental syntax using reserved word 'undef'
|
7 years ago |
loslib.c
|
added 'return' to calls to 'luaL_error' (to signal to the compiler
|
8 years ago |
lparser.c
|
new experimental syntax using reserved word 'undef'
|
7 years ago |
lparser.h
|
new experimental syntax using reserved word 'undef'
|
7 years ago |
lprefix.h
|
does not define _XOPEN_SOURCE when LUA_USE_C89 is defined + defining
|
10 years ago |
lstate.c
|
'gcemergency' should be zero before any memory allocation
|
7 years ago |
lstate.h
|
added check in 'obj2gco' to prevent its use in non Lua-object pointers
|
7 years ago |
lstring.c
|
userdata can have multiple user values
|
7 years ago |
lstring.h
|
userdata can have multiple user values
|
7 years ago |
lstrlib.c
|
removed coercion string->number in bitwise operations
|
7 years ago |
ltable.c
|
better names for macros for tags and types.
|
7 years ago |
ltable.h
|
first version of empty entries in tables
|
7 years ago |
ltablib.c
|
avoid functions named 'pack'
|
7 years ago |
ltests.c
|
details (casts between 'lua_Number' and 'double')
|
7 years ago |
ltests.h
|
removed compatibility code with older versions
|
7 years ago |
ltm.c
|
metamethods for 'removekey'/'keyin'
|
7 years ago |
ltm.h
|
metamethods for 'removekey'/'keyin'
|
7 years ago |
lua.c
|
some extra goodies for 'readline'
|
7 years ago |
lua.h
|
both 'fTransfer' and 'nTransfer' may not fit in a 'char'
|
7 years ago |
luaconf.h
|
added definition for LUA_MAXUNSIGNED
|
7 years ago |
lualib.h
|
removed compatibility code with older versions
|
7 years ago |
lundump.c
|
using explicit tests for allocation overflow whenever possible
|
7 years ago |
lundump.h
|
long strings are created directly in final position when possible
|
9 years ago |
lutf8lib.c
|
added 'return' to calls to 'luaL_error' (to signal to the compiler
|
8 years ago |
lvm.c
|
cannot use 'defined' inside a macro +
|
7 years ago |
lvm.h
|
first version of empty entries in tables
|
7 years ago |
lzio.c
|
long strings are created directly in final position when possible
|
9 years ago |
lzio.h
|
long strings are created directly in final position when possible
|
9 years ago |
makefile
|
updated to use jump tables
|
7 years ago |