| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | LOCALE support | Roberto Ierusalimschy | 1997-07-01 | 5 | -45/+53 |
* | more uniform source (more macros...) | Roberto Ierusalimschy | 1997-07-01 | 1 | -131/+132 |
* | for security reasons, one cannot change the tag of a udatav3.0 | Roberto Ierusalimschy | 1997-06-27 | 2 | -9/+9 |
* | a file handle must be a userdata. | Roberto Ierusalimschy | 1997-06-27 | 1 | -1/+1 |
* | small corrections. | Roberto Ierusalimschy | 1997-06-27 | 1 | -7/+7 |
* | believe it or not, this makes a difference... | Roberto Ierusalimschy | 1997-06-26 | 1 | -12/+15 |
* | new name for _VERSION (standard of _UPPERCASES for pre-defined | Roberto Ierusalimschy | 1997-06-26 | 1 | -2/+2 |
* | new method to handle current files, with global variables | Roberto Ierusalimschy | 1997-06-26 | 2 | -75/+105 |
* | new #define LUA_COMPAT2_5 to select "compatibility mode". | Roberto Ierusalimschy | 1997-06-23 | 5 | -24/+36 |
* | incompatibilities with 2.5 + restrictions on tag methods | Roberto Ierusalimschy | 1997-06-20 | 1 | -20/+48 |
* | zio should not care about how a user creates a FILE (pipe, socket, popen, | Roberto Ierusalimschy | 1997-06-20 | 2 | -46/+2 |
* | better error message for dostring (2nd argument) | Roberto Ierusalimschy | 1997-06-20 | 1 | -1/+3 |
* | "testC" inactive (active only for tests) | Roberto Ierusalimschy | 1997-06-19 | 1 | -2/+2 |
* | new prefix luaZ | Roberto Ierusalimschy | 1997-06-19 | 1 | -7/+7 |
* | dostring has an optional error method argument | Roberto Ierusalimschy | 1997-06-19 | 1 | -1/+10 |
* | dostring has an optional error method argument; | Roberto Ierusalimschy | 1997-06-19 | 1 | -11/+15 |
* | counter for gsub only when there is a table (to keep full compatibility) | Roberto Ierusalimschy | 1997-06-19 | 1 | -3/+4 |
* | setparsedfile is extern; luaz_... changed to luaZ_... | Roberto Ierusalimschy | 1997-06-19 | 2 | -16/+12 |
* | new interface to "lua_seterrormethod" and "lua_settagmethod", to | Roberto Ierusalimschy | 1997-06-19 | 5 | -22/+25 |
* | luaI_initTFunc initializes fileName. | Roberto Ierusalimschy | 1997-06-19 | 3 | -5/+4 |
* | gsub aborts if error occurs. | Roberto Ierusalimschy | 1997-06-19 | 1 | -2/+5 |
* | macros don't need prototypes. | Roberto Ierusalimschy | 1997-06-18 | 1 | -6/+4 |