index
:
kakoune.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
/
src
/
file.cc
Age
Commit message (
Expand
)
Author
2012-12-05
fail nicely when trying to open a directory
Maxime Coste
2012-11-26
fix crlf file reading
Maxime Coste
2012-11-23
rewrite file opening code using mmap, opening big files is much much faster
Maxime Coste
2012-11-22
rename (hook|option)_manager to (hook|option)s.
Maxime Coste
2012-11-21
Buffer: replace reset_undo_data with a NoUndo flag
Maxime Coste
2012-11-20
Buffer: replace Buffer::Type with Buffer::Flags
Maxime Coste
2012-11-20
more exception safety with file descriptors
Maxime Coste
2012-10-16
create_buffer_from file return nullptr on file not found instead of throwing
Maxime Coste
2012-10-11
use ByteCount instead of CharCount when we are really counting bytes
Maxime Coste
2012-09-12
use parse_filename when opening files or completing filenames so that ~ and e...
Maxime Coste
2012-09-10
Buffer: Allow inserting at the end when the inserted text ends with an end of...
Maxime Coste
2012-08-23
use a strongly typed int CharCount for character counts
Maxime Coste
2012-08-22
use a strongly typed int LineCount for line counts
Maxime Coste
2012-08-17
fix create_buffer_from_file when file does not exists
Maxime Coste
2012-08-14
Buffer: stronger invariant, a buffer is never empty and all lines finish by '\n'
Maxime Coste
2012-08-10
Buffer: move back Modification as an implementation detail
Maxime Coste
2012-08-10
detect byte order mark in buffers, and write back
Maxime Coste
2012-08-10
support crlf line ending when reading and writing buffers
Maxime Coste
2012-05-30
include <unistd.h> in order to get read and write
Maxime Coste
2012-04-14
Implement our own String class in preparation to encoding support.
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-03-30
Store buffer content in a list of lines
Maxime Coste
2012-03-26
BufferManager no longer owns buffers, only register them
Maxime Coste
2012-03-08
rename BufferString to String
Maxime Coste
2012-01-29
File: parse_filename function which handle ~ and environment variable in file...
Maxime Coste
2011-12-22
whitespace fix
Maxime Coste
2011-11-27
File: extract read_file function which returns file content in a string
Maxime Coste
2011-10-07
Buffer: add a type property
Maxime Coste
2011-10-03
File: fix write_buffer_to_file
Maxime Coste
2011-09-09
assert: custom implementation
Maxime Coste
2011-09-09
exception: refactoring
Maxime Coste
2011-09-06
Buffer: accept initial content in constructor
Maxime Coste
2011-09-02
create_buffer_from_file: throw file_not_found instead of open_file_error when...
Maxime Coste
2011-09-02
Initial commit
Maxime Coste