Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | small optimizations (bit scrubbing) | Roberto Ierusalimschy | 1997-09-19 | 3 | -176/+141 | |
* | Syntax analizer and code generator | Roberto Ierusalimschy | 1997-09-16 | 2 | -347/+444 | |
* | Makefile | Roberto Ierusalimschy | 1997-09-16 | 1 | -53/+63 | |
* | Lua virtual machine | Roberto Ierusalimschy | 1997-09-16 | 2 | -0/+684 | |
* | Opcodes for Lua virtual machine | Roberto Ierusalimschy | 1997-09-16 | 2 | -167/+97 | |
* | Standard I/O (and system) library | Roberto Ierusalimschy | 1997-09-16 | 2 | -36/+29 | |
* | Type definitions for Lua objects | Roberto Ierusalimschy | 1997-09-16 | 2 | -29/+171 | |
* | Garbage Collector | Roberto Ierusalimschy | 1997-09-16 | 2 | -0/+316 | |
* | Lexical Analizer | Roberto Ierusalimschy | 1997-09-16 | 3 | -156/+155 | |
* | Stack and Call structure of Lua | Roberto Ierusalimschy | 1997-09-16 | 3 | -1484/+477 | |
* | Tag methods | Roberto Ierusalimschy | 1997-09-16 | 4 | -417/+378 | |
* | Built-in functions | Roberto Ierusalimschy | 1997-09-16 | 4 | -431/+418 | |
* | String table (keep all strings handled by Lua) | Roberto Ierusalimschy | 1997-09-16 | 4 | -249/+207 | |
* | auxiliar functions from Lua API | Roberto Ierusalimschy | 1997-09-16 | 2 | -0/+584 | |
* | Auxiliar functions for building Lua libraries | Roberto Ierusalimschy | 1997-09-16 | 2 | -23/+17 | |
* | Lua Function structures | Roberto Ierusalimschy | 1997-09-16 | 4 | -187/+131 | |
* | Some generic functions over Lua objects | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+68 | |
* | Lua tables (hash) | Roberto Ierusalimschy | 1997-09-16 | 4 | -376/+245 | |
* | Lua stand-alone interpreter | Roberto Ierusalimschy | 1997-09-16 | 1 | -80/+17 | |
* | main header file | Roberto Ierusalimschy | 1997-09-16 | 1 | -5/+37 | |
* | Lua standard mathematical library | Roberto Ierusalimschy | 1997-09-16 | 3 | -234/+195 | |
* | Interface to Memory Manager | Roberto Ierusalimschy | 1997-09-16 | 4 | -203/+182 | |
* | a generic input stream interface | Roberto Ierusalimschy | 1997-09-16 | 2 | -10/+14 | |
* | Standard library for strings and pattern-matching | Roberto Ierusalimschy | 1997-09-16 | 2 | -147/+127 | |
* | Lua standard libraries | Roberto Ierusalimschy | 1997-09-16 | 1 | -9/+18 | |
* | Debuging API | Roberto Ierusalimschy | 1997-09-16 | 1 | -4/+6 | |
* | Global variables | Roberto Ierusalimschy | 1997-09-16 | 4 | -288/+106 | |
* | very small corrections... | Roberto Ierusalimschy | 1997-09-16 | 1 | -4/+5 | |
* | small optimization in opcodes for "and" and "or" | Roberto Ierusalimschy | 1997-08-04 | 4 | -30/+16 | |
* | small optimizations; try to find previous use when coding a real constant. | Roberto Ierusalimschy | 1997-07-31 | 1 | -37/+45 | |
* | new dependencies | Roberto Ierusalimschy | 1997-07-31 | 1 | -8/+6 | |
* | prime numbers spread better. | Roberto Ierusalimschy | 1997-07-31 | 1 | -2/+2 | |
* | correct support for changing real to double (optional) | Roberto Ierusalimschy | 1997-07-31 | 2 | -16/+15 | |
* | "random" accepts an 'n' to return between 1 and 'n'. | Roberto Ierusalimschy | 1997-07-30 | 2 | -6/+12 | |
* | BIG CHANGE: functions have their own "constant table". | Roberto Ierusalimschy | 1997-07-30 | 12 | -277/+278 | |
* | free(b) is equivalent to realloc(b, 0) | Roberto Ierusalimschy | 1997-07-30 | 2 | -4/+8 | |
* | bug: lua_getlocal breaks when called with a CFunction. | Roberto Ierusalimschy | 1997-07-29 | 2 | -2/+5 | |
* | new way to handle global state during compilation. | Roberto Ierusalimschy | 1997-07-29 | 4 | -188/+164 | |
* | new opcode, ENDCODE, to signal end of code vector. | Roberto Ierusalimschy | 1997-07-29 | 1 | -2/+3 | |
* | unused field "size" in struct TFunc. | Roberto Ierusalimschy | 1997-07-29 | 3 | -7/+6 | |
* | BUG: LUA_COMPAT2_5 written wrong... | Roberto Ierusalimschy | 1997-07-29 | 2 | -2/+3 | |
* | bug log. Most of the log is done automatically by RCS, and not in | Roberto Ierusalimschy | 1997-07-29 | 1 | -0/+2 | |
* | skipping of '#' in first line is done by lex.c. | Roberto Ierusalimschy | 1997-07-29 | 2 | -7/+14 | |
* | BUG: files starting with '#' get wrong line numbers | Roberto Ierusalimschy | 1997-07-07 | 1 | -2/+3 | |
* | "next" & "nextvar" check if argument is a result of previous calls | Roberto Ierusalimschy | 1997-07-07 | 2 | -9/+13 | |
* | new functionality for "format": "%d$...". | Roberto Ierusalimschy | 1997-07-04 | 2 | -16/+31 | |
* | error inside an error method could break the stack. | Roberto Ierusalimschy | 1997-07-04 | 4 | -28/+41 | |
* | small details. | Roberto Ierusalimschy | 1997-07-02 | 2 | -5/+6 | |
* | auxliar support for "locale" (to avoid portability problems) | Roberto Ierusalimschy | 1997-07-02 | 1 | -0/+23 | |
* | "locale" support + better uniformity in formating | Roberto Ierusalimschy | 1997-07-02 | 1 | -42/+55 |