Mirror of the amazing lua scripting language
#lua #script #scripting #script-engine #embed #embedded #script-language

Roberto Ierusalimschy 1ce6cb6032 no more option `*u' in read (too complex) %!s(int64=23) %!d(string=hai) anos
bugs 9d2e454d6f BUG: seg. fault when rawget/rawset get extra arguments %!s(int64=24) %!d(string=hai) anos
lapi.c 237969724f support for `light' userdata + simpler support for `boxed' udata %!s(int64=23) %!d(string=hai) anos
lapi.h 88c7b574cb `luaA_index' is a local macro now %!s(int64=23) %!d(string=hai) anos
lauxlib.c f438d00ef3 correct #args for calls with self (a:foo(...)) %!s(int64=23) %!d(string=hai) anos
lauxlib.h cd99bbcd0d better support for new libraries %!s(int64=23) %!d(string=hai) anos
lbaselib.c 8e1e618606 `baselib' splited in `baselib' and `tablib' %!s(int64=23) %!d(string=hai) anos
lcode.c f1f271ae76 details %!s(int64=23) %!d(string=hai) anos
lcode.h f1f271ae76 details %!s(int64=23) %!d(string=hai) anos
ldblib.c 018e50ad7f use addresses as keys to hooks %!s(int64=23) %!d(string=hai) anos
ldebug.c 6c7334a9ac line trace uses `savedpc' to save last `pc' seen %!s(int64=23) %!d(string=hai) anos
ldebug.h 6c7334a9ac line trace uses `savedpc' to save last `pc' seen %!s(int64=23) %!d(string=hai) anos
ldo.c f1f271ae76 details %!s(int64=23) %!d(string=hai) anos
ldo.h 801aaf37b1 simpler implementation for line information %!s(int64=23) %!d(string=hai) anos
lfunc.c 801aaf37b1 simpler implementation for line information %!s(int64=23) %!d(string=hai) anos
lfunc.h 413fc7334b new implementation for lua upvalues (sugested by E.T.): simpler and solves %!s(int64=24) %!d(string=hai) anos
lgc.c 237969724f support for `light' userdata + simpler support for `boxed' udata %!s(int64=23) %!d(string=hai) anos
lgc.h e043b72a55 simpler way to collect userdata %!s(int64=24) %!d(string=hai) anos
linit.c fb55c96706 obsolete module; not part of the oficial distribution %!s(int64=25) %!d(string=hai) anos
liolib.c 1ce6cb6032 no more option `*u' in read (too complex) %!s(int64=23) %!d(string=hai) anos
llex.c 51ad2f1162 error message %!s(int64=23) %!d(string=hai) anos
llex.h e01f5e6809 better order of record fields for 64-bit machines %!s(int64=23) %!d(string=hai) anos
llimits.h 81215cd59f simpler way to control stack overflow %!s(int64=23) %!d(string=hai) anos
lmathlib.c a2e414d679 `pow' must be global (as the implementation of '^') %!s(int64=23) %!d(string=hai) anos
lmem.c 72659a0605 no more explicit support for wide-chars; too much troble... %!s(int64=24) %!d(string=hai) anos
lmem.h 72659a0605 no more explicit support for wide-chars; too much troble... %!s(int64=24) %!d(string=hai) anos
lobject.c 237969724f support for `light' userdata + simpler support for `boxed' udata %!s(int64=23) %!d(string=hai) anos
lobject.h 237969724f support for `light' userdata + simpler support for `boxed' udata %!s(int64=23) %!d(string=hai) anos
lopcodes.c f1f271ae76 details %!s(int64=23) %!d(string=hai) anos
lopcodes.h 7b65328c8e new semantics for `generic for' (with state) %!s(int64=23) %!d(string=hai) anos
lparser.c 11c63bc3af error in calls signalled in first line (instead of last) %!s(int64=23) %!d(string=hai) anos
lparser.h 801aaf37b1 simpler implementation for line information %!s(int64=23) %!d(string=hai) anos
lstate.c 63a614e145 some improvements in stack control %!s(int64=23) %!d(string=hai) anos
lstate.h 6c7334a9ac line trace uses `savedpc' to save last `pc' seen %!s(int64=23) %!d(string=hai) anos
lstring.c 237969724f support for `light' userdata + simpler support for `boxed' udata %!s(int64=23) %!d(string=hai) anos
lstring.h 72659a0605 no more explicit support for wide-chars; too much troble... %!s(int64=24) %!d(string=hai) anos
lstrlib.c 13ab5a6bb1 details %!s(int64=23) %!d(string=hai) anos
ltable.c 237969724f support for `light' userdata + simpler support for `boxed' udata %!s(int64=23) %!d(string=hai) anos
ltable.h 71c716e5a8 avoid C identifiers beginning with '_' %!s(int64=23) %!d(string=hai) anos
ltablib.c af4721f7a3 library with table manipulation functions %!s(int64=23) %!d(string=hai) anos
ltests.c 237969724f support for `light' userdata + simpler support for `boxed' udata %!s(int64=23) %!d(string=hai) anos
ltests.h ecda9c1972 details %!s(int64=23) %!d(string=hai) anos
ltm.c 237969724f support for `light' userdata + simpler support for `boxed' udata %!s(int64=23) %!d(string=hai) anos
ltm.h b3bb0f132b new interface for weak modes %!s(int64=24) %!d(string=hai) anos
lua.c 8e1e618606 `baselib' splited in `baselib' and `tablib' %!s(int64=23) %!d(string=hai) anos
lua.h 237969724f support for `light' userdata + simpler support for `boxed' udata %!s(int64=23) %!d(string=hai) anos
luadebug.h 93bcb65a9b debug interface uses `method' to describe calls like `a:foo()' %!s(int64=23) %!d(string=hai) anos
lualib.h 8e1e618606 `baselib' splited in `baselib' and `tablib' %!s(int64=23) %!d(string=hai) anos
lundump.c 801aaf37b1 simpler implementation for line information %!s(int64=23) %!d(string=hai) anos
lundump.h 9f25df02d5 new definition for headers of binary files %!s(int64=24) %!d(string=hai) anos
lvm.c 6c7334a9ac line trace uses `savedpc' to save last `pc' seen %!s(int64=23) %!d(string=hai) anos
lvm.h 938092489b erroneous objects may not live in the stack %!s(int64=23) %!d(string=hai) anos
lzio.c 72659a0605 no more explicit support for wide-chars; too much troble... %!s(int64=24) %!d(string=hai) anos
lzio.h dd3a63c205 new way to handle `profiles' %!s(int64=24) %!d(string=hai) anos
makefile 0b00e7f1a2 new macro to convert double->int %!s(int64=23) %!d(string=hai) anos
manual.tex e966dd93be towards next version... %!s(int64=23) %!d(string=hai) anos