From 22e4d073ee096e1aae644720aa18f6b6e3f39476 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 177f48d1b233253e79c02e0f46affb19d4777566 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 7cb96580dbf9c83b426c9a390dc4bfa6ecb5d6cf 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 cf5f44628250cd7b5cc2e2f2d80f501d0fa53615 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