summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3be30d2..4dd587d 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,11 @@
spaces between specifiers in strptime() formats -- strftime()?
+ format printing: copy format to another buffer, skipping certain char
test with other libc's (newlib? musl? fbsd? obsd?)
`./@ 7:00 PM` doesn't work with musl strptime()
+--disable-tests to shrink executable size
+ find strtol() in configure
+maybe sscanf() instead of strtol()
+formats test
+test other times
+"." in date/time formats
gettext?