Go to file
Roberto Ierusalimschy 05e8b0ae80 new opcode, ENDCODE, to signal end of code vector. 1997-07-29 17:38:06 -03:00
auxlib.c function name is only needed *if* there is an error. 1997-04-14 12:30:03 -03:00
auxlib.h first implementation of "$if"; 1997-04-07 11:48:53 -03:00
bugs BUG: LUA_COMPAT2_5 written wrong... 1997-07-29 10:35:06 -03:00
fallback.c error inside an error method could break the stack. 1997-07-04 11:55:37 -03:00
fallback.h error inside an error method could break the stack. 1997-07-04 11:55:37 -03:00
func.c unused field "size" in struct TFunc. 1997-07-29 16:44:02 -03:00
func.h unused field "size" in struct TFunc. 1997-07-29 16:44:02 -03:00
hash.c "next" & "nextvar" check if argument is a result of previous calls 1997-07-07 13:44:26 -03:00
hash.h new implementation of gc: "Pre-collect" garbage in temporary lists and 1997-05-14 15:38:29 -03:00
inout.c skipping of '#' in first line is done by lex.c. 1997-07-29 10:33:15 -03:00
inout.h setparsedfile is extern; luaz_... changed to luaZ_... 1997-06-19 15:04:34 -03:00
iolib.c small details. 1997-07-02 15:50:18 -03:00
lex.c skipping of '#' in first line is done by lex.c. 1997-07-29 10:33:15 -03:00
lex.h using "zio" for parsing Lua code. 1997-06-16 13:50:22 -03:00
lua.c LOCALE support 1997-07-01 16:32:41 -03:00
lua.h new #define LUA_COMPAT2_5 to select "compatibility mode". 1997-06-23 15:27:53 -03:00
lua.stx luaI_initTFunc initializes fileName. 1997-06-19 14:46:12 -03:00
luadebug.h hook variables are global, no more "lua_set...hook" functions. 1996-03-20 15:44:02 -03:00
lualib.h new (internal?) functions to manipulate userdata 1997-03-26 19:23:15 -03:00
lualoc.h small details. 1997-07-02 15:50:18 -03:00
luamem.c small "bugs" detected by Purify: some blocks may be smaller than 1997-04-01 18:23:20 -03:00
luamem.h new name for old "mem.h" (conflicts with some compiler libraries) 1997-03-31 11:19:01 -03:00
makefile LOCALE support 1997-07-01 16:32:41 -03:00
manual.tex new functionality for "format": "%d$...". 1997-07-04 19:35:38 -03:00
mathlib.c new interface to "lua_seterrormethod" and "lua_settagmethod", to 1997-06-19 15:03:04 -03:00
mathlib.h Math library to LUA 1993-12-17 16:41:19 -02:00
opcode.c BUG: LUA_COMPAT2_5 written wrong... 1997-07-29 10:35:06 -03:00
opcode.h new opcode, ENDCODE, to signal end of code vector. 1997-07-29 17:38:06 -03:00
strlib.c new functionality for "format": "%d$...". 1997-07-04 19:35:38 -03:00
strlib.h String library to LUA 1993-12-17 16:41:19 -02:00
table.c "next" & "nextvar" check if argument is a result of previous calls 1997-07-07 13:44:26 -03:00
table.h unused declaration. 1997-05-26 11:42:36 -03:00
tree.c small 'improvement' 1997-06-11 11:24:40 -03:00
tree.h new implementation for udata (again they are just void *); 1997-06-09 14:28:14 -03:00
types.h no more "Bool" type 1996-02-07 12:13:17 -02:00
undump.c unused field "size" in struct TFunc. 1997-07-29 16:44:02 -03:00
undump.h "luaI_undump1" cannot be static; luac uses it. 1997-06-17 15:19:17 -03:00
zio.c zio should not care about how a user creates a FILE (pipe, socket, popen, 1997-06-20 16:25:54 -03:00
zio.h zio should not care about how a user creates a FILE (pipe, socket, popen, 1997-06-20 16:25:54 -03:00