diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-05-30 06:29:18 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-05-30 06:29:18 +0100 |
commit | 652ef404582555d9f7fca855424108a57cdea3ad (patch) | |
tree | b9106730be79381027b50fd48bd3b99c5400a6ac /TODO.org | |
parent | 8a4e57da301445ae4ad7bf06a7ce18c3091ac9df (diff) |
Reimplemented (and fixed) insert/append
Diffstat (limited to 'TODO.org')
-rw-r--r-- | TODO.org | 21 |
1 files changed, 13 insertions, 8 deletions
@@ -2,6 +2,9 @@ * IN-PROGRESS FIXME +** TODO Implement check on file modified +** DONE Re-check insert/append (test_insapp failing with a double-free) +** TODO Re-check delete as well (maybe related to insert/append?!?!?) ** DONE check file name input in 'f' and 'w' ** DONE Change read_lines to use __get_lines (let fin point to the file to read from...) @@ -13,7 +16,7 @@ ** TODO E ** TODO E ! ** TODO j -** TODO t +** IN-PROGRESS t ** TODO m ** TODO r ** TODO # @@ -33,9 +36,11 @@ ** DONE f -* IN-PROGRESS Addresses [11/14] -** TODO Probably rethink (and/or rewrite) addressing -- see below -** TODO Reimplement "," (assign addr2=addr1 in there!!!!) +* IN-PROGRESS Addresses [14/15] +** TODO Test addressing extensively +*** TODO test "-,+n" (not working) +** DONE Probably rethink (and/or rewrite) addressing -- see below +** DONE Reimplement "," (assign addr2=addr1 in there!!!!) ** DONE Reimplement offsets [3/3] *** DONE "," does not work as expected in "1,+10n" *** DONE addresses like "+1,+2" do not work properly @@ -51,7 +56,7 @@ ** DONE $ ** DONE . ** DONE ; -** IN-PROGRESS Offsets (+-) [0/3] -*** TODO Test offsets like 1++++n -*** TODO Test offsets like 1+10+10 -*** TODO test offsets like 10+-++--10 +** DONE Offsets (+-) [3/3] +*** DONE Test offsets like 1++++n +*** DONE Test offsets like 1+10+10 +*** DONE test offsets like 10+-++--10 |