commit c8fe7cade54ccca2cdf022f84f348b2add298485
parent 7ff8ad819d069475239ab7ab7eceb4175f756a00
Author: Frederic Cambus <fred@statdns.com>
Date: Fri, 26 Oct 2018 18:41:46 +0200
Update TODO
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/TODO b/TODO
@@ -1,9 +1,7 @@
- Increment ansi_buffer by more than one element at a time when using realloc
in order to avoid wasting memory. Switch to OpenBSD reallocarray?
-- Use include-what-you-use to remove unnecessary headers
- Parse ANSI in two pass, like we do for Tundra, to avoid storing temporary
data and save memory?
-- Add an error function?
- Use OpenBSD style(9) for function prototypes and declarations?
- Be more resilient with corrupt files, especially ADF / IDF / XBIN files
with malformed headers