summaryrefslogtreecommitdiff
path: root/opcode.h (unfollow)
Commit message (Expand)AuthorFilesLines
1996-03-14new functions "rename" and "tmpname".Roberto Ierusalimschy1-8/+46
1996-03-14added cast instead of union [lazy?]Luiz Henrique de Figueiredo1-3/+3
1996-03-14"lua_ntable" and "lua_nconstant" are public (undump.c uses them).Roberto Ierusalimschy2-4/+6
1996-03-14creation of strings must call garbage collector.Roberto Ierusalimschy1-1/+2
1996-03-14new function "luaI_buffer".Roberto Ierusalimschy2-2/+13
1996-03-14new functions "rename" and "tmpname".Roberto Ierusalimschy1-16/+26
1996-03-14"freefunc" now is public.Roberto Ierusalimschy2-3/+5
1996-03-14both "write" and "format" need "addquoted".Roberto Ierusalimschy1-1/+2
1996-03-14new option 'q' in function "format".Roberto Ierusalimschy1-1/+16
1996-03-14no more "ugly" programs.Roberto Ierusalimschy1-23/+2
1996-03-12removed tf->marked=0;Luiz Henrique de Figueiredo1-2/+1
1996-03-12small corrections.Roberto Ierusalimschy2-28/+6
1996-03-11moved some includes from undump.hLuiz Henrique de Figueiredo1-30/+30
1996-03-11moved some includes to undump.cLuiz Henrique de Figueiredo1-6/+3
1996-03-08undump.c is now a moduleLuiz Henrique de Figueiredo1-33/+159