aboutsummaryrefslogtreecommitdiff
path: root/buffer.h
AgeCommit message (Expand)AuthorFilesLines
2025-01-04remove duplicated read_buffer functionsRandy Palamar1-0/+3
2022-11-29fix miscellaneous spelling mistakesNick Hanley1-1/+1
2020-12-10fix typos in commentsMoesasji1-3/+3
2020-08-01doc: fix a couple of API doc warningsMarc André Tanner1-1/+1
2017-05-03buffer: convert comments to doxygen formatMarc André Tanner1-29/+48
2017-02-20buffer: add buffer_growMarc André Tanner1-0/+2
2017-02-20buffer: rename buffer_grow to buffer_reserveMarc André Tanner1-1/+1
2017-01-07buffer: remove redundant functionMarc André Tanner1-2/+0
2016-12-31buffer: implement buffer_moveMarc André Tanner1-0/+3
2016-12-23Apply format string attribute to printf style functionsMarc André Tanner1-2/+2
2016-12-20buffer: implement buffer_capacity utility functionMarc André Tanner1-0/+2
2016-12-20buffer: implement buffer_appendf to append formatted contentMarc André Tanner1-2/+3
2016-08-20buffer: add buffer_remove implementationMarc André Tanner1-0/+2
2016-05-18buffer: implement buffer_{v,}printf functionsMarc André Tanner1-0/+3
2016-05-18buffer: add utility function to NUL terminate bufferMarc André Tanner1-0/+2
2016-04-03buffer: add buffer_content0 utility functionMarc André Tanner1-0/+3
2016-04-03buffer: add buffer_content utility functionMarc André Tanner1-0/+2
2016-04-03buffer: add buffer_length utility functionMarc André Tanner1-0/+2
2016-02-25vis: ignore trailing NUL byte of register content by defaultMarc André Tanner1-0/+2
2016-01-30Implement system clipboard registers "* and "+Marc André Tanner1-0/+2
2015-11-19buffer: add some comments to clarify allocation strategyMarc André Tanner1-4/+6
2015-11-03buffer: add buffer_insert to insert data at an arbitrary positionMarc André Tanner1-0/+4
2015-10-05buffer: add functions to prepend data to an existing bufferMarc André Tanner1-0/+3
2015-09-15buffer: add buffer_put0 to store a NUL terminated stringMarc André Tanner1-0/+2
2015-09-15buffer: add buffer_append0 to append NUL terminated stringsMarc André Tanner1-0/+2
2015-05-16Cleanup general purpose buffer APIMarc André Tanner1-6/+13
2015-01-02Constify buffer APIMarc André Tanner1-2/+2
2014-12-18Macro supportMarc André Tanner1-0/+20