aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-27 16:12:43 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-27 16:12:43 -0500
commita5e791a9a6c36dab74e10c648403b0538f7e6fb5 (patch)
tree73bfe452aacbfc8de1853e1c6a8da9d49fb3cf6b
parent460ce868edacbce45e757e6aa01a89cddbbba87c (diff)
downloadunalf-a5e791a9a6c36dab74e10c648403b0538f7e6fb5.tar.gz
Update TODO.txt.
-rw-r--r--TODO.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index e34e1d5..9024d8e 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,3 +1,18 @@
+- more options for alf:
+ -a - convert tabs/EOLs to atari, in text files
+ -A - convert tabs/EOLs to atari, all files
+ -td - use default DZ.COM timestamp
+ -tz - use zero timestamp
+ -tg - use GMT for timestamps rather than local time
+
+- pad filename field in header with 0x20, so our .alf
+ files will be identical to those made by DZ.COM.
+
+- unalf -f option (fix, by removing the junk at EOF if found)
+
+- rename project. calling it "unalf" when it contains both alf and
+ unalf is confusing. think of a good name first.
+
- fuzz unalf and unalf with afl++ or similar.
- clean up alf, try to make it faster.