New release: pstack 1.3

This commit is contained in:
Thomas Preud'homme 2011-10-02 20:41:54 +02:00
parent 3172e4c057
commit 3ce8c91fd9
2 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,4 @@
1.0 12/Oct/1999 07:20:09 PDT
1.1 25/Feb/2002
1.2 12/Nov/2003
1.3 02/Oct/2011

18
changelog Normal file
View File

@ -0,0 +1,18 @@
** pstack 1.3 **
Baruch Even (1):
Improve error handling
Thomas Preud'homme (12):
Remove pstack unconditionally in clean target.
Don't fail with shared object without name
Fix incorrect error checking
Don't segfault if no _DYNAMIC symbol is found
Use strerror on syscall failure
Port pstack to amd64 architecture
Fix compilation on i386 arch.
Separate arch dependant and arch independant code
Add support for armel architecture
Include <endian.h> as fallback for endianness
Do not call perror in crawl() if no ptrace error