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 50248e440a "if" expression leaves only one of its expressions on the stack 26 years ago
bugs bug: "format" does not check size of format item (such as "%00000...00000d"). 26 years ago
lapi.c no need to define functions for macros... 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 no need to define functions for macros... 26 years ago
lbuiltin.h Built-in functions 28 years ago
ldblib.c "getstack" returns func, too. 26 years ago
ldo.c GC can be called during parsing, if needed. 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 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 "free" usually handles NULL; handle non ANSI case separately. 26 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 "if" expression leaves only one of its expressions on the stack 26 years ago
lparser.h "zio" now keeps its "name". 27 years ago
lstate.c new functions to manipulate C global variables 26 years ago
lstate.h "lua_state" is already declared in lua.h, which is included here. 27 years ago
lstring.c uses the same double hashing that is used for 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 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 names... 26 years ago
ltm.h names... 26 years ago
lua.c details 26 years ago
lua.h no need to define functions for macros... 26 years ago
luadebug.h new functions to manipulate C global variables 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 luaH_set does the set! 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