aboutsummaryrefslogtreecommitdiff
path: root/src/lj_buf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor table.concat().Mike Pall2013-04-271-0/+2
* Refactor string.rep().Mike Pall2013-04-261-0/+1
* Abstract out some common buffer operations.Mike Pall2013-04-261-0/+9
* Refactor string.reverse(), string.lower(), string.upper().Mike Pall2013-04-261-1/+4
* Fuse string creation into concats. Optimize single-char concats.Mike Pall2013-04-231-1/+2
* Compile string concatenations (BC_CAT).Mike Pall2013-04-211-0/+6
* String buffer refactoring, part 4.Mike Pall2013-02-281-13/+16
* String buffer refactoring, part 2.Mike Pall2013-02-271-7/+53
* String buffer refactoring, part 1.Mike Pall2013-02-271-0/+27