summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-11-17 00:04:58 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-11-17 00:04:58 +0100
commit93f397c19641e0c1da7ab41cbd91c57b0a750f9a (patch)
tree2ec148480ad8830e76f0f587aa1ac7f3bcf49fb2 /TODO
parent242559a6cdfe5ad7d021a50995bda916ee41dfc8 (diff)
code-style, ugly test-code (remove later)
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7c04881..8011deb 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,12 @@
+[ ] check read errors:
+ ferror, return code of fread, fwrite, fclose...
+
+[x] handle invalid value in strtoul.
+[x] compile with -Wextra and use (void) to ignore unused parameters?
+[x] use uint32_t for codepointtoutf8?
+
+[ ] separate codepointtoutf8 and entity handling from sfeed.c into xml.c?
+
[ ] test again on:
- Linux (glibc+gcc, musl-gcc, clang, tcc).
- OpenBSD