Go to file
Roberto Ierusalimschy 1848bcc15b "strsub" accepts negative indices (count from the end of the string). 1997-06-16 17:29:59 -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
fallback.c default error method is not nil (nil does nothing). 1997-06-16 15:43:19 -03:00
fallback.h small optimization in the access to i.m. table. 1997-04-24 19:59:57 -03:00
func.c new implementation of gc: "Pre-collect" garbage in temporary lists and 1997-05-14 15:38:29 -03:00
func.h new implementation of gc: "Pre-collect" garbage in temporary lists and 1997-05-14 15:38:29 -03:00
hash.c new implementation of gc: "Pre-collect" garbage in temporary lists and 1997-05-14 15:38:29 -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 using "zio" for parsing Lua code. 1997-06-16 13:50:22 -03:00
inout.h using "zio" for parsing Lua code. 1997-06-16 13:50:22 -03:00
iolib.c udata is just void * again, so there is no point for function "getbyte". 1997-06-09 14:29:45 -03:00
lex.c using "zio" for parsing Lua code. 1997-06-16 13:50:22 -03:00
lex.h using "zio" for parsing Lua code. 1997-06-16 13:50:22 -03:00
lua.c new function "testC", to help debug the API. 1997-06-09 14:29:16 -03:00
lua.h "lua_seterrormethod" should return the previous handler. 1997-06-16 16:48:18 -03:00
lua.stx new name for old "mem.h" (conflicts with some compiler libraries) 1997-03-31 11:19:01 -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
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 using "zio" for parsing Lua code. 1997-06-16 13:50:22 -03:00
manual.tex format more uniform, to facilitate filters .tex->.html 1997-06-09 15:16:33 -03:00
mathlib.c power method (^) acts only in numbers. 1997-06-09 14:30:10 -03:00
mathlib.h Math library to LUA 1993-12-17 16:41:19 -02:00
opcode.c "lua_seterrormethod" should return the previous handler. 1997-06-16 16:48:18 -03:00
opcode.h using "zio" for parsing Lua code. 1997-06-16 13:50:22 -03:00
strlib.c "strsub" accepts negative indices (count from the end of the string). 1997-06-16 17:29:59 -03:00
strlib.h String library to LUA 1993-12-17 16:41:19 -02:00
table.c new implementation for udata (again they are just void *); 1997-06-09 14:28:14 -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 using "zio" for parsing Lua code. 1997-06-16 13:50:22 -03:00
undump.h using "zio" for parsing Lua code. 1997-06-16 13:50:22 -03:00
zio.c library for uniform buffered input. 1997-06-16 13:50:22 -03:00
zio.h library for uniform buffered input. 1997-06-16 13:50:22 -03:00