diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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. |