summaryrefslogtreecommitdiff
path: root/txt.c
AgeCommit message (Expand)Author
7 daysTxtHistNode distinct from TxtPieceTbl, with TxtLoc cur memberWormHeamer
7 dayshopefully squash the history corruption bug once and for allWormHeamer
7 daysfree all the way up to TXT_HIST_MAXWormHeamer
8 daysfree history in txt_free()WormHeamer
8 daysfix Txt not being zeroed properlyWormHeamer
8 dayscheck for non-null chunk in txt_range_equal()WormHeamer
8 days_might_ have fixed a bug in txt_hist_push()?WormHeamer
8 daysmove some char/byte next/prev stuff into txt.h, as inlineWormHeamer
8 daysconvert non-utf-8 files to a readonly hex dumpWormHeamer
9 daysset and unset dirty flag as appropriate on undo/redoWormHeamer
9 daysundo/redoWormHeamer
9 daysremove some trailing spacesWormHeamer
10 daysadd (hacky and slow) reverse regex searchWormHeamer
10 daysallow opening multiple files at once + replace modesWormHeamer
12 daysdocumentation comment for txt_split_piece()WormHeamer
12 daysfix some logic errors in line navigationWormHeamer
12 dayssimplify and clarify txt_split_piece(), txt_insert(), txt_delete()WormHeamer
12 daysadd txt_range_equal()WormHeamer
12 daysadd txt_collect_range() and txt_read_chunk()WormHeamer
12 dayssome stuffWormHeamer
12 daystry and prevent 0-length splits occurringWormHeamer
12 daysvarious assertsWormHeamer
13 daysdeduplicate reinserted buffer text somewhatWormHeamer
13 daysfix txt_join_or_kill(), txt_delete_c()WormHeamer
13 daysremove most explicit Txt* params, fix some utf-8 problemsWormHeamer
13 daysadd Txt pointer to TxtLocWormHeamer
13 daysfix txt_byte() not returning 0 at end of bufferWormHeamer
13 daysdon't throw error on opening nonexistent file, "wb" for txt_saveWormHeamer
13 daysdon't do thatWormHeamer
13 daysuse O_CREAT in txt_load()WormHeamer
13 daysferror in the right placeWormHeamer
13 dayslots of features & bugfixes bothWormHeamer
13 daysput more emphasis on TxtLocWormHeamer
14 daystxt_save()WormHeamer
14 dayssome bugfixesWormHeamer
14 daysbasic piece table implementationWormHeamer