X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/c5c3510f485cb66603842effca3b0d9f57216983..c13f47a643088947b27e2ec99422ff28c44af6a9:/TODO diff --git a/TODO b/TODO index 0f94d49..e362fa2 100644 --- a/TODO +++ b/TODO @@ -3,18 +3,11 @@ TODO list for agedu Before it's non-embarrassingly releasable: - - cross-Unix portability: - + use autoconf - * configure use of stat64 - * configure use of /proc/net/tcp - * configure use of /dev/random - * configure use of Linux syscall magic replacing readdir - + later glibcs have fdopendir, hooray! So we can use that - too, if it's available and O_NOATIME is too. - * what do we do elsewhere about _GNU_SOURCE? - - - New mode: --remove, to destroy the data file. Handy for - totally self-contained usage: "-s . -w -R". + - now we have a configure framework, actually use it to: + * configure use of stat64 + * configure use of Linux syscall magic replacing readdir + + later glibcs have fdopendir, hooray! So we can use that + too, if it's available and O_NOATIME is too. - man page, --version.