bugs
|
new bug: Resuming the running coroutine makes it unyieldable
|
11 years ago |
lapi.c
|
no more 'L' in macros "luai_num*" (several places that use those macros
|
11 years ago |
lapi.h
|
extra api checks for number of returns of C functions and for lua_yield
|
15 years ago |
lauxlib.c
|
insertion of ".0" in floats with integer values done by "luaL_tolstring",
|
11 years ago |
lauxlib.h
|
'arg' arguments (previously called 'narg', 'nArg', 'numArg', etc.)
|
11 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
|
C++ needs casts for arithmetic with enums
|
11 years ago |
lcode.h
|
first implementation of '<<', '>>', and '~' (bitwise not)
|
11 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
|
new library: utf8
|
11 years ago |
liolib.c
|
comment
|
11 years ago |
llex.c
|
UTF-8 encoding exported as format '%U' in 'lua_pushfstring'
|
11 years ago |
llex.h
|
first implementation of '<<', '>>', and '~' (bitwise not)
|
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
|
UTF-8 encoding exported as format '%U' in 'lua_pushfstring'
|
11 years ago |
lobject.h
|
UTF-8 encoding exported as format '%U' in 'lua_pushfstring'
|
11 years ago |
lopcodes.c
|
first implementation of '<<', '>>', and '~' (bitwise not)
|
11 years ago |
lopcodes.h
|
first implementation of '<<', '>>', and '~' (bitwise not)
|
11 years ago |
loslib.c
|
uses integers for time
|
12 years ago |
lparser.c
|
first implementation of '<<', '>>', and '~' (bitwise not)
|
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 explicit default options to string.pack/unpack functions
|
11 years ago |
ltable.c
|
no more 'L' in macros "luai_num*" (several places that use those macros
|
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
|
first implementation of '<<', '>>', and '~' (bitwise not)
|
11 years ago |
ltests.h
|
new macro 'luai_userstateclose' (to test it is being called correctly)
|
11 years ago |
ltm.c
|
first implementation of '<<', '>>', and '~' (bitwise not)
|
11 years ago |
ltm.h
|
first implementation of '<<', '>>', and '~' (bitwise not)
|
11 years ago |
lua.c
|
still accepts initial '=' for expressions, for compatibility with old
|
11 years ago |
lua.h
|
first implementation of '<<', '>>', and '~' (bitwise not)
|
11 years ago |
luaconf.h
|
no more 'L' in macros "luai_num*" (several places that use those macros
|
11 years ago |
lualib.h
|
new library: utf8
|
11 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 |
lutf8lib.c
|
added proper headers for a standard lib file
|
11 years ago |
lvm.c
|
insertion of ".0" in floats with integer values done by "luaL_tolstring",
|
11 years ago |
lvm.h
|
first implementation of '<<', '>>', and '~' (bitwise not)
|
11 years ago |
lzio.c
|
details (header comments)
|
13 years ago |
lzio.h
|
simpler way to create messages for errors in escape sequences
|
11 years ago |
makefile
|
new library: utf8
|
11 years ago |