summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWolfgang Hommel <wolfgang.hommel@unibw.de>2019-08-12 12:25:41 +0200
committerWolfgang Hommel <wolfgang.hommel@unibw.de>2019-08-12 12:25:41 +0200
commitaa091db2867318693192fe72a6e404ca4f9ebc48 (patch)
tree042039c27e6aa38fd7a3176b04a33f356cc80146 /TODO
parent5e56e9a8fe5572ba0ed484981af669cc3bbf52b3 (diff)
downloadlibfaketime-aa091db2867318693192fe72a6e404ca4f9ebc48.tar.gz
Preparations for 0.9.8 release
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODO b/TODO
index b8c801c..aeda10d 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,10 @@
Open issues / next steps for libfaketime development
+- support interception of further system calls, e.g. clock_nanosleep (#105),
+ walltime (#195), chrono::system_clock::now (#176), select (#115)
+
+- fake timer_create and friends
- add more functional tests that check more than the basic functionality
- use the testing framework to also implement unit tests
-- fake timer_create and friends
- work around thread local storage issue, e.g., by using pthreads
-- add autoconf/automake support to get rid of separate Makefile.OSX
-- improve pthread support
-
+- integrate manchicken's autoconf/automake support to get rid of separate Makefile.OSX