summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-01-05 19:56:12 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-01-05 19:56:12 +0100
commit1c689217b143d16a824e818b2cfe942a934b30c2 (patch)
tree39e6568c6e86704502e3dcef3c88d80ab044bbdd /TODO
parent1f75e9bc3f49ada6ebdbe9812a8dc92cb75b8afa (diff)
remove some TODOs, style
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 3 insertions, 4 deletions
diff --git a/TODO b/TODO
index 95467b4..7de0d39 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,9 @@
+[ ] grep -H -n *.c 'TODO:'
+[ ] rewrite xml.{c,h}
[ ] check truncation (strlcpy, snprintf etc), especially for paths.
[x] fix timezone in slashdot.xml
[x] string_append: make sure some fields can only be set once (first field counts?).
[ ] test new parsetime and gettimetz code.
-[ ] grep -H -n *.c 'TODO:'
-[ ] sfeed.c: document ctx.iscontent and ctx.iscontenttag.
-[ ] rewrite xml.{c,h}
[ ] xml: check read errors:
ferror, return code of fread, fwrite, fclose...
[ ] separate codepointtoutf8 and entity handling from sfeed.c into xml.c?
@@ -17,8 +16,8 @@
[ ] sfeed_opml_export
[ ] feeds file: empty tab (encoding can't be detected?)
[ ] optimize
+ [ ] benchmark / profile callstack.
[ ] gettag() lookup.
[ ] namedentitytostr lookup.
[ ] xml parser, etc.
[?] add sfeed_atom ? to aggregate feeds?
-