2011-06-12  DavidAnderson <davea42@earthlink.net>
      * dwarfdump.cc: Updated version string. 
2011-06-06  DavidAnderson <davea42@earthlink.net>
      * dwarfdump.cc: Updated version string. 
      * print_die.cc: Corrected handling of DW_AT_data_member_location.
        Corrected handling of 'class constant' function
        formxdata_print_value() so it does not leak memory.
2010-06-05  DavidAnderson <davea42@earthlink.net>
      * dwarfdump.cc: Updated DWARF_VERSION string.
2010-06-04  DavidAnderson <davea42@earthlink.net>
      * dwarfdump.cc: Updated DWARF_VERSION string.
2010-04-23  DavidAnderson <davea42@earthlink.net>
      * dwarfdump.cc: Updated DWARF_VERSION string.
2011-03-29  DavidAnderson <davea42@earthlink.net>
      * everything.  All the code and headers had indentations
        changed for a consistent appearance.
2011-01-17  DavidAnderson <davea42@earthlink.net>
      * dwarfdump.1: Amplify the -l line table description.
      * Makefile.in: Add uri.cc, uri.h.
      * dwarfdump.cc: update version string.
      * uri.c, uri.h: Implemented translate_to_uri()
        so file pathnames with difficult characters print
        using the url/uri %xx form.
      * print_lines.cc: Call translate_to_uri().
        Rearrange the order of the line flags and the filepath.
        Abbreviate the line flags.
2011-01-15  DavidAnderson <davea42@earthlink.net>
      * print_lines.cc: Alter line printing to a new format
        and with plain -l (no -v) print long pathnames in
        line output as <file path at pc 0xnnnnnnn> after
        the first occurance of a name.
      * dwarfdump.cc: update version string.
2011-01-13  DavidAnderson <davea42@earthlink.net>
      * fderegs.h: Ensure regTable_ is zeroed.
      * print_frames.cc: Ensure cfadata local variable
        is zeroed.
      * print_die.cc: Fix up DW_FORM_ref_sig8 and DW_FORM_sec_offset
        output.
2011-01-13  DavidAnderson <davea42@earthlink.net>
      * print_die.cc:  Handle DW_FORM_exprloc properly. 
      * dwarfdump.cc:  Update version string.
      * print_frames.c: Add comments about address size
        issue. Move some instance variables to first-use location.
