summaryrefslogtreecommitdiff
path: root/src/lj_buf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
* Fix build with JIT disabled.Mike Pall2016-03-011-2/+0
* Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
* Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
* Refactor string buffer growth helpers.Mike Pall2013-05-291-7/+7
* Don't try to reinvent memcpy().Mike Pall2013-05-221-2/+6
* Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-25/+28
* 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