| File TODO.txt changed (mode: 100644) (index 2277b70..93d1d25) |
| 1 |
|
* Make error messages vim-friendly (special flag). |
|
| 2 |
|
|
|
| 3 |
1 |
* Better command-line parameter names and parsing: |
* Better command-line parameter names and parsing: |
| 4 |
2 |
- Don't silently ignore unsupported options. |
- Don't silently ignore unsupported options. |
| 5 |
|
- At least -h for help. |
|
|
3 |
|
- Add at least -h for help. |
| 6 |
4 |
|
|
| 7 |
5 |
* Add more useful asserts: |
* Add more useful asserts: |
| 8 |
6 |
- assert_string_empty() |
- assert_string_empty() |
| 9 |
7 |
|
|
| 10 |
|
* Remember test name for asserts and error messages so nested functions don't |
|
| 11 |
|
mess up the output. |
|
| 12 |
|
|
|
| 13 |
8 |
* Convert all files in the repository to *nix line endings. |
* Convert all files in the repository to *nix line endings. |
| 14 |
9 |
|
|
| 15 |
10 |
* Quiet mode: print nothing, but errors. |
* Quiet mode: print nothing, but errors. |