bugs
|
BUG: seg. fault when rawget/rawset get extra arguments
|
23 years ago |
lapi.c
|
`rawcall' -> `upcall' (unprotected call)
|
23 years ago |
lapi.h
|
`luaA_index' is a local macro now
|
23 years ago |
lauxlib.c
|
`rawcall' -> `upcall' (unprotected call)
|
23 years ago |
lauxlib.h
|
lua_load* defined in auxlib (and so renamed to luaL_load*)
|
23 years ago |
lbaselib.c
|
`rawcall' -> `upcall' (unprotected call)
|
23 years ago |
lcode.c
|
new fallback for equality `__eq'
|
23 years ago |
lcode.h
|
details
|
23 years ago |
ldblib.c
|
`rawcall' -> `upcall' (unprotected call)
|
23 years ago |
ldebug.c
|
new fallback for equality `__eq'
|
23 years ago |
ldebug.h
|
new format for error messages
|
23 years ago |
ldo.c
|
undump may return LUA_ERRRUN
|
23 years ago |
ldo.h
|
new format for error messages
|
23 years ago |
lfunc.c
|
precompiler may create functions without `lineinfo'
|
23 years ago |
lfunc.h
|
new implementation for lua upvalues (sugested by E.T.): simpler and solves
|
23 years ago |
lgc.c
|
`global' tables (registry, etc.) stored in proper place, not in the stack
|
23 years ago |
lgc.h
|
simpler way to collect userdata
|
23 years ago |
linit.c
|
obsolete module; not part of the oficial distribution
|
25 years ago |
liolib.c
|
warnings from other compilers
|
23 years ago |
llex.c
|
uses `isspace' to recognize space characters
|
23 years ago |
llex.h
|
new function `lua_vpushstr' to replace uses of `sprintf'
|
23 years ago |
llimits.h
|
new macro to check conditions on expression macros
|
23 years ago |
lmathlib.c
|
new names for standard libraries
|
23 years ago |
lmem.c
|
Lua now uses only `realloc' for all its memory management
|
23 years ago |
lmem.h
|
new way to handle errors
|
23 years ago |
lobject.c
|
new fallback for equality `__eq'
|
23 years ago |
lobject.h
|
new fallback for equality `__eq'
|
23 years ago |
lopcodes.c
|
new fallback __le (less equal), for partial order
|
23 years ago |
lopcodes.h
|
new fallback __le (less equal), for partial order
|
23 years ago |
lparser.c
|
new "local function"
|
23 years ago |
lparser.h
|
no more `global' declarations
|
23 years ago |
lstate.c
|
warnings from other compilers
|
23 years ago |
lstate.h
|
`global' tables (registry, etc.) stored in proper place, not in the stack
|
23 years ago |
lstring.c
|
support for `light' userdata + simpler support for `boxed' udata
|
23 years ago |
lstring.h
|
new macro to `fix' strings
|
23 years ago |
lstrlib.c
|
`rawcall' -> `upcall' (unprotected call)
|
23 years ago |
ltable.c
|
new fallback for equality `__eq'
|
23 years ago |
ltable.h
|
new `__newindex' eventfield
|
23 years ago |
ltablib.c
|
`rawcall' -> `upcall' (unprotected call)
|
23 years ago |
ltests.c
|
`rawcall' -> `upcall' (unprotected call)
|
23 years ago |
ltests.h
|
new macro to check conditions on expression macros
|
23 years ago |
ltm.c
|
new fallback for equality `__eq'
|
23 years ago |
ltm.h
|
new fallback for equality `__eq'
|
23 years ago |
lua.c
|
names & names
|
23 years ago |
lua.h
|
`rawcall' -> `upcall' (unprotected call)
|
23 years ago |
luadebug.h
|
debug interface uses `method' to describe calls like `a:foo()'
|
23 years ago |
lualib.h
|
new names for standard libraries
|
23 years ago |
lundump.c
|
avoid assignments to TObject access macros
|
23 years ago |
lundump.h
|
new versions from lhf
|
23 years ago |
lvm.c
|
avoid gotos when possible
|
23 years ago |
lvm.h
|
new fallback for equality `__eq'
|
23 years ago |
lzio.c
|
names & names
|
23 years ago |
lzio.h
|
names & names
|
23 years ago |
makefile
|
new macro to convert double->int
|
23 years ago |
manual.tex
|
on the way to 5.0
|
23 years ago |