12016-11-24  David Anderson
2     * Makefile.in: Clean *~
32016-11-04  David Anderson
4     * simplereader.c(printnamestrings): Remove C99-ism
5       in favor of C90 style.
62016-09-30  David Anderson
7     * configure.in: Add additional -fsanitize tests to
8       --enable-sanitize
9     * configure: Regenerated.
102016-09-21  David Anderson
11     * Makefile.in: Added dwfsanitize when
12       -fsanitize=address desired.
13     * configure.in: Added --enable-sanitize option.
14     * configure: Regenerated.
15     * simplereader.c: Added trivial static array for string pointers
16       so such can be freed at normal exit to avoid having
17       malloc space problem reports from valgrind.
182016-09-05  David Anderson
19     * simplereader.c: Adding --dumpallnames option
20       so it becomes easy to analyze string usage in objects.
21       (The analysys to be carried out be other code, not part
22       of the libdwarf distribution.)
232016-04-21  Carlos Alberto Enciso
24     * Use the _WIN32 macro to identify a WINDOWS specific code.
252016-03-14  DavidAnderson <davea42@earthlink.net>
26      * frame1.c: Fixing various compiler warnings.
27      * simplereader.c: In case a badly spelled
28        argument given, exit with message, do not
29        ignore the mistake.
302016-03-14  DavidAnderson <davea42@earthlink.net>
31      * simplereader.c: --simpleerrhand flag
32        lets us test an error handler
33        when combined with --passnullerror.
34        Fixed various warnings exposed by
35        configure --enable-wall.
362016-03-13  DavidAnderson <davea42@earthlink.net>
37      * simplereader.c: --passnullerror flag
38        lets us test for libdwarf mistakes in
39        handling a NULL error argument.
40      * configure.in: Handle --enable-wall configure
41        choice.
42      * configure: Regenerated.
43      * Makefile.in:  Handle --enable-wall.
44