bugs
|
added patches to two bugs
|
10 years ago |
lapi.c
|
macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter
|
10 years ago |
lapi.h
|
macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter
|
10 years ago |
lauxlib.c
|
detail ('luaL_getmetatable' does not return a boolean, but a tag)
|
10 years ago |
lauxlib.h
|
definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror'
|
10 years ago |
lbaselib.c
|
'ipairs' needs an argument
|
10 years ago |
lbitlib.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lcode.c
|
all "divisions" (div,idiv,mod) by zero are not folded, to avoid
|
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
|
bug: when manipulating other threads, there is no garanties about
|
10 years ago |
ldebug.c
|
macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter
|
10 years ago |
ldebug.h
|
better error message for bitwise operators (they are not arithmetic...)
|
10 years ago |
ldo.c
|
macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter
|
10 years ago |
ldo.h
|
`name' in comments changed to 'name'
|
10 years ago |
ldump.c
|
size of short strings stored in a single byte, to reduce the size
|
10 years ago |
lfunc.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lfunc.h
|
definition for 'MAXUPVAL' moved for a more "private" place and its
|
10 years ago |
lgc.c
|
avoid testing for NULL when marking objects that cannot be NULL
|
10 years ago |
lgc.h
|
`name' in comments changed to 'name'
|
10 years ago |
linit.c
|
includes 'stddef.h' (as it uses NULL)
|
10 years ago |
liolib.c
|
detail (use 'lua_pushliteral' to push an empty string)
|
10 years ago |
llex.c
|
detail (use 'luaS_newliteral' when possible)
|
10 years ago |
llex.h
|
definition for 'LUA_ENV' moved from 'luaconf.h' to here (no need to
|
10 years ago |
llimits.h
|
macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter
|
10 years ago |
lmathlib.c
|
bug: 'random' limit is 2^31-1, not RAND_MAX
|
10 years ago |
lmem.c
|
allocation function is not exactly API (and cannot raise errors
|
10 years ago |
lmem.h
|
details in 'luaM_reallocvchar'
|
10 years ago |
loadlib.c
|
detail ('fopen' needs 'stdio.h')
|
10 years ago |
lobject.c
|
macros 'luai_num*' (for float arithmetic operations) moved to
|
10 years ago |
lobject.h
|
new macros 'chgfltvalue'/'chgivalue' (numerical for loop does
|
10 years ago |
lopcodes.c
|
includes 'stddef.h' (as it uses NULL)
|
10 years ago |
lopcodes.h
|
`name' in comments changed to 'name'
|
10 years ago |
loslib.c
|
detail (no need to write 'double' in source)
|
10 years ago |
lparser.c
|
details
|
10 years ago |
lparser.h
|
`name' in comments changed to 'name'
|
10 years ago |
lprefix.h
|
does not define _XOPEN_SOURCE when LUA_USE_C89 is defined + defining
|
10 years ago |
lstate.c
|
new cache for interning strings
|
10 years ago |
lstate.h
|
new cache for interning strings
|
10 years ago |
lstring.c
|
new cache for interning strings
|
10 years ago |
lstring.h
|
new cache for interning strings
|
10 years ago |
lstrlib.c
|
detail
|
10 years ago |
ltable.c
|
'point2int' -> 'point2uint' (to reflect its actual result type)
|
10 years ago |
ltable.h
|
size for array part of a table ('sizearray') changed from 'int' to
|
10 years ago |
ltablib.c
|
better check for overflows in 'table.move' (removes restriction that
|
10 years ago |
ltests.c
|
size of short strings stored in a single byte, to reduce the size
|
10 years ago |
ltests.h
|
removed macro 'luai_numinvalidop' (main motivation removed, as folding
|
10 years ago |
ltm.c
|
'x//y' extended to floats
|
10 years ago |
ltm.h
|
`name' in comments changed to 'name'
|
10 years ago |
lua.c
|
line history keep lines without added 'return'
|
10 years ago |
lua.h
|
removed macro LUAI_FIRSTPSEUDOIDX (that stuff does not need
|
10 years ago |
luaconf.h
|
macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter
|
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
|
avoid using 'lua_pushliteral' in a non-zero-terminated string
|
10 years ago |
lvm.c
|
always use macros to operate on lua_Numbers
|
10 years ago |
lvm.h
|
'numisinteger' (for table keys) replaced by 'luaV_tointeger' (old
|
10 years ago |
lzio.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lzio.h
|
details in 'luaM_reallocvchar'
|
10 years ago |
makefile
|
detail (added -Wconversion as a comment, to be used ocasionally)
|
10 years ago |