Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1996-03-22 | small "abstraction" | Roberto Ierusalimschy | 1 | -11/+12 | |
1996-03-21 | small bug in strfind. | Roberto Ierusalimschy | 1 | -2/+2 | |
1996-03-21 | new version | Roberto Ierusalimschy | 1 | -2/+2 | |
1996-03-21 | a simplification about memory error messages. | Roberto Ierusalimschy | 5 | -37/+21 | |
1996-03-21 | better control when growing arrays. | Roberto Ierusalimschy | 8 | -50/+68 | |
1996-03-20 | hook variables are global, no more "lua_set...hook" functions. | Roberto Ierusalimschy | 3 | -42/+23 | |
1996-03-19 | dofile accepts pre-compiled chunks. | Roberto Ierusalimschy | 1 | -10/+23 | |
lua_is... do coercion. small correction: = versus ==. | |||||
1996-03-19 | functions "lua_is..." consider coercions. | Roberto Ierusalimschy | 1 | -8/+22 | |
small change when calling call hook. | |||||
1996-03-19 | functions "lua_is..." consider coercions. | Roberto Ierusalimschy | 5 | -52/+41 | |
1996-03-19 | unused "#include" | Roberto Ierusalimschy | 4 | -7/+4 | |
1996-03-15 | new module "undump.o" | Roberto Ierusalimschy | 2 | -42/+11 | |
1996-03-15 | small correction | Roberto Ierusalimschy | 1 | -2/+2 | |
1996-03-15 | "openfile" now returns the file | Roberto Ierusalimschy | 2 | -15/+10 | |
1996-03-15 | integration with undump (execution of pre-compiled chuncks) | Roberto Ierusalimschy | 2 | -29/+32 | |
1996-03-14 | new functions "rename" and "tmpname". | Roberto Ierusalimschy | 1 | -8/+46 | |
new option 'q' for function "format". new example, about vararg. | |||||
1996-03-14 | added cast instead of union [lazy?] | Luiz Henrique de Figueiredo | 1 | -3/+3 | |
1996-03-14 | "lua_ntable" and "lua_nconstant" are public (undump.c uses them). | Roberto Ierusalimschy | 2 | -4/+6 | |
1996-03-14 | creation of strings must call garbage collector. | Roberto Ierusalimschy | 1 | -1/+2 | |
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 |