summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* list of incompatibilities with version 2.2.v2.3-betaRoberto Ierusalimschy1996-02-161-17/+34
* 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
* 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
* no more "lua_pushliteral".Roberto Ierusalimschy1996-02-122-13/+7
* a backslash followed by a newline allows the newline to go intoRoberto Ierusalimschy1996-02-092-7/+4
* new function "date", replaces old "date" and "time".Roberto Ierusalimschy1996-02-092-46/+32
* "lua_check_number" accepts strings convertible to numbers.Roberto Ierusalimschy1996-02-092-9/+17
* new functions "random" and "randomseed".Roberto Ierusalimschy1996-02-092-6/+28
* new section describing the debug interface.Roberto Ierusalimschy1996-02-091-9/+142
* lock mechanism more robust; nil is pseudo-locked under index -1.Roberto Ierusalimschy1996-02-081-4/+9
* small bugRoberto Ierusalimschy1996-02-081-0/+2
* new type lua_Function for activation recordsRoberto Ierusalimschy1996-02-082-11/+13
* correction of dependencies (include's).Roberto Ierusalimschy1996-02-071-11/+11
* debug interface functions to manipulated local variables:Roberto Ierusalimschy1996-02-075-17/+157
* "lua_debug" now is exported through debug interface (luadebug.h)Roberto Ierusalimschy1996-02-073-5/+4
* no more "Bool" typeRoberto Ierusalimschy1996-02-073-7/+5
* elimination of unused declarations (left from old modifications)Roberto Ierusalimschy1996-02-061-5/+1
* new option "q" in function "write", to write literal strings.Roberto Ierusalimschy1996-02-052-17/+54
* new examples showing data structures and object-oriented programming.Roberto Ierusalimschy1996-02-051-38/+145
* improve of compiling error messages.Roberto Ierusalimschy1996-02-051-10/+13
* small bugRoberto Ierusalimschy1996-02-041-2/+2