summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2022-03-20 13:37:35 (EDT)
committer P. J. McDermott <pj@pehjota.net>2022-03-20 13:39:26 (EDT)
commit3d7338aa51b1f77b4c92df55132b9d42bd39b836 (patch)
treee725b83b5ab226ea79cc43fa8bc26679c5d791c5
parent485a6ccce7c5cea5fb0c8cdcb6033ea49763c148 (diff)
downloadatsign-3d7338aa51b1f77b4c92df55132b9d42bd39b836.zip
atsign-3d7338aa51b1f77b4c92df55132b9d42bd39b836.tar.gz
atsign-3d7338aa51b1f77b4c92df55132b9d42bd39b836.tar.bz2
TODO: Add tasks
-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?