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 4c94d8cc2c new function "luaO_str2d" to convert strings to numbers, because 26 years ago
bugs "tonumber" goes crazy with negative numbers in other bases (not 10), 26 years ago
lapi.c small warnings 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 small corrections in comments 27 years ago
lbuffer.c small corrections in comments 27 years ago
lbuiltin.c reorder and rename of most functions, for better documentation. 26 years ago
lbuiltin.h Built-in functions 28 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
liolib.c new implementation of function "read", with predifined options. 26 years ago
llex.c new function "luaO_str2d" to convert strings to numbers, because 26 years ago
llex.h details ("luaX_token2str" doesn't need LexState) 27 years ago
lmathlib.c "_TRIGMODE" was still being declared. 27 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 new function "luaO_str2d" to convert strings to numbers, because 26 years ago
lobject.h new function "luaO_str2d" to convert strings to numbers, because 26 years ago
lopcodes.h details in comments 27 years ago
lparser.c better error message 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 hash tables may shrink if use rate is too small. 27 years ago
lstring.h support for strings with '\0' 27 years ago
lstrlib.c better behavior for "strsub" when indices are out-of-range 26 years ago
ltable.c small bug: nuse may change when table is rehashed; 27 years ago
ltable.h auxiliar functions "luaH_setint" & "luaH_getint". 27 years ago
ltm.c better error message 26 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 (for regularity) 26 years ago
luadebug.h new function "lua_nups" (number of upvalues). 27 years ago
lualib.h small corrections in comments 27 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 function "luaO_str2d" to convert strings to numbers, because 26 years ago
lvm.h new function "sort" + many small changes 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 new option "mode" in "readfrom", "writeto" and "appendto" (for 26 years ago