summaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org21
1 files changed, 13 insertions, 8 deletions
diff --git a/TODO.org b/TODO.org
index 9d20a5f..6a72e1a 100644
--- a/TODO.org
+++ b/TODO.org
@@ -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