index
:
~wrmr/wed
master
Unnamed repository; edit this file 'description' to name the repository.
Worm Heamer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
txt.c
Age
Commit message (
Expand
)
Author
7 days
TxtHistNode distinct from TxtPieceTbl, with TxtLoc cur member
WormHeamer
7 days
hopefully squash the history corruption bug once and for all
WormHeamer
8 days
free all the way up to TXT_HIST_MAX
WormHeamer
8 days
free history in txt_free()
WormHeamer
8 days
fix Txt not being zeroed properly
WormHeamer
8 days
check for non-null chunk in txt_range_equal()
WormHeamer
8 days
_might_ have fixed a bug in txt_hist_push()?
WormHeamer
9 days
move some char/byte next/prev stuff into txt.h, as inline
WormHeamer
9 days
convert non-utf-8 files to a readonly hex dump
WormHeamer
9 days
set and unset dirty flag as appropriate on undo/redo
WormHeamer
9 days
undo/redo
WormHeamer
9 days
remove some trailing spaces
WormHeamer
10 days
add (hacky and slow) reverse regex search
WormHeamer
11 days
allow opening multiple files at once + replace modes
WormHeamer
12 days
documentation comment for txt_split_piece()
WormHeamer
12 days
fix some logic errors in line navigation
WormHeamer
12 days
simplify and clarify txt_split_piece(), txt_insert(), txt_delete()
WormHeamer
12 days
add txt_range_equal()
WormHeamer
12 days
add txt_collect_range() and txt_read_chunk()
WormHeamer
12 days
some stuff
WormHeamer
12 days
try and prevent 0-length splits occurring
WormHeamer
13 days
various asserts
WormHeamer
13 days
deduplicate reinserted buffer text somewhat
WormHeamer
13 days
fix txt_join_or_kill(), txt_delete_c()
WormHeamer
13 days
remove most explicit Txt* params, fix some utf-8 problems
WormHeamer
13 days
add Txt pointer to TxtLoc
WormHeamer
13 days
fix txt_byte() not returning 0 at end of buffer
WormHeamer
13 days
don't throw error on opening nonexistent file, "wb" for txt_save
WormHeamer
13 days
don't do that
WormHeamer
13 days
use O_CREAT in txt_load()
WormHeamer
13 days
ferror in the right place
WormHeamer
13 days
lots of features & bugfixes both
WormHeamer
14 days
put more emphasis on TxtLoc
WormHeamer
14 days
txt_save()
WormHeamer
14 days
some bugfixes
WormHeamer
14 days
basic piece table implementation
WormHeamer