summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index ae2ec10..365e5d2 100644
--- a/TODO
+++ b/TODO
@@ -126,7 +126,8 @@ Main:
==========================================================================
Man pages:
- [ ] - Write man page for 'miav'
+ [x] - Write man page for 'miav'
+ [x] - Write man page for 'miav.conf'
Makesystem:
[x] - "Port" to automake/autoconf
@@ -143,9 +144,10 @@ Makesystem:
MiavConfig:
[x] - Integrate file parser.
[x] - Use error object.
- [ ] - Make code for input validity test.
+ [x] - Make code for input validity test.
[x] - Initialize one global configuration object.
- [ ] - BUG: Parse error when string occur with length 1
+ [x] - BUG: Parse error when string occur with length 1
+ [x] - Test it.
ErrorObject:
[x] - Make it.