From 2994a8d0ba51c8afe889728617b30db351bfd82a Mon Sep 17 00:00:00 2001 From: raiz Date: Tue, 27 Dec 2016 20:32:22 +0300 Subject: TODO update --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 TODO.md (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..3ad8835 --- /dev/null +++ b/TODO.md @@ -0,0 +1,4 @@ +[ ] fix build on OpenBSD +[ ] fix build on NetBSD +[ ] fix build on FreeBSD +[ ] test wifi functions after the last few commits -- cgit v1.2.3 From d1dd72bae955d8f2c0861db5a8c449e423ee3495 Mon Sep 17 00:00:00 2001 From: raiz Date: Tue, 27 Dec 2016 20:33:28 +0300 Subject: another TODO update --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 3ad8835..314cd91 100644 --- a/TODO.md +++ b/TODO.md @@ -2,3 +2,5 @@ [ ] fix build on NetBSD [ ] fix build on FreeBSD [ ] test wifi functions after the last few commits +[ ] allow calling routines from command line arguments like: slstatus --datetime "%F %T" + [ ] see if drkhsh approves it -- cgit v1.2.3 From 0a3aa0b4e6dac661f3c318ac3f61e01668442903 Mon Sep 17 00:00:00 2001 From: raiz Date: Thu, 29 Dec 2016 15:37:17 +0300 Subject: fix TODO markdown syntax && update --- TODO.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 314cd91..c95b57d 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,6 @@ -[ ] fix build on OpenBSD -[ ] fix build on NetBSD -[ ] fix build on FreeBSD -[ ] test wifi functions after the last few commits -[ ] allow calling routines from command line arguments like: slstatus --datetime "%F %T" - [ ] see if drkhsh approves it +* [ ] fix build on OpenBSD +* [ ] fix build on NetBSD +* [ ] fix build on FreeBSD +* [ ] test wifi functions after the last few commits +* [ ] allow calling routines from command line arguments like: slstatus --datetime "%F %T" +* [X] see if drkhsh approves it -- cgit v1.2.3 From d7fbcb3586de88bdd7a99ff25221646adf19a38e Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Thu, 29 Dec 2016 23:30:17 +0100 Subject: tested wifi --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index c95b57d..0c8b552 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,6 @@ * [ ] fix build on OpenBSD * [ ] fix build on NetBSD * [ ] fix build on FreeBSD -* [ ] test wifi functions after the last few commits +* [X] test wifi functions after the last few commits * [ ] allow calling routines from command line arguments like: slstatus --datetime "%F %T" * [X] see if drkhsh approves it -- cgit v1.2.3