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 5ef1989c4b "settag" returns its first argument. 27 years ago
bugs tables can become full of "emptys" slots, and keep growing without limits. 27 years ago
lapi.c usefull macros also available as functions 27 years ago
lapi.h auxiliar functions from Lua API 28 years ago
lauxlib.c luaL_arg_check now is inlined 27 years ago
lauxlib.h luaL_arg_check now is inlined 27 years ago
lbuffer.c Generic buffer facilities for Lua (and libraries) 27 years ago
lbuiltin.c "settag" returns its first argument. 27 years ago
lbuiltin.h Built-in functions 28 years ago
ldo.c put back quotes (") when string in dostring ends with a \n 27 years ago
ldo.h optimization: closures without upvalues don't need to be closures 27 years ago
lfunc.c optimization: closures without upvalues don't need to be closures 27 years ago
lfunc.h optimization: closures without upvalues don't need to be closures 27 years ago
lgc.c MAX_WORD should not be bigger than MAX_INT 27 years ago
lgc.h first version of "lua_close" 27 years ago
liolib.c back to upavalues as extra arguments for C closures; this way it's 27 years ago
llex.c implementation of numerical escape sequences in strings ("\12"); 27 years ago
llex.h details 27 years ago
lmathlib.c "rand()", in SunOS, may return values bigger than "RAND_MAX"... 27 years ago
lmem.c new scheme for buffers, centralized in auxlib. 27 years ago
lmem.h new scheme for buffers, centralized in auxlib. 27 years ago
lobject.c small optimizations in switch order 27 years ago
lobject.h MAX_WORD should not be bigger than MAX_INT 27 years ago
lopcodes.h new way to hanlde arg information 27 years ago
lparser.h "zio" now keeps its "name". 27 years ago
lstate.c new scheme for buffers, centralized in auxlib. 27 years ago
lstate.h details 27 years ago
lstring.c tables can become full of "emptys" slots, and keep growing without limits. 27 years ago
lstring.h first version of "lua_close" 27 years ago
lstrlib.c bug: format size limits with little problems 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 LUA_COMPAT2.5 may use #ifdef instead of #if 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 usefull macros also available as functions 27 years ago
lua.stx better error messages for wrong tokens 27 years ago
luadebug.h Debuging API 28 years ago
lualib.h new scheme for buffers, centralized in auxlib. 27 years ago
lundump.c module to load bytecodes from files. 27 years ago
lundump.h module to load bytecodes from files. 27 years ago
lvm.c "strcoll" may not exist in ond ansi machines 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 27 years ago
manual.tex details 27 years ago