summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * Mark the 0.3 release as stable.0.3-releaseEelco Dolstra2007-05-241-1/+1
* (no commit message)Eelco Dolstra2007-05-240-0/+0
* * Updated the release history.Eelco Dolstra2007-05-241-6/+8
* * The Group field is required.Eelco Dolstra2007-03-211-0/+2
* * An RPM spec file for PatchELF.Eelco Dolstra2007-03-212-1/+38
* * Dummy commit.Eelco Dolstra2007-03-191-0/+1
* * When sorting the sections, make sure that we maintain the sh_linkEelco Dolstra2007-02-011-10/+49
* * Keep the section headers sorted by offset. If we don't, we won'tEelco Dolstra2007-02-011-6/+50
* * Support big endian binaries (such as on powerpc-linux).Eelco Dolstra2007-01-312-88/+117
* (no commit message)Eelco Dolstra2007-01-311-0/+4
* * .rel.plt is called .rela.plt on x86_64-linux.Eelco Dolstra2007-01-313-4/+16
* * Instantiate the right template depending on whether the file is 32Eelco Dolstra2007-01-313-17/+44
* * Templatise the ElfFile class to take the Elf32_* types asEelco Dolstra2007-01-311-59/+74
* * Put the ELF operations in a class.Eelco Dolstra2007-01-311-35/+77
* * Print error messages on stderr.Eelco Dolstra2007-01-311-2/+2
* * --shrink-rpath doesn't take an argument.Eelco Dolstra2007-01-181-1/+1
* * Bump the version number.Eelco Dolstra2007-01-151-1/+1
* * DOH!Eelco Dolstra2007-01-151-1/+1
* * Mark as stable.Eelco Dolstra2007-01-152-2/+2
* * Release notes.Eelco Dolstra2007-01-151-0/+12
* * Hack: if we can't find .rel.dyn, use .rel.got. No idea if thisEelco Dolstra2006-03-031-5/+20
* * Bump the revision number to 0.2.Eelco Dolstra2005-10-111-1/+1
* * `--interpreter' -> `--set-interpreter'.Eelco Dolstra2005-10-115-6/+6
* * Add a README and a license.Eelco Dolstra2005-10-113-0/+379
* * A `--debug' flag.Eelco Dolstra2005-10-042-16/+38
* * Fix computation of the new start page.Eelco Dolstra2005-10-031-15/+22
* * Add a test for programs that crash when .dynstr etc. are moved.Eelco Dolstra2005-10-033-7/+40
* * Use a bigger maximum size.Eelco Dolstra2005-10-021-1/+2
* * Handle the case where no RPATH is present, so the .dynamic table hasEelco Dolstra2005-10-014-77/+152
* * Handle `--set-rpath' for the growing case.Eelco Dolstra2005-09-304-22/+58
* * `patchelf --set-rpath': short case.Eelco Dolstra2005-09-303-19/+35
* * Refactoring continued: `--shrink-rpath' works again.Eelco Dolstra2005-09-301-134/+61
* * Clear out trailing and padding space.Eelco Dolstra2005-09-301-1/+6
* * Revert.Eelco Dolstra2005-09-301-1/+1
* * Refactoring continued: `--set-interpreter' works again.Eelco Dolstra2005-09-302-50/+92
* * Start of refactoring to support growing the RPATH.Eelco Dolstra2005-09-301-28/+207
* * Doh!Eelco Dolstra2005-09-301-1/+1
* * Also try a interpreter with a long name.Eelco Dolstra2005-09-303-6/+26
* * Set a interpreter with a short name.Eelco Dolstra2005-09-302-3/+3
* * C++-ify.Eelco Dolstra2005-09-302-97/+93
* * Use a real programming language.Eelco Dolstra2005-09-303-5/+7
* * Don't use an impure test path.Eelco Dolstra2005-09-291-1/+1
* * Debug.Eelco Dolstra2005-09-291-1/+1
* * Add an operation `--print-rpath' to print the RPATH of the libraryEelco Dolstra2005-09-292-9/+19
* * Put in a highly Nix-specific hack to make the tests work.Eelco Dolstra2005-09-291-1/+1
* * Add a failing test for `--set-rpath'. Test-driven development!Eelco Dolstra2005-09-292-1/+23
* * Added some real tests.Eelco Dolstra2005-09-294-3/+58
* * Added a flag `--print-interpreter' that prints the path of theEelco Dolstra2005-09-291-3/+16
* * Add dist files.Eelco Dolstra2005-09-292-1/+4
* * Add tests.Eelco Dolstra2005-09-2910-7/+63