summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* added cast instead of union [lazy?]Luiz Henrique de Figueiredo1996-03-141-3/+3
|
* "lua_ntable" and "lua_nconstant" are public (undump.c uses them).Roberto Ierusalimschy1996-03-142-4/+6
|
* creation of strings must call garbage collector.Roberto Ierusalimschy1996-03-141-1/+2
|
* new function "luaI_buffer".Roberto Ierusalimschy1996-03-142-2/+13
|
* new functions "rename" and "tmpname".Roberto Ierusalimschy1996-03-141-16/+26
|
* "freefunc" now is public.Roberto Ierusalimschy1996-03-142-3/+5
|
* both "write" and "format" need "addquoted".Roberto Ierusalimschy1996-03-141-1/+2
|
* new option 'q' in function "format".Roberto Ierusalimschy1996-03-141-1/+16
|
* no more "ugly" programs.Roberto Ierusalimschy1996-03-141-23/+2
| | | | no more comments with '#'.
* removed tf->marked=0;Luiz Henrique de Figueiredo1996-03-121-2/+1
|
* small corrections.Roberto Ierusalimschy1996-03-122-28/+6
|
* moved some includes from undump.hLuiz Henrique de Figueiredo1996-03-111-30/+30
| | | | | | | LoadString now uses luaI_buffer added LoadNewString needs tf->marked=0 luaI_undump now returns int and aborts if luaI_dorun fails
* moved some includes to undump.cLuiz Henrique de Figueiredo1996-03-111-6/+3
| | | | luaI_undump now returns int
* undump.c is now a moduleLuiz Henrique de Figueiredo1996-03-081-33/+159
| | | | | | | panic is now lua_error included swap.c tries float permutation earlier new functions: luaI_undump1 and luaI_undump
* definitions for lua decompilerLuiz Henrique de Figueiredo1996-03-081-0/+26
| | | | undump is now a module
* details.Roberto Ierusalimschy1996-03-082-2/+5
|
* "PrintCode" now is defined in luac.Roberto Ierusalimschy1996-03-081-228/+1
|
* now loads size as two wordsLuiz Henrique de Figueiredo1996-03-061-4/+13
|
* removed support for local varsLuiz Henrique de Figueiredo1996-03-061-37/+25
|
* unused declaration removed.Roberto Ierusalimschy1996-03-061-3/+1
|
* now swaps bytes (but need to make it more robust)Luiz Henrique de Figueiredo1996-03-051-5/+24
|
* parse.o was included twice in lua.aRoberto Ierusalimschy1996-03-051-2/+2
|
* small change to avoid error on "lua_pushstring(NULL)".Roberto Ierusalimschy1996-03-041-4/+9
|
* small corrections.Roberto Ierusalimschy1996-03-041-6/+6
|
* small correction (about types)Roberto Ierusalimschy1996-03-011-4/+4
|
* uses ID_* constantsLuiz Henrique de Figueiredo1996-03-011-15/+40
| | | | | simplified signature checking loads local vars
* headers for Main and others are differentLuiz Henrique de Figueiredo1996-02-281-13/+16
|
* using double to read numbers.Roberto Ierusalimschy1996-02-261-6/+6
|
* fixed strings (not collectable) don't need to be inserted in the constant table.Roberto Ierusalimschy1996-02-264-26/+24
|
* main always reads "luac.out"Luiz Henrique de Figueiredo1996-02-261-3/+12
|
* small correctionRoberto Ierusalimschy1996-02-261-3/+3
|
* check if jump is bigger than 2^16.Roberto Ierusalimschy1996-02-261-3/+5
|
* small changes (preparing for new module of pre-compilation)Roberto Ierusalimschy1996-02-262-1/+5
|
* functions now linked into a list headed by mainLuiz Henrique de Figueiredo1996-02-241-7/+12
|
* fix to PUSHFUNCTION now correctly at tf->markedLuiz Henrique de Figueiredo1996-02-241-3/+4
|
* added fix to PUSHFUNCTION and support for main functionLuiz Henrique de Figueiredo1996-02-231-23/+31
|
* load bytecodes from filesLuiz Henrique de Figueiredo1996-02-231-0/+134
|
* function "write_quoted" rewritten more clearly.Roberto Ierusalimschy1996-02-221-16/+7
|
* functions "luaI_free" and "luaI_realloc" (or macro "growvector") may beRoberto Ierusalimschy1996-02-226-57/+33
| | | | called with NULL.
* list of incompatibilities with version 2.2.v2.3-betaRoberto Ierusalimschy1996-02-161-17/+34
| | | | new macro \Version.
* more appropriate error message for "date"Roberto Ierusalimschy1996-02-161-2/+2
|
* small improvementsRoberto Ierusalimschy1996-02-142-11/+7
|
* useless #include.Roberto Ierusalimschy1996-02-144-9/+4
|
* new versionRoberto Ierusalimschy1996-02-141-2/+2
|
* reserved words are stored in main string table; "marked" field isRoberto Ierusalimschy1996-02-146-74/+79
| | | | | used to indicate its type. Table initializations centralized by "tree.c".
* new header "lex.h".Roberto Ierusalimschy1996-02-135-25/+15
|
* new header for lex.cRoberto Ierusalimschy1996-02-131-0/+18
|
* old trick in "strsub" does not work with new hash table for strings.Roberto Ierusalimschy1996-02-121-5/+5
|
* BIG CHANGE: new data structure for constants, strings and globals, usingRoberto Ierusalimschy1996-02-1212-135/+146
| | | | an array of hash tables for all them.
* no more "lua_pushliteral".Roberto Ierusalimschy1996-02-122-13/+7
|