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

Roberto Ierusalimschy 207dad8606 comments před 23 roky
bugs 9d2e454d6f BUG: seg. fault when rawget/rawset get extra arguments před 24 roky
lapi.c c16a35d669 `lua_stackspace' replaced by `lua_checkstack' před 23 roky
lapi.h 88c7b574cb `luaA_index' is a local macro now před 23 roky
lauxlib.c c16a35d669 `lua_stackspace' replaced by `lua_checkstack' před 23 roky
lauxlib.h d070506a25 new function luaL_errstr před 23 roky
lbaselib.c b0a5e156b8 no more maximum stack size před 23 roky
lcode.c bd8b9c94b3 generic for (with any number of control variables) před 23 roky
lcode.h bd8b9c94b3 generic for (with any number of control variables) před 23 roky
ldblib.c 86a4de256e no more lua_[gs]etstr před 23 roky
ldebug.c 71c716e5a8 avoid C identifiers beginning with '_' před 23 roky
ldebug.h 72659a0605 no more explicit support for wide-chars; too much troble... před 24 roky
ldo.c 71c716e5a8 avoid C identifiers beginning with '_' před 23 roky
ldo.h 653977a0ac callhook can be static před 23 roky
lfunc.c 8a1a512c64 lu_byte is enough for those fields (maxstack < 256) před 23 roky
lfunc.h 413fc7334b new implementation for lua upvalues (sugested by E.T.): simpler and solves před 24 roky
lgc.c 8f837e83b2 using `ci->top' to control acceptable indices in C calls před 23 roky
lgc.h e043b72a55 simpler way to collect userdata před 24 roky
linit.c fb55c96706 obsolete module; not part of the oficial distribution před 25 roky
liolib.c 252e01e398 `setlocale' may be used to query the current locale před 23 roky
llex.c 51ad2f1162 error message před 23 roky
llex.h e01f5e6809 better order of record fields for 64-bit machines před 23 roky
llimits.h 6658b9588f details před 23 roky
lmathlib.c 592a309177 tag system replaced by event tables před 24 roky
lmem.c 72659a0605 no more explicit support for wide-chars; too much troble... před 24 roky
lmem.h 72659a0605 no more explicit support for wide-chars; too much troble... před 24 roky
lobject.c 53aaee6ee6 comments před 23 roky
lobject.h 71c716e5a8 avoid C identifiers beginning with '_' před 23 roky
lopcodes.c bd8b9c94b3 generic for (with any number of control variables) před 23 roky
lopcodes.h bd8b9c94b3 generic for (with any number of control variables) před 23 roky
lparser.c bd8b9c94b3 generic for (with any number of control variables) před 23 roky
lparser.h e01f5e6809 better order of record fields for 64-bit machines před 23 roky
lstate.c 71c716e5a8 avoid C identifiers beginning with '_' před 23 roky
lstate.h 71c716e5a8 avoid C identifiers beginning with '_' před 23 roky
lstring.c d3651c1d88 `getstr' now gives const char * před 23 roky
lstring.h 72659a0605 no more explicit support for wide-chars; too much troble... před 24 roky
lstrlib.c c97dc294a9 first implementation of `gfind' před 23 roky
ltable.c bee86e23be `luaH_next' works like `next' + better hash for pointers před 23 roky
ltable.h 71c716e5a8 avoid C identifiers beginning with '_' před 23 roky
ltests.c 88c7b574cb `luaA_index' is a local macro now před 23 roky
ltests.h ecda9c1972 details před 23 roky
ltm.c 0056ed4135 better(?) order for types (nil == 0) před 23 roky
ltm.h b3bb0f132b new interface for weak modes před 24 roky
lua.c c36b5cc726 detail před 23 roky
lua.h c16a35d669 `lua_stackspace' replaced by `lua_checkstack' před 23 roky
luadebug.h 207dad8606 comments před 23 roky
lualib.h dd3a63c205 new way to handle `profiles' před 24 roky
lundump.c 72659a0605 no more explicit support for wide-chars; too much troble... před 24 roky
lundump.h 9f25df02d5 new definition for headers of binary files před 24 roky
lvm.c bd8b9c94b3 generic for (with any number of control variables) před 23 roky
lvm.h 6b0c38c2e7 `inline' of tonumber před 23 roky
lzio.c 72659a0605 no more explicit support for wide-chars; too much troble... před 24 roky
lzio.h dd3a63c205 new way to handle `profiles' před 24 roky
makefile 63e2d92123 no more -DOLD_ANSI option + details před 23 roky
manual.tex e966dd93be towards next version... před 23 roky