summaryrefslogtreecommitdiffstats
path: root/src/ranlib.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'elfutils-0.174'Ulf Hermann2018-10-111-1/+0
|\
| * Consolidate error.h inclusion in system.hRoss Burton2018-07-051-1/+0
* | ranlib: unlink only after closeUlf Hermann2018-07-231-1/+1
* | Make ranlib work on windowsUlf Hermann2017-05-081-3/+26
* | Use octal numbers rather than permission macrosUlf Hermann2017-05-081-1/+1
* | Open files in O_BINARYUlf Hermann2017-05-081-1/+1
* | Skip fchown, fchmod, fadvise, fallocate if functions are unavailableUlf Hermann2017-05-041-8/+13
|/
* Move print_version into printversion.{h|c}Ulf Hermann2017-02-171-0/+1
* http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/Mark Wielaard2016-12-241-15/+0
* lib: Provide MAX and MIN in system.hAkihiko Odaki2016-10-121-1/+0
* Drop mtrace calls.Max Filippov2015-05-041-4/+0
* Update name, license and contributor policy.Mark Wielaard2012-06-051-19/+11
* Update copyright yearUlrich Drepper2012-01-211-1/+1
* Support -D in ranlib as in ar.Roland McGrath2012-01-201-2/+2
* Move argp_program_version_hook and argp_program_bug_address variablesUlrich Drepper2009-01-171-2/+2
* Unpdate copyright in messages.Ulrich Drepper2009-01-011-2/+2
* propagate from branch 'com.redhat.elfutils.disasm' (head d15b4eb794e81e477f98...Ulrich Drepper2008-01-021-0/+3
* Update copyright year.Ulrich Drepper2008-01-021-1/+1
* Prepare for 0.128 release.Ulrich Drepper2007-06-061-3/+3
* Fix warnings.elfutils-0.126Ulrich Drepper2007-02-051-1/+1
* Make symtab a global variable in arlib.c.Ulrich Drepper2007-02-051-5/+4
* Implement ar program.Ulrich Drepper2007-02-051-260/+57
* Update copyright year.elfutils-0.125Ulrich Drepper2007-01-101-2/+2
* Fix FSF address. No exception for libdwarf.Ulrich Drepper2006-04-041-1/+1
* Prepare for 0.120 release.Ulrich Drepper2006-04-041-2/+2
* propagate from branch 'com.redhat.elfutils.roland.pending' (head 4f8fc821345f...Ulrich Drepper2006-04-041-9/+21
* merge of 333c187506c852455e9f7be44fa9adc360416217Ulrich Drepper2005-08-291-5/+0
* 2005-08-24 Roland McGrath <roland@redhat.com>Roland McGrath2005-08-251-0/+5
* Fix more EINTR handling problems. Add jump prediction.Ulrich Drepper2005-08-291-5/+0
* Implement ranlib. This required one little extension to libelf.Ulrich Drepper2005-08-151-0/+503