bugs
|
new bug: Resuming the running coroutine makes it unyieldable
|
11 years ago |
lapi.c
|
detail ('ttisuserdata' renamed to 'ttisfulluserdata')
|
11 years ago |
lapi.h
|
extra api checks for number of returns of C functions and for lua_yield
|
15 years ago |
lauxlib.c
|
no need to check "bad conversion number->int;" in luaL_checkversion,
|
12 years ago |
lauxlib.h
|
no need to check "bad conversion number->int;" in luaL_checkversion,
|
12 years ago |
lbaselib.c
|
GC local pause configurable
|
11 years ago |
lbitlib.c
|
avoid undefined shift of LUA_NBITS in rotate operation
|
11 years ago |
lcode.c
|
integer exponentiation with negative exponent is invalid
|
11 years ago |
lcode.h
|
new operation '//' (integer division)
|
12 years ago |
lcorolib.c
|
added 'return' (when possible) to calls to error functions
|
12 years ago |
lctype.c
|
missing 'LUA_CORE' definition
|
13 years ago |
lctype.h
|
detail (cleaned whitespaces at end of lines)
|
14 years ago |
ldblib.c
|
'debug.subtype' -> 'math.type' (to distinguish integers and floats)
|
11 years ago |
ldebug.c
|
'lua_sethook' returns void
|
11 years ago |
ldebug.h
|
correct error message for conversion errors from float to int
|
12 years ago |
ldo.c
|
bug: attempting to resume the running coroutine makes it unyieldable
|
11 years ago |
ldo.h
|
'lua_load' has an extra argument 'mode'
|
13 years ago |
ldump.c
|
dumping and undumping integers
|
12 years ago |
lfunc.c
|
'luaC_newobj' does not handle special cases; only special case
|
11 years ago |
lfunc.h
|
type of 'refcount' changed to lu_mem (to ensure there will be no
|
11 years ago |
lgc.c
|
details
|
11 years ago |
lgc.h
|
detail (setmetatable do not need to use a back GC barrier)
|
11 years ago |
linit.c
|
'luaL_findtable' -> 'luaL_getsubtable'
|
14 years ago |
liolib.c
|
'io.write' writes integers directly (and correctly)
|
12 years ago |
llex.c
|
bug (GC can collect long identifier during parser) + change (using
|
11 years ago |
llex.h
|
bug (GC can collect long identifier during parser) + change (using
|
11 years ago |
llimits.h
|
initial size of string table (MINSTRTABSIZE) should be large enough
|
11 years ago |
lmathlib.c
|
'debug.subtype' -> 'math.type' (to distinguish integers and floats)
|
11 years ago |
lmem.c
|
removed debug code
|
13 years ago |
lmem.h
|
typo in comment
|
12 years ago |
loadlib.c
|
detail (changing some names of macros)
|
11 years ago |
lobject.c
|
integer exponentiation with negative exponent is invalid
|
11 years ago |
lobject.h
|
detail ('ttisuserdata' renamed to 'ttisfulluserdata')
|
11 years ago |
lopcodes.c
|
new operation '//' (integer division)
|
12 years ago |
lopcodes.h
|
new operation '//' (integer division)
|
12 years ago |
loslib.c
|
uses integers for time
|
12 years ago |
lparser.c
|
bug (GC can collect long identifier during parser) + change (using
|
11 years ago |
lparser.h
|
bug (GC can collect long identifier during parser) + change (using
|
11 years ago |
lstate.c
|
bug: should call 'luai_userstateclose' only when 'luai_userstateopen'
|
11 years ago |
lstate.h
|
CallInfo lists shrinks together with their associated stacks
|
11 years ago |
lstring.c
|
check for shrinking string table done only at the end of a GC cycle
|
11 years ago |
lstring.h
|
"fixed" objects kept in a separated list (instead of being kept in
|
11 years ago |
lstrlib.c
|
added "reasonable" limit for 'string.rep' (otherwise it is too easy
|
12 years ago |
ltable.c
|
'luaC_newobj' does not handle special cases; only special case
|
11 years ago |
ltable.h
|
bug (GC can collect long identifier during parser) + change (using
|
11 years ago |
ltablib.c
|
no need to handle 0 as a special case in 'table.remove'
|
12 years ago |
ltests.c
|
new names and better order for GC states (sweep first lists that
|
11 years ago |
ltests.h
|
new macro 'luai_userstateclose' (to test it is being called correctly)
|
11 years ago |
ltm.c
|
upvalues collected by reference count
|
11 years ago |
ltm.h
|
new function 'luaT_trybinTM'
|
12 years ago |
lua.c
|
new "calculator mode"; no need to add '=' to print expressions
|
11 years ago |
lua.h
|
'lua_sethook' returns void
|
11 years ago |
luaconf.h
|
details (comments)
|
11 years ago |
lualib.h
|
removed redundant definition for FILEHANDLE
|
13 years ago |
lundump.c
|
added 'local' bit (true => object is only refered by local variables)
|
11 years ago |
lundump.h
|
no more 'Proto' objects on the stack. Protos are anchored on outer
|
13 years ago |
lvm.c
|
integer exponentiation with negative exponent is invalid
|
11 years ago |
lvm.h
|
integer exponentiation with negative exponent is invalid
|
11 years ago |
lzio.c
|
details (header comments)
|
13 years ago |
lzio.h
|
details ('Type* id' -> 'Type *id')
|
12 years ago |
makefile
|
reorganization of warnings + update of explicit dependencies (gcc -MM)
|
12 years ago |