index
:
vis.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
buffer.h
Age
Commit message (
Expand
)
Author
2025-01-12
buffer: drop buffer_move function
Randy Palamar
2025-01-11
buffer: clear out one line functions
Randy Palamar
2025-01-11
buffer: delete pointless buffer_init function
Randy Palamar
2025-01-04
remove duplicated read_buffer functions
Randy Palamar
2022-11-29
fix miscellaneous spelling mistakes
Nick Hanley
2020-12-10
fix typos in comments
Moesasji
2020-08-01
doc: fix a couple of API doc warnings
Marc André Tanner
2017-05-03
buffer: convert comments to doxygen format
Marc André Tanner
2017-02-20
buffer: add buffer_grow
Marc André Tanner
2017-02-20
buffer: rename buffer_grow to buffer_reserve
Marc André Tanner
2017-01-07
buffer: remove redundant function
Marc André Tanner
2016-12-31
buffer: implement buffer_move
Marc André Tanner
2016-12-23
Apply format string attribute to printf style functions
Marc André Tanner
2016-12-20
buffer: implement buffer_capacity utility function
Marc André Tanner
2016-12-20
buffer: implement buffer_appendf to append formatted content
Marc André Tanner
2016-08-20
buffer: add buffer_remove implementation
Marc André Tanner
2016-05-18
buffer: implement buffer_{v,}printf functions
Marc André Tanner
2016-05-18
buffer: add utility function to NUL terminate buffer
Marc André Tanner
2016-04-03
buffer: add buffer_content0 utility function
Marc André Tanner
2016-04-03
buffer: add buffer_content utility function
Marc André Tanner
2016-04-03
buffer: add buffer_length utility function
Marc André Tanner
2016-02-25
vis: ignore trailing NUL byte of register content by default
Marc André Tanner
2016-01-30
Implement system clipboard registers "* and "+
Marc André Tanner
2015-11-19
buffer: add some comments to clarify allocation strategy
Marc André Tanner
2015-11-03
buffer: add buffer_insert to insert data at an arbitrary position
Marc André Tanner
2015-10-05
buffer: add functions to prepend data to an existing buffer
Marc André Tanner
2015-09-15
buffer: add buffer_put0 to store a NUL terminated string
Marc André Tanner
2015-09-15
buffer: add buffer_append0 to append NUL terminated strings
Marc André Tanner
2015-05-16
Cleanup general purpose buffer API
Marc André Tanner
2015-01-02
Constify buffer API
Marc André Tanner
2014-12-18
Macro support
Marc André Tanner