Remember to add an example application and test build + linking

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-11-04 11:10:38 +01:00
parent 58da3b6bd2
commit aa80483e25

View File

@ -1,8 +1,9 @@
#+STARTUP: showall
* sysklogd v2.0
** Add example application, test building and running it from Travis-CI
** TODO Check for memory/descriptor leaks, valgrind/Coverity
** TODO Drop strlcpy() from libsyslog, make built-in?
** DONE Drop strlcpy() from libsyslog, make built-in? (marked as weak alias)
** DONE Document, and add examle of, how to use libsyslog
** DONE Separate libsylog.{a,so} and syslog/syslog.h with NetBSD API
** DONE Add syslogp() and vsyslogp() to libsyslog