Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / bsd / file / dist / TODO
blob4e3e17ee73834381387f739d27c4330fed972895
1 Fix output so that tests for MIME and APPLE flags are not needed all
2 over the place, and actual output is only done in one place. This
3 needs a design. Suggestion: push possible outputs on to a list, then
4 pick the last-pushed (most specific, one hopes) value at the end, or
5 use a default if the list is empty.
7 Continue to squash all magic bugs. See Debian BTS for a good source.
9 Store arbitrarily long strings, for example for %s patterns, so that
10 they can be printed out. Fixes Debian bug #271672.
12 Add syntax for other sorts of counted string (Debian bug #466032). Use
13 to fix bug #283760.
15 Add syntax for relative offsets after current level (Debian bug #466037).