Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "exp" changed to "exp0" to avoid problems with math.h.v3.1 | Roberto Ierusalimschy | 1998-07-06 | 1 | -9/+9 |
| | |||||
* | double constant used in integer expression | Roberto Ierusalimschy | 1998-07-06 | 1 | -2/+2 |
| | |||||
* | spelling | Roberto Ierusalimschy | 1998-07-01 | 1 | -2/+2 |
| | |||||
* | when debuging, blocks must be kept in double allignment. | Roberto Ierusalimschy | 1998-06-29 | 1 | -7/+10 |
| | |||||
* | functions should return explicit "nil"s. | Roberto Ierusalimschy | 1998-06-29 | 2 | -5/+11 |
| | |||||
* | detail | Roberto Ierusalimschy | 1998-06-29 | 1 | -3/+3 |
| | |||||
* | details (by lhf) | Roberto Ierusalimschy | 1998-06-25 | 2 | -28/+38 |
| | |||||
* | details in comments | Roberto Ierusalimschy | 1998-06-25 | 1 | -12/+12 |
| | |||||
* | stupid bug (in syntax print "hello") | Roberto Ierusalimschy | 1998-06-24 | 1 | -1/+2 |
| | |||||
* | details | Roberto Ierusalimschy | 1998-06-24 | 2 | -7/+11 |
| | |||||
* | details (dependencies) | Roberto Ierusalimschy | 1998-06-19 | 1 | -2/+3 |
| | |||||
* | "dostring" accepts chunk name. | Roberto Ierusalimschy | 1998-06-19 | 4 | -22/+41 |
| | |||||
* | small corrections in comments | Roberto Ierusalimschy | 1998-06-19 | 15 | -33/+33 |
| | |||||
* | sugestions by lhf | Roberto Ierusalimschy | 1998-06-18 | 1 | -208/+232 |
| | |||||
* | category for "setlocale" is given by name | Roberto Ierusalimschy | 1998-06-18 | 1 | -3/+5 |
| | |||||
* | "findname" moved from lobject.c to lauxlib.c (so libraries may use it). | Roberto Ierusalimschy | 1998-06-18 | 6 | -23/+21 |
| | |||||
* | new version by lhf | Roberto Ierusalimschy | 1998-06-18 | 2 | -27/+32 |
| | |||||
* | details | Roberto Ierusalimschy | 1998-06-18 | 1 | -2/+2 |
| | |||||
* | "lua_dobuffer" gets an extra argument, with the chunk name | Roberto Ierusalimschy | 1998-06-15 | 3 | -22/+24 |
| | |||||
* | details. | Roberto Ierusalimschy | 1998-06-11 | 2 | -3/+8 |
| | |||||
* | new copyright notice | Roberto Ierusalimschy | 1998-06-06 | 2 | -70/+77 |
| | |||||
* | no more error for '\x' (with "invalid" x) | Roberto Ierusalimschy | 1998-06-06 | 1 | -9/+3 |
| | |||||
* | name: lua_pushCclosure -> lua_pushcclosure. | Roberto Ierusalimschy | 1998-06-05 | 4 | -9/+9 |
| | |||||
* | "read" more efficient when reading lines and whole files ('.*') | Roberto Ierusalimschy | 1998-06-02 | 1 | -50/+71 |
| | |||||
* | API for functions to manipulate global state. | Roberto Ierusalimschy | 1998-06-02 | 5 | -32/+98 |
| | |||||
* | 'dobuffer' addpoted. | Roberto Ierusalimschy | 1998-05-31 | 1 | -5/+3 |
| | |||||
* | new names for 'ascii' ('strbyte') and 'int2str' ('strchar') | Roberto Ierusalimschy | 1998-05-31 | 1 | -8/+11 |
| | |||||
* | 'print' now calls 'tostring' | Roberto Ierusalimschy | 1998-05-31 | 1 | -23/+30 |
| | |||||
* | better error message when '^' is not defined. | Roberto Ierusalimschy | 1998-05-31 | 1 | -2/+2 |
| | |||||
* | new functions "frexp" and "ldexp" | Roberto Ierusalimschy | 1998-05-27 | 2 | -6/+20 |
| | |||||
* | NEW LL(1) PARSER | Roberto Ierusalimschy | 1998-05-27 | 6 | -1025/+1442 |
| | |||||
* | new function "clock" | Roberto Ierusalimschy | 1998-05-20 | 2 | -4/+15 |
| | |||||
* | number type in Lua changed for double (by default). | Roberto Ierusalimschy | 1998-05-18 | 4 | -9/+12 |
| | |||||
* | arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int. | Roberto Ierusalimschy | 1998-05-18 | 2 | -3/+9 |
| | |||||
* | details (format for html) | Roberto Ierusalimschy | 1998-04-02 | 1 | -3/+4 |
| | |||||
* | many small corrections; strings with '\0' | Roberto Ierusalimschy | 1998-03-30 | 1 | -148/+265 |
| | |||||
* | words are stored in hi-lo order (easier to print) | Roberto Ierusalimschy | 1998-03-30 | 2 | -5/+5 |
| | |||||
* | changes by lhf | Roberto Ierusalimschy | 1998-03-26 | 2 | -150/+143 |
| | |||||
* | opcode "CLOSURE" gets the prototipe (instead of a previous pushconstant) | Roberto Ierusalimschy | 1998-03-25 | 3 | -13/+13 |
| | |||||
* | pattern-matching support for '\0'. | Roberto Ierusalimschy | 1998-03-24 | 2 | -43/+68 |
| | |||||
* | details (and new escape sequences: \a, \b, ...) | Roberto Ierusalimschy | 1998-03-20 | 1 | -5/+10 |
| | |||||
* | details | Roberto Ierusalimschy | 1998-03-11 | 3 | -9/+9 |
| | |||||
* | better use of "ASSERT". | Roberto Ierusalimschy | 1998-03-09 | 9 | -19/+34 |
| | |||||
* | BUG: gsub('a', '(b?)%1*' ...) loops (because the capture is empty). | Roberto Ierusalimschy | 1998-03-09 | 2 | -3/+7 |
| | |||||
* | correct way to handle string delimiters | Roberto Ierusalimschy | 1998-03-09 | 1 | -7/+5 |
| | |||||
* | new names for "lua_pushlstr" and "lua_getstrlen" | Roberto Ierusalimschy | 1998-03-06 | 5 | -16/+16 |
| | |||||
* | support for strings with '\0' | Roberto Ierusalimschy | 1998-03-06 | 14 | -156/+236 |
| | |||||
* | "settag" returns its first argument. | Roberto Ierusalimschy | 1998-02-12 | 1 | -1/+2 |
| | |||||
* | usefull macros also available as functions | Roberto Ierusalimschy | 1998-02-12 | 3 | -5/+33 |
| | |||||
* | implementation of numerical escape sequences in strings ("\12"); | Roberto Ierusalimschy | 1998-02-11 | 1 | -20/+41 |
| | | | | better error messages for wrong tokens |