bugs
|
smart use of varargs may create functions that return too
|
16 years ago |
lapi.c
|
new way to control stack overflow, controling only total size of the stack
|
16 years ago |
lapi.h
|
detail
|
16 years ago |
lauxlib.c
|
new way to control stack overflow, controling only total size of the stack
|
16 years ago |
lauxlib.h
|
'checkversion' implemented in the auxiliary library
|
16 years ago |
lbaselib.c
|
calls with LUA_MULTRET may leave no free slots in the stack
|
16 years ago |
lbitlib.c
|
Standard library for bitwise operations
|
16 years ago |
lcode.c
|
small optimization (reorder of BinOpr enum to unify some cases
|
16 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
|
'db_errorfb' changed to 'db_traceback' for consistency
|
16 years ago |
ldebug.c
|
'getline' renamed to 'getfuncline' (to avoid problems with POSIX)
|
16 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
|
new macro 'condmovestack' instead of 'condhardstacktests'
|
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
|
added "\n" at the end of 'package.config' (so that the string
|
16 years ago |
lobject.c
|
new function 'luaO_arith' to perform basic arithmetic operations
|
16 years ago |
lobject.h
|
new macro 'changenvalue'
|
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
|
small optimization (reorder of BinOpr enum to unify some cases
|
16 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
|
'luaM_freearray' does not need array type as argument
|
16 years ago |
ltable.h
|
emergency garbage collector (core forces a GC when allocation fails)
|
19 years ago |
ltablib.c
|
'lua_lessthan' replaced by more generic 'lua_compare'
|
16 years ago |
ltests.c
|
new way to control stack overflow, controling only total size of the stack
|
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
|
calls with LUA_MULTRET may leave no free slots in the stack
|
16 years ago |
lua.h
|
new way to control stack overflow, controling only total size of the stack
|
16 years ago |
luaconf.h
|
new way to control stack overflow, controling only total size of the stack
|
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
|
bug: 'luaV_settable' may invalidate a reference to a table and try
|
16 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 |