diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2016-03-20 14:14:09 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2016-03-20 14:14:09 +0100 |
commit | 26c97bd203f6cf5aa33b65e53db19662e5cec4cf (patch) | |
tree | 38796d4ff4f579924812d95ef4c4fa08e6a2fa34 /TODO | |
parent | ff283804e0dc61f2e6e7ad3de072f354df74effe (diff) |
update CHANGELOG and TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1 +1,4 @@ [ ] cleanup xml.{c,h} +[?] faster UTC time parsing: Musl libc timegm() function (deprecated), is + much faster than our current time parsing. Keep in mind we have to be + portable and don't bloat/complicate the code, so it's a maybe. |