New release: pstack 1.3.1

This commit is contained in:
Thomas Preud'homme 2011-10-03 22:36:56 +02:00
부모 8a440f169b
커밋 8ade3d5cb9
2개의 변경된 파일15개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -2,3 +2,4 @@
1.1 25/Feb/2002
1.2 12/Nov/2003
1.3 02/Oct/2011
1.3.1 03/Oct/2011

파일 보기

@ -1,3 +1,17 @@
** pstack 1.3.1 **
Thomas Preud'homme (6):
Fix incorrect ptrace failure tests in crawl()
Add -Wextra flags to CFLAGS and fix warnings
Remove distribution specific variables in Makefile
Respect CFLAGS from the environment
Support DESTDIR and PREFIX variables in Makefile
Rewrite archive and cvstag make rules for git
Don't include .*ignore files in archives
Compile with -g -O2 by default
Make struct used by PTRACE_GETREGS arch-dependant
Error out if no object file header
** pstack 1.3 **
Baruch Even (1):
@ -15,4 +29,3 @@ Thomas Preud'homme (12):
Add support for armel architecture
Include <endian.h> as fallback for endianness
Do not call perror in crawl() if no ptrace error