From aa80483e252d72b0fde911c9746fb6f8666216d2 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Mon, 4 Nov 2019 11:10:38 +0100 Subject: [PATCH] Remember to add an example application and test build + linking Signed-off-by: Joachim Nilsson --- TODO.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.org b/TODO.org index dd3c0a8..a49f498 100644 --- a/TODO.org +++ b/TODO.org @@ -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