commit 6a41c5a89077421de7482d220ab91b116a68557f
parent 966d9dfe0a7963912edabbc2094f2e29e32e5d79
Author: Frederic Cambus <fred@statdns.com>
Date: Wed, 20 Jan 2016 16:56:55 +0100
Updating TODO
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/TODO b/TODO
@@ -2,3 +2,6 @@
- Refactor stuff inherited from the PHP version
- Display mode information in summary
- Use standard C functions to parse ANSI sequences and get rid of explode
+- Drop 'strdup' in the SAUCE functions as it's not C99, and switch back to
+ compiling with -std=c99 instead of -std=gnu99
+