commit 2977ec4a2056fc76196e700965279257e73f7581
parent 64773b6c9aca9d73218bf2e4048794b129cc0382
Author: Frederic Cambus <fred@statdns.com>
Date: Wed, 4 Jul 2018 11:25:05 +0200
Update TODO
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/TODO b/TODO
@@ -5,9 +5,6 @@
- Parse ANSI in two pass, like we do for Tundra, to avoid storing temporary
data and save memory?
- Add an error function?
-- Verify exit values consistency and document them if we keep using more
- values than just 0 and 1?
- Use OpenBSD style(9) for function prototypes and declarations?
- Be more resilient with corrupt files, especially ADF / IDF / XBIN files
with malformed headers
-- Avoid reading the whole file in memory before parsing?