commit e7a408451017df226d28a838817ce3c8732c5e16 parent fa22f1447259be56f88aec71ec0292980caa4d1c Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Wed, 8 May 2019 19:13:28 +0200 remove TODO Diffstat:
D | TODO | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/TODO b/TODO @@ -1,4 +0,0 @@ -[ ] 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.