index
:
vis
FreeBSD-single
lua_changes
master
old
a neat vi-like editor
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
buffer.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-03
buffer: add buffer_content utility function
Marc André Tanner
1
-0
/
+2
2016-04-03
buffer: add buffer_length utility function
Marc André Tanner
1
-0
/
+2
2016-02-25
vis: ignore trailing NUL byte of register content by default
Marc André Tanner
1
-0
/
+2
2016-01-30
Implement system clipboard registers "* and "+
Marc André Tanner
1
-0
/
+2
2015-11-19
buffer: add some comments to clarify allocation strategy
Marc André Tanner
1
-4
/
+6
2015-11-03
buffer: add buffer_insert to insert data at an arbitrary position
Marc André Tanner
1
-0
/
+4
2015-10-05
buffer: add functions to prepend data to an existing buffer
Marc André Tanner
1
-0
/
+3
2015-09-15
buffer: add buffer_put0 to store a NUL terminated string
Marc André Tanner
1
-0
/
+2
2015-09-15
buffer: add buffer_append0 to append NUL terminated strings
Marc André Tanner
1
-0
/
+2
2015-05-16
Cleanup general purpose buffer API
Marc André Tanner
1
-6
/
+13
2015-01-02
Constify buffer API
Marc André Tanner
1
-2
/
+2
2014-12-18
Macro support
Marc André Tanner
1
-0
/
+20