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 d56e3a6481 "locale" support + better uniformity in formating 28 years ago
auxlib.c function name is only needed *if* there is an error. 28 years ago
auxlib.h first implementation of "$if"; 28 years ago
fallback.c new #define LUA_COMPAT2_5 to select "compatibility mode". 28 years ago
fallback.h small optimization in the access to i.m. table. 28 years ago
func.c luaI_initTFunc initializes fileName. 28 years ago
func.h new implementation of gc: "Pre-collect" garbage in temporary lists and 28 years ago
hash.c new implementation of gc: "Pre-collect" garbage in temporary lists and 28 years ago
hash.h new implementation of gc: "Pre-collect" garbage in temporary lists and 28 years ago
inout.c for security reasons, one cannot change the tag of a udata 28 years ago
inout.h setparsedfile is extern; luaz_... changed to luaZ_... 28 years ago
iolib.c LOCALE support 28 years ago
lex.c LOCALE support 28 years ago
lex.h using "zio" for parsing Lua code. 28 years ago
lua.c LOCALE support 28 years ago
lua.h new #define LUA_COMPAT2_5 to select "compatibility mode". 28 years ago
lua.stx luaI_initTFunc initializes fileName. 28 years ago
luadebug.h hook variables are global, no more "lua_set...hook" functions. 29 years ago
lualib.h new (internal?) functions to manipulate userdata 28 years ago
luamem.c small "bugs" detected by Purify: some blocks may be smaller than 28 years ago
luamem.h new name for old "mem.h" (conflicts with some compiler libraries) 28 years ago
makefile LOCALE support 28 years ago
manual.tex "locale" support + better uniformity in formating 28 years ago
mathlib.c new interface to "lua_seterrormethod" and "lua_settagmethod", to 28 years ago
mathlib.h Math library to LUA 31 years ago
opcode.c LOCALE support 28 years ago
opcode.h using "zio" for parsing Lua code. 28 years ago
strlib.c counter for gsub only when there is a table (to keep full compatibility) 28 years ago
strlib.h String library to LUA 31 years ago
table.c "lua_getobjname" must return "tag-method" and not "fallback". 28 years ago
table.h unused declaration. 28 years ago
tree.c small 'improvement' 28 years ago
tree.h new implementation for udata (again they are just void *); 28 years ago
types.h no more "Bool" type 29 years ago
undump.c "luaI_undump1" cannot be static; luac uses it. 28 years ago
undump.h "luaI_undump1" cannot be static; luac uses it. 28 years ago
zio.c zio should not care about how a user creates a FILE (pipe, socket, popen, 28 years ago
zio.h zio should not care about how a user creates a FILE (pipe, socket, popen, 28 years ago