summaryrefslogtreecommitdiff
path: root/src/lj_buf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
* Cleanup of memory vs. GC sizes. No functional changes.Mike Pall2014-12-201-3/+3
* Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
* Refactor string buffer growth helpers.Mike Pall2013-05-291-12/+24
* Don't try to reinvent memcpy().Mike Pall2013-05-221-9/+1
* Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-34/+26
* Refactor table.concat().Mike Pall2013-04-271-0/+33
* Refactor string.rep().Mike Pall2013-04-261-0/+24
* Abstract out some common buffer operations.Mike Pall2013-04-261-0/+9
* Refactor string.reverse(), string.lower(), string.upper().Mike Pall2013-04-261-2/+49
* Fuse string creation into concats. Optimize single-char concats.Mike Pall2013-04-231-1/+10
* Compile string concatenations (BC_CAT).Mike Pall2013-04-211-0/+29
* String buffer refactoring, part 4.Mike Pall2013-02-281-8/+11
* String buffer refactoring, part 2.Mike Pall2013-02-271-10/+54
* String buffer refactoring, part 1.Mike Pall2013-02-271-0/+40