summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remaining sing-compare warningsdarealshinji2015-11-291-3/+3
* Merge pull request #65 from AaronDMarasco-VSI/masterEelco Dolstra2015-09-111-6/+6
|\
| * Less autotools, more RPM. Also escaped commented out %.Aaron D. Marasco2015-09-111-3/+3
| * Use location macrosAaron D. Marasco2015-09-111-4/+4
|/
* PR #40 had the side-effect of fixing the ia64 testEelco Dolstra2015-07-231-2/+0
* Merge branch 'skip-missing' of https://github.com/ttuegel/patchelfEelco Dolstra2015-07-231-3/+10
|\
| * Allow DT_REL without .rel.dyn or .rel.gotThomas Tuegel2014-09-121-3/+10
* | Merge branch 'move-sections' of https://github.com/ttuegel/patchelfEelco Dolstra2015-07-231-5/+16
|\ \
| * | Move section headers if they would be overwrittenThomas Tuegel2014-09-121-5/+16
| |/
* | Merge branch 'patch-3' of https://github.com/darealshinji/patchelfmodEelco Dolstra2015-07-231-1/+31
|\ \
| * | Add '--remove-rpath' optiondarealshinji2015-07-131-1/+31
* | | Merge branch 'patch-2' of https://github.com/darealshinji/patchelfmodEelco Dolstra2015-07-233-60/+80
|\ \ \
| * | | soname test: set an initial DT_SONAME entrydarealshinji2015-07-131-1/+10
| * | | tests: build libsimple without sonamedarealshinji2015-07-131-1/+1
| * | | Create new soname entry if shlib is missing one, merge modifySoname() and get...darealshinji2015-07-131-58/+69
| |/ /
* | | Merge branch 'patch-1' of https://github.com/darealshinji/patchelfmodEelco Dolstra2015-07-232-38/+9
|\ \ \
| * | | Don't need libattr and libacl anymoredarealshinji2015-07-131-8/+0
| * | | Don't create a temporary copy to not break hardlinks (fixes #32)darealshinji2015-07-131-30/+9
| |/ /
* | | Configure automatically the page size with a runtime call, solve the issue #5...Adrien Devresse2015-07-232-21/+29
* | | Change configure.ac from OpenWrt to support Mac OSAlexandre Pretyman2015-07-171-1/+1
|/ /
* | Quick fix for #47Eelco Dolstra2015-07-101-1/+1
* | Merge pull request #35 from darealshinji/patch-2Eelco Dolstra2015-06-231-217/+847
|\ \
| * | comment out Glibc-specific linesdarealshinji2014-08-291-4/+4
| * | revert changesdarealshinji2014-08-281-33/+3
| * | Update configure.acdarealshinji2014-08-281-3/+33
| * | Update elf.hdarealshinji2014-08-281-217/+847
| |/
* | man page: add docs for two options from readmeVladimír Čunát2015-06-231-0/+8
* | Remove Hydra scheduling prioritiesEelco Dolstra2014-11-201-66/+66
* | Add Fedora 20 and Ubuntu 14.10 buildsEelco Dolstra2014-11-201-0/+4
* | Shut up some warningsEelco Dolstra2014-11-061-9/+5
* | let's print compiler warningsdarealshinji2014-11-061-0/+2
* | Merge pull request #42 from xiaosuo/masterEelco Dolstra2014-11-062-0/+54
|\ \
| * | Add option --no-default-libChangli Gao2014-10-222-0/+54
|/ /
* | Disable OpenSuSE 11.0 buildsEelco Dolstra2014-09-251-2/+2
* | Disable FreeBSD buildsEelco Dolstra2014-09-251-1/+1
|/
* Fix build on LinuxEelco Dolstra2014-08-181-0/+2
* StyleEelco Dolstra2014-07-291-3/+6
* Add dependency on acl/attr packagesEelco Dolstra2014-07-291-0/+1
* Use libattr and libacl to copy permissions if availableJeremy Sanders2014-07-292-0/+25
* no-rpath-prebuild.sh: Don't run resulting binaryEelco Dolstra2014-07-181-6/+3
* Build on Ubuntu 14.04Eelco Dolstra2014-07-181-2/+4
* Update .gitignoreEelco Dolstra2014-04-241-0/+18
* Merge branch 'master' of github.com:vdanjean/patchelfEelco Dolstra2014-04-2419-8/+86
|\
| * rewrite no-rpath testVincent Danjean2012-07-1119-8/+85
| * Merge remote-tracking branch 'origin/master'Vincent Danjean2012-07-110-0/+0
| |\
| * | Rewrite tests in automakeVincent Danjean2012-06-212-38/+46
| * | Add a .gitignore for all file generated by ./bootstrap.shVincent Danjean2012-06-211-0/+7
| * | Cleanup configure.acVincent Danjean2012-06-211-2/+3
| * | Allow parallel execution of testsVincent Danjean2012-06-217-65/+72
| * | Use autoreconf to bootstrap the projectVincent Danjean2012-06-211-4/+1