bugs
|
details (5.2 corrected to 5.2.0)
|
12 years ago |
lapi.c
|
added comment
|
12 years ago |
lapi.h
|
extra api checks for number of returns of C functions and for lua_yield
|
15 years ago |
lauxlib.c
|
error message for 'bad self' includes original 'extramsg'
|
12 years ago |
lauxlib.h
|
'lua_load' has an extra argument 'mode'
|
13 years ago |
lbaselib.c
|
Bug: load/loadfile returns wrong result when given an environment
|
12 years ago |
lbitlib.c
|
typo in message
|
14 years ago |
lcode.c
|
remove of unecessary luaD_checkstack. (In some cases, C should
|
12 years ago |
lcode.h
|
'luaK_goiffalse' exported
|
13 years ago |
lcorolib.c
|
wrong error message when 'coroutine.create' or 'coroutine.wrap' are
|
13 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
|
BUG: coroutine hooks were not collected together with coroutine
|
13 years ago |
ldebug.c
|
remove of unecessary luaD_checkstack. (In some cases, C should
|
12 years ago |
ldebug.h
|
new type 'l_noret' for function that do not return
|
13 years ago |
ldo.c
|
BUG: 'pcall' may not restore previous error function when
|
12 years ago |
ldo.h
|
'lua_load' has an extra argument 'mode'
|
13 years ago |
ldump.c
|
"default: lua_assert(0)" in switches helps debugging + uses
|
13 years ago |
lfunc.c
|
open upvalues cannot be old if thread is not old; when thread is old,
|
12 years ago |
lfunc.h
|
no more 'Proto' objects on the stack. Protos are anchored on outer
|
13 years ago |
lgc.c
|
more precise control for GC pause (based on threshold)
|
12 years ago |
lgc.h
|
small bug: generational mode is always in 'propagate' mode only
|
12 years ago |
linit.c
|
'luaL_findtable' -> 'luaL_getsubtable'
|
14 years ago |
liolib.c
|
'_fseeki64' and family not available in all Windows platforms
|
13 years ago |
llex.c
|
added some comments
|
12 years ago |
llex.h
|
more uses of 'l_noret'
|
13 years ago |
llimits.h
|
small improvement in the support of 'float' as lua_Number
|
12 years ago |
lmathlib.c
|
small improvement in the support of 'float' as lua_Number
|
12 years ago |
lmem.c
|
removed debug code
|
13 years ago |
lmem.h
|
typo in comment
|
12 years ago |
loadlib.c
|
typos in comments
|
13 years ago |
lobject.c
|
small improvement in the support of 'float' as lua_Number
|
12 years ago |
lobject.h
|
no more macro 'changenvalue'
|
12 years ago |
lopcodes.c
|
details (header comments)
|
13 years ago |
lopcodes.h
|
detail (cleaned whitespaces at end of lines)
|
14 years ago |
loslib.c
|
error message in 'os.rename' does not include file name, because error
|
12 years ago |
lparser.c
|
comments
|
12 years ago |
lparser.h
|
no more 'Proto' objects on the stack. Protos are anchored on outer
|
13 years ago |
lstate.c
|
cast in 'luai_makeseed' now casts to needed type
|
12 years ago |
lstate.h
|
comment
|
13 years ago |
lstring.c
|
detail
|
12 years ago |
lstring.h
|
random seed used in the hash of all strings to avoid intentional
|
13 years ago |
lstrlib.c
|
details (remove of some extra spaces)
|
12 years ago |
ltable.c
|
detail
|
12 years ago |
ltable.h
|
bug: __newindex metamethod may not work if metatable is its own
|
13 years ago |
ltablib.c
|
better error checking for 'table.insert' and 'table.remove'
|
12 years ago |
ltests.c
|
open upvalues cannot be old if thread is not old; when thread is old,
|
12 years ago |
ltests.h
|
'module'/'luaL_register' and associates are deprecated
|
14 years ago |
ltm.c
|
stricter control (using tag variants) over closure kinds (Lua x C)
|
14 years ago |
ltm.h
|
small problems with 'luaone.c'
|
14 years ago |
lua.c
|
pops the string from 'get_prompt' only after using it
|
12 years ago |
lua.h
|
new release number + copyright year
|
12 years ago |
luaconf.h
|
small improvement in the support of 'float' as lua_Number
|
12 years ago |
lualib.h
|
removed redundant definition for FILEHANDLE
|
13 years ago |
lundump.c
|
no more 'Proto' objects on the stack. Protos are anchored on outer
|
13 years ago |
lundump.h
|
no more 'Proto' objects on the stack. Protos are anchored on outer
|
13 years ago |
lvm.c
|
remove of unecessary luaD_checkstack. (In some cases, C should
|
12 years ago |
lvm.h
|
detail
|
12 years ago |
lzio.c
|
details (header comments)
|
13 years ago |
lzio.h
|
no more 'zungetc' (better not to read next char)
|
14 years ago |
makefile
|
comments about some compiler options that should be tested once in a while
|
14 years ago |