File: ChangeLog2016

package info (click to toggle)
dwarfutils 20180809-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,228 kB
  • sloc: ansic: 63,382; sh: 5,222; cpp: 4,041; makefile: 548; python: 445; awk: 11
file content (43 lines) | stat: -rw-r--r-- 1,824 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
2016-11-24  David Anderson
     * Makefile.in: Clean *~
2016-11-04  David Anderson
     * simplereader.c(printnamestrings): Remove C99-ism
       in favor of C90 style.
2016-09-30  David Anderson
     * configure.in: Add additional -fsanitize tests to
       --enable-sanitize
     * configure: Regenerated.
2016-09-21  David Anderson
     * Makefile.in: Added dwfsanitize when
       -fsanitize=address desired.
     * configure.in: Added --enable-sanitize option.
     * configure: Regenerated.
     * simplereader.c: Added trivial static array for string pointers
       so such can be freed at normal exit to avoid having
       malloc space problem reports from valgrind.
2016-09-05  David Anderson
     * simplereader.c: Adding --dumpallnames option
       so it becomes easy to analyze string usage in objects.
       (The analysys to be carried out be other code, not part
       of the libdwarf distribution.)
2016-04-21  Carlos Alberto Enciso
     * Use the _WIN32 macro to identify a WINDOWS specific code.
2016-03-14  DavidAnderson <davea42@earthlink.net>
      * frame1.c: Fixing various compiler warnings.
      * simplereader.c: In case a badly spelled
        argument given, exit with message, do not
        ignore the mistake.
2016-03-14  DavidAnderson <davea42@earthlink.net>
      * simplereader.c: --simpleerrhand flag
        lets us test an error handler
        when combined with --passnullerror.
        Fixed various warnings exposed by
        configure --enable-wall.
2016-03-13  DavidAnderson <davea42@earthlink.net>
      * simplereader.c: --passnullerror flag
        lets us test for libdwarf mistakes in
        handling a NULL error argument.
      * configure.in: Handle --enable-wall configure
        choice.
      * configure: Regenerated.
      * Makefile.in:  Handle --enable-wall.