diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-01-04 21:04:28 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-01-04 21:04:28 +0100 |
commit | 9b2038f63b9942640dfd174bb922eec4c848ccbc (patch) | |
tree | 1294ee8c403cceb26b4df273a24a4554b286c2fd /TODO | |
parent | 38837afd9b84d7f5b6e39072928a1f8ff2733a39 (diff) |
cleanup a bit
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,10 +1,7 @@ -[ ] remove typedef for FeedItem, FeedTag etc. -[ ] fix timezone in slashdot.xml - [ ] string_append: make sure some fields can only be set once (first field counts?). +[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_frame: snprintf check truncated, <= 0 and >= size. [ ] sfeed.c: document ctx.iscontent and ctx.iscontenttag. [ ] use openbsd sys/queue.h for util.c linked-list and sfeed_frames.c [ ] rewrite xml.{c,h} |