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
/
text.c
Age
Commit message (
Expand
)
Author
2022-11-29
fix miscellaneous spelling mistakes
Nick Hanley
2020-12-10
fix typos in comments
Moesasji
2020-10-30
text: simplify iterator_init
Marc André Tanner
2020-10-30
text: avoid invalid pointer arithmetic
Marc André Tanner
2020-10-10
text: move higher level utility functions to separate file
Marc André Tanner
2020-10-10
text: move generic iterator functionality to separate file
Marc André Tanner
2020-10-10
text: move I/O related code to separate file
Marc André Tanner
2020-10-10
text: provide public text_iterator_init
Marc André Tanner
2020-10-10
text: rename internal text_iterator_init
Marc André Tanner
2020-10-10
text: mark return value of text_iterator_text as const
Marc André Tanner
2020-10-10
text: make text_snapshot return whether it succeeded
Marc André Tanner
2020-10-10
text: mark text_delete_range range argument as const
Marc André Tanner
2020-10-10
text: mark text_save_write_range range argument as const
Marc André Tanner
2020-10-10
text: mark text_mmaped argument as const
Marc André Tanner
2020-10-10
text: mark text_write{,_range} argument as const
Marc André Tanner
2020-10-10
text: mark text_size argument as const
Marc André Tanner
2020-10-10
text: mark text_mark_get argument as const
Marc André Tanner
2020-10-10
text: mark text_iterator_byte_get argument as const
Marc André Tanner
2020-10-10
text: mark text_bytes_alloc0 argument as const
Marc André Tanner
2020-10-10
text: mark text_byte(s)_get argument as const
Marc André Tanner
2020-10-10
text: mark text_iterator_get argument as const
Marc André Tanner
2020-10-10
text: mark text_state argument as const
Marc André Tanner
2020-10-10
text: mark text_modified argument as const
Marc André Tanner
2020-10-10
text: mark text_stat argument as const
Marc André Tanner
2020-10-10
text: introduce text_iterator_text
Marc André Tanner
2020-10-10
text: introduce text_iterator_has_{next,prev}
Marc André Tanner
2020-10-10
text: add namespace prefix to block type constants
Marc André Tanner
2020-10-10
text: avoid direct access to txt->blocks in I/O related code
Marc André Tanner
2020-10-10
text: introduce text_saved
Marc André Tanner
2020-10-10
text: use public text_stat interface where possible
Marc André Tanner
2020-10-10
text: introduce block_load
Marc André Tanner
2020-10-10
text: store blocks in array
Marc André Tanner
2020-10-10
text: simplify reading of initial file content
Marc André Tanner
2020-08-29
text: provide save function taking a directory descriptor
Marc André Tanner
2020-08-29
text: provide load function taking a directory descriptor
Marc André Tanner
2020-06-28
text: simplify remapping of original file content
Marc André Tanner
2020-06-22
text: remove dead store
Marc André Tanner
2020-06-22
text: code cleanup, use local variable
Marc André Tanner
2020-06-22
text: fix typo in comments, no code change
Marc André Tanner
2020-05-13
text: introduce text_save_method, remove text_save_range
Marc André Tanner
2020-01-26
text: ignore fsync(2) errors on unsupported directory descriptors
Marc André Tanner
2018-05-30
text: only default to mmap for files larger than 64 MiB
Marc André Tanner
2018-05-30
text: allow to specify how the file content should be loaded
Marc André Tanner
2018-05-16
text: use mkstemp(3) for temporary file creation in atomic saves
Marc André Tanner
2018-05-16
text: do not unlink existing `file~` when saving to `file`
Marc André Tanner
2017-07-05
text: limit write(2) calls to INT_MAX bytes
Marc André Tanner
2017-05-03
text: remove text_history_get function
Marc André Tanner
2017-05-03
text: remove text_iterate macro
Marc André Tanner
2017-05-03
text: remove text_insert_newline function
Marc André Tanner
2017-05-03
text: remove count argument from text_{earlier,later}
Marc André Tanner
[next]