bugs
|
"But" -> "Bug" (misspelling)
|
15 years ago |
lapi.c
|
new functions to identify and join upvalues
|
15 years ago |
lapi.h
|
API checks now have explanatory messages
|
15 years ago |
lauxlib.c
|
new function lua_copy
|
15 years ago |
lauxlib.h
|
'checkversion' implemented in the auxiliary library
|
16 years ago |
lbaselib.c
|
no more one environment per thread: all threads share a single global
|
15 years ago |
lbitlib.c
|
Standard library for bitwise operations
|
16 years ago |
lcode.c
|
limit of constants per function changed to 2^26 using extra arguments
|
15 years ago |
lcode.h
|
limit of constants per function changed to 2^26 using extra arguments
|
15 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
|
new functions to identify and join upvalues
|
15 years ago |
ldebug.c
|
two small bugs: 'debug.getinfo' did not consider negative indices as out
|
15 years ago |
ldebug.h
|
'getline' renamed to 'getfuncline' (to avoid problems with POSIX)
|
16 years ago |
ldo.c
|
no more one environment per thread: all threads share a single global
|
15 years ago |
ldo.h
|
new way to control stack overflow, controling only total size of the stack
|
16 years ago |
ldump.c
|
first implementation of lexical environments
|
15 years ago |
lfunc.c
|
first implementation of lexical environments
|
15 years ago |
lfunc.h
|
added LUAI_FUNC to functions not in the API
|
20 years ago |
lgc.c
|
no more one environment per thread: all threads share a single global
|
15 years ago |
lgc.h
|
new macro 'condmovestack' instead of 'condhardstacktests'
|
16 years ago |
linit.c
|
details + comments
|
15 years ago |
liolib.c
|
"file:write" returns "file" in case of success
|
15 years ago |
llex.c
|
hexadecimal escape sequences in strings + better error messages for
|
16 years ago |
llex.h
|
parser keeps list of active local variables in a single dynamic array,
|
15 years ago |
llimits.h
|
API checks now have explanatory messages
|
15 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
|
new function lua_copy
|
15 years ago |
lobject.c
|
new function 'luaO_arith' to perform basic arithmetic operations
|
16 years ago |
lobject.h
|
first implementation of lexical environments
|
15 years ago |
lopcodes.c
|
generic for coded as two dedicated instructions to simplify resumption
|
16 years ago |
lopcodes.h
|
comment explaining OP_VARARG was wrong (and corresponding code was not
|
15 years ago |
loslib.c
|
correct way to check arguments to 'strftime'
|
15 years ago |
lparser.c
|
better documentation for constructor syntax
|
15 years ago |
lparser.h
|
parser keeps list of active local variables in a single dynamic array,
|
15 years ago |
lstate.c
|
no more one environment per thread: all threads share a single global
|
15 years ago |
lstate.h
|
no more one environment per thread: all threads share a single global
|
15 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
|
new hash for doubles based on frexp, to avoid low-level tricks
|
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
|
no more one environment per thread: all threads share a single global
|
15 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 functions to identify and join upvalues
|
15 years ago |
luaconf.h
|
new hash for doubles based on frexp, to avoid low-level tricks
|
15 years ago |
lualib.h
|
new module 'lbitlib.c' for bitwise operations
|
16 years ago |
lundump.c
|
first implementation of lexical environments
|
15 years ago |
lundump.h
|
new versions by lhf
|
19 years ago |
lvm.c
|
comment explaining OP_VARARG was wrong (and corresponding code was not
|
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 |