You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Roberto Ierusalimschy bf6d2ccf92 details 26 years ago
bugs format "%s" may break limit of "sprintf" on some machines. 26 years ago
lapi.c details 26 years ago
lapi.h small corrections in comments 27 years ago
lauxlib.c function "luaL_argerror" prints wrong argument number (from a user's point 27 years ago
lauxlib.h to avoid warnings about "typecast" (Visual C++) 26 years ago
lbuffer.c to avoid warnings about "typecast" (Visual C++) 26 years ago
lbuiltin.c details 26 years ago
lbuiltin.h Built-in functions 28 years ago
ldblib.c "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 26 years ago
ldo.c details 26 years ago
ldo.h auxiliar function "luaD_calln". 27 years ago
lfunc.c small corrections in comments 27 years ago
lfunc.h optimization: closures without upvalues don't need to be closures 27 years ago
lgc.c local names are all in the constant pool, so they do not need to be 26 years ago
lgc.h first version of "lua_close" 27 years ago
linit.c initialization module (to load libraries) 26 years ago
liolib.c Lua cannot have static variables. 26 years ago
llex.c "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 26 years ago
llex.h details ("luaX_token2str" doesn't need LexState) 27 years ago
lmathlib.c comments 26 years ago
lmem.c "free" usually handles NULL; handle non ANSI case separately. 26 years ago
lmem.h details (for regularity) 26 years ago
lobject.c details 26 years ago
lobject.h only parser uses MAX_WORD 26 years ago
lopcodes.h new name for opcode 26 years ago
lparser.c new name for opcode 26 years ago
lparser.h "zio" now keeps its "name". 27 years ago
lstate.c "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 26 years ago
lstate.h "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 26 years ago
lstring.c userdata and strings are kept in separate stringtables 26 years ago
lstring.h support for strings with '\0' 27 years ago
lstrlib.c details 26 years ago
ltable.c luaH_set does the set and protect its value; luaH_move can then be a 26 years ago
ltable.h luaH_set does the set, and protects its value, so luaH_move can be a 26 years ago
ltm.c "errorim" now is _ERRORMESSAGE. 26 years ago
ltm.h names... 26 years ago
lua.c "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 26 years ago
lua.h new year for Copyright. 26 years ago
luadebug.h "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 26 years ago
lualib.h new library for debbuging 26 years ago
lundump.c format for double is always "%g", do not need #defines 26 years ago
lundump.h details (for regularity) 26 years ago
lvm.c new name for opcode 26 years ago
lvm.h clearer way to set tables. 26 years ago
lzio.c to avoid warnings about "typecast" (Visual C++) 26 years ago
lzio.h details 27 years ago
makefile compile option EXTRALIB for builtin functions that can be written in Lua. 26 years ago
manual.tex details 26 years ago