Go to file
Roberto Ierusalimschy 8b7f271ea2 new pattern item ".-";
empty patterns may be used in gsub.
1997-02-21 12:21:34 -03:00
fallback.c lua_Reference is int, so say so. 1996-04-25 11:10:00 -03:00
fallback.h lua_Reference is int, so say so. 1996-04-25 11:10:00 -03:00
func.c "memcpy" is defined in "string.h". 1996-07-24 15:01:52 -03:00
func.h "freefunc" now is public. 1996-03-14 12:54:20 -03:00
hash.c userdata can handle arbitrary binary data; 1997-02-11 09:40:01 -02:00
hash.h tables may grow bigger than words. 1996-05-06 11:30:27 -03:00
inout.c lua_linenumber is initialized in lex.c 1996-09-25 09:57:22 -03:00
inout.h first version of vararg facility (plus new function "call"). 1996-05-28 18:07:32 -03:00
iolib.c useless include. 1996-11-22 11:07:20 -02:00
lex.c BUG: "inclinenumber" cannot use public buffer, since it could change 1997-02-07 11:49:46 -02:00
lex.h syntax error function is in "lex.c" (it has the token) 1996-11-08 10:49:35 -02:00
lua.c "dofile" and "dostring" may return values. 1996-09-24 14:30:28 -03:00
lua.h lua_Type is private (preparation for tags) 1997-02-20 12:51:14 -03:00
lua.stx small syntax error (yacc does not complain, but bison does). 1997-02-13 14:18:39 -02:00
luadebug.h hook variables are global, no more "lua_set...hook" functions. 1996-03-20 15:44:02 -03:00
lualib.h singlematch and item_end are used by "read", in iolib. 1996-08-05 17:55:24 -03:00
luamem.c "luaI_malloc(s)" is just a macro to "luaI_realloc(NULL, s)". 1996-05-24 11:31:10 -03:00
luamem.h "luaI_malloc(s)" is just a macro to "luaI_realloc(NULL, s)". 1996-05-24 11:31:10 -03:00
makefile new flag for STRERROR; libs now are called lib... 1996-11-06 18:48:03 -02:00
manual.tex new facilities for pattern matching (%b and .-); 1997-02-21 12:19:37 -03:00
mathlib.c new mod implementation (more portable). 1996-08-01 11:55:33 -03:00
mathlib.h Math library to LUA 1993-12-17 16:41:19 -02:00
opcode.c lua_Type is private (preparation for tags) 1997-02-20 12:51:14 -03:00
opcode.h lua_Type is private (preparation for tags) 1997-02-20 12:51:14 -03:00
strlib.c new pattern item ".-"; 1997-02-21 12:21:34 -03:00
strlib.h String library to LUA 1993-12-17 16:41:19 -02:00
table.c pre-defined variable _VERSION_ 1996-11-01 10:47:45 -02:00
table.h lock mechanism seperseded by the REFERENCE mechanism. 1996-04-22 15:00:37 -03:00
tree.c userdata can handle arbitrary binary data; 1997-02-11 09:40:01 -02:00
tree.h userdata can handle arbitrary binary data; 1997-02-11 09:40:01 -02:00
types.h no more "Bool" type 1996-02-07 12:13:17 -02:00
undump.c headers includes sizeof(Word) not sizeof(int) 1996-11-18 09:18:29 -02:00
undump.h new header version 1996-11-14 09:44:34 -02:00