Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | "openfile" now returns the file | Roberto Ierusalimschy | 1996-03-15 | 2 | -15/+10 | |
* | integration with undump (execution of pre-compiled chuncks) | Roberto Ierusalimschy | 1996-03-15 | 2 | -29/+32 | |
* | new functions "rename" and "tmpname". | Roberto Ierusalimschy | 1996-03-14 | 1 | -8/+46 | |
* | added cast instead of union [lazy?] | Luiz Henrique de Figueiredo | 1996-03-14 | 1 | -3/+3 | |
* | "lua_ntable" and "lua_nconstant" are public (undump.c uses them). | Roberto Ierusalimschy | 1996-03-14 | 2 | -4/+6 | |
* | creation of strings must call garbage collector. | Roberto Ierusalimschy | 1996-03-14 | 1 | -1/+2 | |
* | new function "luaI_buffer". | Roberto Ierusalimschy | 1996-03-14 | 2 | -2/+13 | |
* | new functions "rename" and "tmpname". | Roberto Ierusalimschy | 1996-03-14 | 1 | -16/+26 | |
* | "freefunc" now is public. | Roberto Ierusalimschy | 1996-03-14 | 2 | -3/+5 | |
* | both "write" and "format" need "addquoted". | Roberto Ierusalimschy | 1996-03-14 | 1 | -1/+2 | |
* | new option 'q' in function "format". | Roberto Ierusalimschy | 1996-03-14 | 1 | -1/+16 | |
* | no more "ugly" programs. | Roberto Ierusalimschy | 1996-03-14 | 1 | -23/+2 | |
* | removed tf->marked=0; | Luiz Henrique de Figueiredo | 1996-03-12 | 1 | -2/+1 | |
* | small corrections. | Roberto Ierusalimschy | 1996-03-12 | 2 | -28/+6 | |
* | moved some includes from undump.h | Luiz Henrique de Figueiredo | 1996-03-11 | 1 | -30/+30 | |
* | moved some includes to undump.c | Luiz Henrique de Figueiredo | 1996-03-11 | 1 | -6/+3 | |
* | undump.c is now a module | Luiz Henrique de Figueiredo | 1996-03-08 | 1 | -33/+159 | |
* | definitions for lua decompiler | Luiz Henrique de Figueiredo | 1996-03-08 | 1 | -0/+26 | |
* | details. | Roberto Ierusalimschy | 1996-03-08 | 2 | -2/+5 | |
* | "PrintCode" now is defined in luac. | Roberto Ierusalimschy | 1996-03-08 | 1 | -228/+1 | |
* | now loads size as two words | Luiz Henrique de Figueiredo | 1996-03-06 | 1 | -4/+13 | |
* | removed support for local vars | Luiz Henrique de Figueiredo | 1996-03-06 | 1 | -37/+25 | |
* | unused declaration removed. | Roberto Ierusalimschy | 1996-03-06 | 1 | -3/+1 | |
* | now swaps bytes (but need to make it more robust) | Luiz Henrique de Figueiredo | 1996-03-05 | 1 | -5/+24 | |
* | parse.o was included twice in lua.a | Roberto Ierusalimschy | 1996-03-05 | 1 | -2/+2 | |
* | small change to avoid error on "lua_pushstring(NULL)". | Roberto Ierusalimschy | 1996-03-04 | 1 | -4/+9 | |
* | small corrections. | Roberto Ierusalimschy | 1996-03-04 | 1 | -6/+6 | |
* | small correction (about types) | Roberto Ierusalimschy | 1996-03-01 | 1 | -4/+4 | |
* | uses ID_* constants | Luiz Henrique de Figueiredo | 1996-03-01 | 1 | -15/+40 | |
* | headers for Main and others are different | Luiz Henrique de Figueiredo | 1996-02-28 | 1 | -13/+16 | |
* | using double to read numbers. | Roberto Ierusalimschy | 1996-02-26 | 1 | -6/+6 | |
* | fixed strings (not collectable) don't need to be inserted in the constant table. | Roberto Ierusalimschy | 1996-02-26 | 4 | -26/+24 | |
* | main always reads "luac.out" | Luiz Henrique de Figueiredo | 1996-02-26 | 1 | -3/+12 | |
* | small correction | Roberto Ierusalimschy | 1996-02-26 | 1 | -3/+3 | |
* | check if jump is bigger than 2^16. | Roberto Ierusalimschy | 1996-02-26 | 1 | -3/+5 | |
* | small changes (preparing for new module of pre-compilation) | Roberto Ierusalimschy | 1996-02-26 | 2 | -1/+5 | |
* | functions now linked into a list headed by main | Luiz Henrique de Figueiredo | 1996-02-24 | 1 | -7/+12 | |
* | fix to PUSHFUNCTION now correctly at tf->marked | Luiz Henrique de Figueiredo | 1996-02-24 | 1 | -3/+4 | |
* | added fix to PUSHFUNCTION and support for main function | Luiz Henrique de Figueiredo | 1996-02-23 | 1 | -23/+31 | |
* | load bytecodes from files | Luiz Henrique de Figueiredo | 1996-02-23 | 1 | -0/+134 | |
* | function "write_quoted" rewritten more clearly. | Roberto Ierusalimschy | 1996-02-22 | 1 | -16/+7 | |
* | functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be | Roberto Ierusalimschy | 1996-02-22 | 6 | -57/+33 | |
* | list of incompatibilities with version 2.2.v2.3-beta | Roberto Ierusalimschy | 1996-02-16 | 1 | -17/+34 | |
* | more appropriate error message for "date" | Roberto Ierusalimschy | 1996-02-16 | 1 | -2/+2 | |
* | small improvements | Roberto Ierusalimschy | 1996-02-14 | 2 | -11/+7 | |
* | useless #include. | Roberto Ierusalimschy | 1996-02-14 | 4 | -9/+4 | |
* | new version | Roberto Ierusalimschy | 1996-02-14 | 1 | -2/+2 | |
* | reserved words are stored in main string table; "marked" field is | Roberto Ierusalimschy | 1996-02-14 | 6 | -74/+79 | |
* | new header "lex.h". | Roberto Ierusalimschy | 1996-02-13 | 5 | -25/+15 | |
* | new header for lex.c | Roberto Ierusalimschy | 1996-02-13 | 1 | -0/+18 |