aboutsummaryrefslogtreecommitdiff
path: root/lstrlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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