                                         13 Apr 2010

1. Process the contents of archives

2. Switch off the reading of a ndb file via a command line option

3. Specify an alternative default ndb file

4. Literals not to match,

4a Some comment contents e.g.,  IEEE 802.3 standard
   Treat literal in August 1996. as a year, i.e., ignore it

4b. Fortran specific input FOMAT (11X,2(F10.4,5X,'''',L1,'''',2X))

     IF (X.LT.2)
     FORMAT (11X,2(F10.4,5X,'''',L1,'''',2X))

4c. C headers math-68881.h

5. Make more use of -/+ sign

6. Handle multiple instances of the same value

7. Improve handling of 'data' files, e.g., postscript

   In:
     7CDA3F577075245561191667923D37830EEC37A0161B6A3EC8FDD63CDB8C8D4A

   577075245561191667923D37830 should not be treated as being a floating-point
   literal.

7a. Numbers in filenames

8.  xxx

9. Handle literals partially matching a !need set as unmatched
   at end-of-file

10. Support locality of reference for !need literals

