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 dea400bc1d "getstack" returns func, too. 26 years ago
bugs bug: "format" does not check size of format item (such as "%00000...00000d"). 26 years ago
lapi.c details ("settable") 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 "goto" for tail recursion changed to "while" 26 years ago
lbuiltin.h Built-in functions 28 years ago
ldblib.c "getstack" returns func, too. 26 years ago
ldo.c new implementation for error handling: on error, function _ERRORMESSAGE 27 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 "fileName" cannot be NULL 27 years ago
lgc.h first version of "lua_close" 27 years ago
linit.c initialization module (to load libraries) 26 years ago
liolib.c comments 26 years ago
llex.c to avoid warnings about "typecast" (Visual C++) 26 years ago
llex.h details ("luaX_token2str" doesn't need LexState) 27 years ago
lmathlib.c comments 26 years ago
lmem.c when debuging, blocks must be kept in double allignment. 27 years ago
lmem.h details (for regularity) 26 years ago
lobject.c details (comments) 26 years ago
lobject.h small improvements. 26 years ago
lopcodes.h details in comments 27 years ago
lparser.c to avoid warnings about "typecast" (Visual C++) 26 years ago
lparser.h "zio" now keeps its "name". 27 years ago
lstate.c API for functions to manipulate global state. 27 years ago
lstate.h "lua_state" is already declared in lua.h, which is included here. 27 years ago
lstring.c double hashing for string tables. 26 years ago
lstring.h support for strings with '\0' 27 years ago
lstrlib.c bug: "format" does not check size of format item (such as "%00000...00000d"). 26 years ago
ltable.c function "move" for tables is better implemented with some "inside 26 years ago
ltable.h function "move" for tables is better implemented with some "inside 26 years ago
ltm.c details (comments) 26 years ago
ltm.h small details by lint. 27 years ago
lua.c new library for debbuging 26 years ago
lua.h details (for regularity) 26 years ago
luadebug.h new function "lua_nups" (number of upvalues). 27 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 "%.16g" already formats integers as integers, so we do not need an 26 years ago
lvm.h details ("settable") 26 years ago
lzio.c to avoid warnings about "typecast" (Visual C++) 26 years ago
lzio.h details 27 years ago
makefile details 26 years ago
manual.tex new option "mode" in "readfrom", "writeto" and "appendto" (for 26 years ago