Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | Roberto Ierusalimschy | 1998-02-11 | 1 | -2/+1 |
* | interrupts lua loops with "^C" (via signals) | Roberto Ierusalimschy | 1998-02-11 | 1 | -6/+40 |
* | put back quotes (") when string in dostring ends with a \n | Roberto Ierusalimschy | 1998-01-29 | 1 | -2/+5 |
* | "volatile is the only reliable way to ensure that a local variable | Roberto Ierusalimschy | 1998-01-28 | 1 | -6/+6 |
* | tables can become full of "emptys" slots, and keep growing without limits. | Roberto Ierusalimschy | 1998-01-28 | 3 | -26/+47 |
* | details in "dostring" identification | Roberto Ierusalimschy | 1998-01-27 | 1 | -2/+2 |
* | BUG: "lua_getstring" may create a new string, so should check GC | Roberto Ierusalimschy | 1998-01-27 | 2 | -1/+8 |
* | bug: format size limits with little problems | Roberto Ierusalimschy | 1998-01-27 | 2 | -4/+10 |
* | wrong line number (+1) in error report when file starts with "#..." | Roberto Ierusalimschy | 1998-01-19 | 1 | -0/+5 |
* | BUG: wrong line number (+1) in error report when file starts with "#..." | Roberto Ierusalimschy | 1998-01-19 | 1 | -4/+2 |
* | needs "stdlib.h" (calls "exit") | Roberto Ierusalimschy | 1998-01-19 | 1 | -1/+2 |
* | MAX_WORD should not be bigger than MAX_INT | Roberto Ierusalimschy | 1998-01-19 | 4 | -8/+26 |
* | module to load bytecodes from files.v3.1-alpha | Roberto Ierusalimschy | 1998-01-14 | 4 | -348/+299 |