bugs
|
"But" -> "Bug" (misspelling)
|
15 years ago |
lapi.c
|
luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers,
|
15 years ago |
lapi.h
|
detail
|
16 years ago |
lauxlib.c
|
'luaL_tolstring' uses 'lua_tolstring' instead of 'lua_tostring' and
|
16 years ago |
lauxlib.h
|
'checkversion' implemented in the auxiliary library
|
16 years ago |
lbaselib.c
|
'collectgarbage"count"' returns a second argument with the count%1024.
|
15 years ago |
lbitlib.c
|
Standard library for bitwise operations
|
16 years ago |
lcode.c
|
"stange numbers" (-0 and NaN) also go to the constant table (as
|
15 years ago |
lcode.h
|
small optimization (reorder of BinOpr enum to unify some cases
|
16 years ago |
lctype.c
|
type of 'luai_ctype_' array changed to unsigned (safer for bitwise
|
16 years ago |
lctype.h
|
type of 'luai_ctype_' array changed to unsigned (safer for bitwise
|
16 years ago |
ldblib.c
|
small bug: debug.getfenv should check whether it has an argument
|
15 years ago |
ldebug.c
|
luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers,
|
15 years ago |
ldebug.h
|
'getline' renamed to 'getfuncline' (to avoid problems with POSIX)
|
16 years ago |
ldo.c
|
new way to control stack overflow, controling only total size of the stack
|
16 years ago |
ldo.h
|
new way to control stack overflow, controling only total size of the stack
|
16 years ago |
ldump.c
|
useless test removed (pointed by lint)
|
17 years ago |
lfunc.c
|
'luaM_freearray' does not need array type as argument
|
16 years ago |
lfunc.h
|
added LUAI_FUNC to functions not in the API
|
20 years ago |
lgc.c
|
bug: stack must be cleared until its end (including extra size) +
|
16 years ago |
lgc.h
|
new macro 'condmovestack' instead of 'condhardstacktests'
|
16 years ago |
linit.c
|
new module 'lbitlib.c' for bitwise operations
|
16 years ago |
liolib.c
|
closing a "popen" file returns the process exit status
|
16 years ago |
llex.c
|
hexadecimal escape sequences in strings + better error messages for
|
16 years ago |
llex.h
|
parser should not call 'luaX_lexerror'
|
17 years ago |
llimits.h
|
new way to control stack overflow, controling only total size of the stack
|
16 years ago |
lmathlib.c
|
'math.random' uses lua_Number to manage its arguments (there is no
|
16 years ago |
lmem.c
|
details
|
18 years ago |
lmem.h
|
'luaM_freearray' does not need array type as argument
|
16 years ago |
loadlib.c
|
avoid using 'UNUSED' (not defined outside the kernel)
|
16 years ago |
lobject.c
|
new function 'luaO_arith' to perform basic arithmetic operations
|
16 years ago |
lobject.h
|
new macro 'getproto'
|
16 years ago |
lopcodes.c
|
generic for coded as two dedicated instructions to simplify resumption
|
16 years ago |
lopcodes.h
|
better notes about some opcodes (comments only)
|
16 years ago |
loslib.c
|
by default, 'os.exit' closes current state
|
17 years ago |
lparser.c
|
test for 'fs' being NULL at the end of 'close_func' is useless ('fs'
|
15 years ago |
lparser.h
|
added structure for local-variable information to allow extra
|
17 years ago |
lstate.c
|
new way to control stack overflow, controling only total size of the stack
|
16 years ago |
lstate.h
|
new way to control stack overflow, controling only total size of the stack
|
16 years ago |
lstring.c
|
hash table for strings is rehashed in place
|
16 years ago |
lstring.h
|
added LUAI_FUNC to functions not in the API
|
20 years ago |
lstrlib.c
|
better treatment of integer formats in string.format
|
16 years ago |
ltable.c
|
luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers,
|
15 years ago |
ltable.h
|
luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers,
|
15 years ago |
ltablib.c
|
'lua_lessthan' replaced by more generic 'lua_compare'
|
16 years ago |
ltests.c
|
new macro 'getproto'
|
16 years ago |
ltests.h
|
several small improvements based on 'ci' being fixed now (including
|
16 years ago |
ltm.c
|
tables and strings respect __len metamethod
|
17 years ago |
ltm.h
|
tables and strings respect __len metamethod
|
17 years ago |
lua.c
|
avoid an unprotected call to 'lua_tostring' which theoretically may
|
15 years ago |
lua.h
|
new way to control stack overflow, controling only total size of the stack
|
16 years ago |
luaconf.h
|
detail (comment: 'correspoding' -> 'corresponding')
|
16 years ago |
lualib.h
|
new module 'lbitlib.c' for bitwise operations
|
16 years ago |
lundump.c
|
no more code checking
|
16 years ago |
lundump.h
|
new versions by lhf
|
19 years ago |
lvm.c
|
luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers,
|
15 years ago |
lvm.h
|
exports luaV_arith to be used by lua_arith
|
16 years ago |
lzio.c
|
small improvement
|
20 years ago |
lzio.h
|
new macro 'zungetc'
|
16 years ago |
makefile
|
new module 'lbitlib.c' for bitwise operations
|
16 years ago |