Go to file
Luiz Henrique de Figueiredo 48cf1de356 replaced unions by memcpy 1996-11-07 12:13:28 -02: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 C functions don't need to "pushnil" to return nil value (this is 1996-07-12 17:00:26 -03: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 although an ANSI function, some systems do not offer "strerror" 1996-11-01 15:54:41 -02:00
lex.c pragmas should not be recognized inside literal strings. 1996-11-06 18:24:29 -02:00
lex.h reserved words are stored in main string table; "marked" field is 1996-02-14 10:35:51 -03:00
lua.c "dofile" and "dostring" may return values. 1996-09-24 14:30:28 -03:00
lua.h new version number 1996-11-01 10:46:59 -02:00
lua.stx new way to handle pragmas (at the lexical level, instead of parsing). 1996-09-25 18:52:00 -03: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 anna's comments 1996-11-06 18:26:56 -02:00
mathlib.c new mod implementation (more portable). 1996-08-01 11:55:33 -03:00
mathlib.h
opcode.c "call" returns separate results, instead of a table. 1996-09-24 18:46:44 -03:00
opcode.h small omission corrected ("s_tsvalue") 1996-11-01 10:46:59 -02:00
strlib.c small corrections in error messages 1996-10-31 18:18:05 -02: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 creation of strings must call garbage collector. 1996-03-14 12:56:26 -03:00
tree.h small correction 1996-02-26 14:07:49 -03:00
types.h no more "Bool" type 1996-02-07 12:13:17 -02:00
undump.c replaced unions by memcpy 1996-11-07 12:13:28 -02:00
undump.h moved some includes to undump.c 1996-03-11 18:59:41 -03:00