File: ChangeLog2017

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 (14 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2017-12-21  David Anderson
     * simplereader.c: A DIE was not getting deallocated, now
       it is deallocated, avoiding a memory leak. 
2017-12-17  David Anderson
     * Makefile.in: Add CPPFLAGS, helpful for one user build,
       harmless to others. 
2017-08-21  David Anderson
     * configure.in: Add unistd.h to AC_CHECK_HEADERS.
     * configure: Regenerated.
     * frame1.c: Add #ifdef and include config.h to
       make windows builds easier.
     * simplereader.c: Change #ifdef to
       make windows builds easier.