]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Update TODO
authorGuillem Jover <guillem@hadrons.org>
Tue, 6 Jun 2017 02:56:49 +0000 (04:56 +0200)
committerGuillem Jover <guillem@hadrons.org>
Fri, 9 Jun 2017 03:47:07 +0000 (05:47 +0200)
TODO

diff --git a/TODO b/TODO
index 1e96cb50c45b36dc6dd02c633658d9e3a288e8bb..c2922af5124335c46c6ed3e8f8d9b1ae676a3fd3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,11 @@
 * Add more functions used by ported packages (check openssh).
+* Add more unit tests.
 * Add missing man pages.
+  - bsd_getopt.
+  - timeconv?
 * Add a README.import file.
+* Handle LFS properly. By default the library emits LFS objects, but might
+  be used by non-LFS objects. We should either provide foo and foo64
+  functions and appropriate mappings on _FILE_OFFSET_BITS=64,
+  _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE. Or error out when the off_t
+  used by the code including us does not match a 64-bit type.