summaryrefslogtreecommitdiff
path: root/lstrlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingRoberto Ierusalimschy1998-07-011-2/+2
* functions should return explicit "nil"s.Roberto Ierusalimschy1998-06-291-1/+3
* detailsRoberto Ierusalimschy1998-06-241-4/+4
* small corrections in commentsRoberto Ierusalimschy1998-06-191-3/+3
* new names for 'ascii' ('strbyte') and 'int2str' ('strchar')Roberto Ierusalimschy1998-05-311-8/+11
* arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int.Roberto Ierusalimschy1998-05-181-3/+5
* pattern-matching support for '\0'.Roberto Ierusalimschy1998-03-241-41/+66
* BUG: gsub('a', '(b?)%1*' ...) loops (because the capture is empty).Roberto Ierusalimschy1998-03-091-3/+3
* new names for "lua_pushlstr" and "lua_getstrlen"Roberto Ierusalimschy1998-03-061-5/+5
* support for strings with '\0'Roberto Ierusalimschy1998-03-061-49/+49
* bug: format size limits with little problemsRoberto Ierusalimschy1998-01-271-4/+4
* detailsRoberto Ierusalimschy1998-01-091-2/+2
* small optimizations in switch orderRoberto Ierusalimschy1998-01-091-15/+15
* new scheme for buffers, centralized in auxlib.Roberto Ierusalimschy1997-12-171-81/+44
* new structure for closures, without static variables.Roberto Ierusalimschy1997-12-151-50/+62
* details (mainly error messages)Roberto Ierusalimschy1997-12-091-4/+4
* small details by lint.Roberto Ierusalimschy1997-11-261-2/+2
* Standard library for strings and pattern-matchingRoberto Ierusalimschy1997-09-161-0/+534