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 468fbdbde7 details 27 years ago
bugs arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int. 27 years ago
lapi.c name: lua_pushCclosure -> lua_pushcclosure. 27 years ago
lapi.h small corrections in comments 27 years ago
lauxlib.c small corrections in comments 27 years ago
lauxlib.h small corrections in comments 27 years ago
lbuffer.c small corrections in comments 27 years ago
lbuiltin.c "dostring" accepts chunk name. 27 years ago
lbuiltin.h Built-in functions 28 years ago
ldo.c "dostring" accepts chunk name. 27 years ago
ldo.h optimization: closures without upvalues don't need to be closures 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 better use of "ASSERT". 27 years ago
lgc.h first version of "lua_close" 27 years ago
liolib.c category for "setlocale" is given by name 27 years ago
llex.c "dostring" accepts chunk name. 27 years ago
llex.h small corrections in comments 27 years ago
lmathlib.c small corrections in comments 27 years ago
lmem.c small corrections in comments 27 years ago
lmem.h new scheme for buffers, centralized in auxlib. 27 years ago
lobject.c small corrections in comments 27 years ago
lobject.h "findname" moved from lobject.c to lauxlib.c (so libraries may use it). 27 years ago
lopcodes.h opcode "CLOSURE" gets the prototipe (instead of a previous pushconstant) 27 years ago
lparser.c NEW LL(1) PARSER 27 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 details 27 years ago
lstring.c small corrections in comments 27 years ago
lstring.h support for strings with '\0' 27 years ago
lstrlib.c details 27 years ago
ltable.c tables can become full of "emptys" slots, and keep growing without limits. 27 years ago
ltable.h small details by lint. 27 years ago
ltm.c "findname" moved from lobject.c to lauxlib.c (so libraries may use it). 27 years ago
ltm.h small details by lint. 27 years ago
lua.c interrupts lua loops with "^C" (via signals) 27 years ago
lua.h details 27 years ago
luadebug.h small corrections in comments 27 years ago
lualib.h small corrections in comments 27 years ago
lundump.c new version by lhf 27 years ago
lundump.h new version by lhf 27 years ago
lvm.c details. 27 years ago
lvm.h optimization: closures without upvalues don't need to be closures 27 years ago
lzio.c "zio" now keeps its "name". 27 years ago
lzio.h details 27 years ago
makefile details (dependencies) 27 years ago
manual.tex "dostring" accepts chunk name. 27 years ago