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