aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* use __typeof__ instead of typeof to build with stricter standardsMike Frysinger2015-08-131-1/+1
|
* migrate to gitv1.0Mike Frysinger2015-03-021-1/+0
|
* scanmacho: fix up signed warnings with newer gccMike Frysinger2013-04-161-2/+2
|
* update copyright yearsMike Frysinger2012-11-041-5/+5
|
* convert core pointers to void* to avoid ugly casts and gcc alignment ↵Mike Frysinger2010-01-151-3/+3
| | | | warnings #290543
* cleanup code style a bit and simplify a bunch of places -- hopefully i didnt ↵Mike Frysinger2008-12-301-1/+4
| | | | break anything
* Initial commit of Mach-O related files. (bug #236512)Fabian Groffen2008-09-081-12/+39
| | | | | | | | | | - added macho.h (Mach-O definitions) and scanmacho.c (the scanelf equivalent for Mach-O files) - changed the Makefile to compile scanmacho (tested compilation on Darwin and Solaris) - changed paxinc.h to include macho.h and paxmacho.h - extended paxmacho.[ch] with relevant code to read meta information from Mach-O files
* - update copyright headersNed Ludd2007-05-231-4/+4
|
* update copyright years and unify headers in porting.hMike Frysinger2006-01-051-4/+4
|
* flesh out more of mach-o support (disabled for now)Mike Frysinger2005-11-021-0/+29