summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2022-03-20 21:41:34 (EDT)
committer P. J. McDermott <pj@pehjota.net>2022-03-20 21:41:34 (EDT)
commit46dffa4b113cb08e6a88f09820a735bb56b2bfbe (patch)
tree2caa70b340b5995c128e459957210316485e9093
parenta853f03d28a8b0c8e3907b5b127dfe41f93d1c1f (diff)
downloadatsign-46dffa4b113cb08e6a88f09820a735bb56b2bfbe.zip
atsign-46dffa4b113cb08e6a88f09820a735bb56b2bfbe.tar.gz
atsign-46dffa4b113cb08e6a88f09820a735bb56b2bfbe.tar.bz2
TODO: Add
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index b7ad21a..db97f6f 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,10 @@
spaces between specifiers in strptime() formats -- strftime()?
format printing: copy format to another buffer, skipping certain char
+ parsing: copy format one char at a time, changing placeholder to space
test with other libc's (newlib? musl? fbsd? obsd?)
`./@ 7:00 PM` doesn't work with musl strptime()
+add formats with "%a." and "%b."
+move formats into another source file
+update formats in README (or move to another file?)
test other times
gettext?