summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2022-03-20 18:01:24 (EDT)
committer P. J. McDermott <pj@pehjota.net>2022-03-20 18:01:24 (EDT)
commit90b59c4aeeabf47ea0977872e982fac515e47e32 (patch)
tree2c3317476568237513471f754a27d24829c5e936 /TODO
parent64b024858ecb68ca89008325c33f73f12a0c2abc (diff)
downloadatsign-90b59c4aeeabf47ea0977872e982fac515e47e32.zip
atsign-90b59c4aeeabf47ea0977872e982fac515e47e32.tar.gz
atsign-90b59c4aeeabf47ea0977872e982fac515e47e32.tar.bz2
main: Replace strtol() calls with sscanf()
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index cb5596e..f59891c 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,6 @@ 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()
-maybe sscanf() instead of strtol()
formats test
test other times
"." in date/time formats