Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spelling | Roberto Ierusalimschy | 1998-07-01 | 1 | -2/+2 |
* | functions should return explicit "nil"s. | Roberto Ierusalimschy | 1998-06-29 | 1 | -1/+3 |
* | details | Roberto Ierusalimschy | 1998-06-24 | 1 | -4/+4 |
* | small corrections in comments | Roberto Ierusalimschy | 1998-06-19 | 1 | -3/+3 |
* | new names for 'ascii' ('strbyte') and 'int2str' ('strchar') | Roberto Ierusalimschy | 1998-05-31 | 1 | -8/+11 |
* | arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int. | Roberto Ierusalimschy | 1998-05-18 | 1 | -3/+5 |
* | pattern-matching support for '\0'. | Roberto Ierusalimschy | 1998-03-24 | 1 | -41/+66 |
* | BUG: gsub('a', '(b?)%1*' ...) loops (because the capture is empty). | Roberto Ierusalimschy | 1998-03-09 | 1 | -3/+3 |
* | new names for "lua_pushlstr" and "lua_getstrlen" | Roberto Ierusalimschy | 1998-03-06 | 1 | -5/+5 |
* | support for strings with '\0' | Roberto Ierusalimschy | 1998-03-06 | 1 | -49/+49 |
* | bug: format size limits with little problems | Roberto Ierusalimschy | 1998-01-27 | 1 | -4/+4 |
* | details | Roberto Ierusalimschy | 1998-01-09 | 1 | -2/+2 |
* | small optimizations in switch order | Roberto Ierusalimschy | 1998-01-09 | 1 | -15/+15 |
* | new scheme for buffers, centralized in auxlib. | Roberto Ierusalimschy | 1997-12-17 | 1 | -81/+44 |
* | new structure for closures, without static variables. | Roberto Ierusalimschy | 1997-12-15 | 1 | -50/+62 |
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -4/+4 |
* | small details by lint. | Roberto Ierusalimschy | 1997-11-26 | 1 | -2/+2 |
* | Standard library for strings and pattern-matching | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+534 |