diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-01-05 19:13:47 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-01-05 19:13:47 +0100 |
commit | 76cac881ede3d01086aba161779957fc14db1282 (patch) | |
tree | ba21022283299dc7f33864ee7f8f1b66c45d041e | |
parent | 6d165ea18edb0f4ec3e7641a4ed8e79e1f0814aa (diff) |
update TODO
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,9 +1,9 @@ +[ ] 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. -[ ] use openbsd sys/queue.h for util.c linked-list and sfeed_frames.c [ ] rewrite xml.{c,h} [ ] xml: check read errors: ferror, return code of fread, fwrite, fclose... |