Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1996-03-14 | new function "luaI_buffer". | Roberto Ierusalimschy | 2 | -2/+13 | |
1996-03-14 | new functions "rename" and "tmpname". | Roberto Ierusalimschy | 1 | -16/+26 | |
1996-03-14 | "freefunc" now is public. | Roberto Ierusalimschy | 2 | -3/+5 | |
1996-03-14 | both "write" and "format" need "addquoted". | Roberto Ierusalimschy | 1 | -1/+2 | |
1996-03-14 | new option 'q' in function "format". | Roberto Ierusalimschy | 1 | -1/+16 | |
1996-03-14 | no more "ugly" programs. | Roberto Ierusalimschy | 1 | -23/+2 | |
no more comments with '#'. | |||||
1996-03-12 | removed tf->marked=0; | Luiz Henrique de Figueiredo | 1 | -2/+1 | |
1996-03-12 | small corrections. | Roberto Ierusalimschy | 2 | -28/+6 | |
1996-03-11 | moved some includes from undump.h | Luiz Henrique de Figueiredo | 1 | -30/+30 | |
LoadString now uses luaI_buffer added LoadNewString needs tf->marked=0 luaI_undump now returns int and aborts if luaI_dorun fails | |||||
1996-03-11 | moved some includes to undump.c | Luiz Henrique de Figueiredo | 1 | -6/+3 | |
luaI_undump now returns int | |||||
1996-03-08 | undump.c is now a module | Luiz Henrique de Figueiredo | 1 | -33/+159 | |
panic is now lua_error included swap.c tries float permutation earlier new functions: luaI_undump1 and luaI_undump |