From 26c97bd203f6cf5aa33b65e53db19662e5cec4cf Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 20 Mar 2016 14:14:09 +0100 Subject: update CHANGELOG and TODO --- TODO | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index d2e6f79..d3c1c51 100644 --- a/TODO +++ b/TODO @@ -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. -- cgit v1.2.3