aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: 509956951ceb116d73d0885c5f35a64b708cf0b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Fri Aug 10 11:11:11 IDT 2018
============================

A semi-random list of things to look into.

1. DONE. Make sure the FIXES file has everything after the date order
was reversed.

2. DONE. Look into the problem that NF-- doesn't throw away the last field.
This a long-standing issue.

3. DONE. Add suport for %a and %A printf formats.

4. DONE. Look into the problem that string conversions are sticky; once
done they never change, even if OFMT or CONVFMT do. Similarly, a
conversion from OFMT becomes the permanent string value, which is
incorrect.

5. MAYBE: Improve the test suite enough so that it can be cleaned up after
it was run, and old results can be saved for comparison.