summaryrefslogtreecommitdiffstats
path: root/src/ar.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
* | ar.c: Make sure we always close any fd before unlink or renameUlf Hermann2018-07-201-15/+22
* | Eliminate trees from ar.cUlf Hermann2018-07-171-91/+41
* | Merge tag 'elfutils-0.173'Ulf Hermann2018-07-131-20/+46
|\|
| * ar: Check whether ar header values fit.Mark Wielaard2017-09-201-20/+46
* | Drop file name truncation and date preservation from ar.cUlf Hermann2017-05-081-28/+1
* | Use trees rather than hashes in ar.cUlf Hermann2017-05-081-33/+44
* | Use octal numbers rather than permission macrosUlf Hermann2017-05-081-4/+4
* | Open files in O_BINARYUlf Hermann2017-05-081-8/+8
* | Skip fchown, fchmod, fadvise, fallocate if functions are unavailableUlf Hermann2017-05-041-20/+39
|/
* 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
* ar: Fix GCC7 -Wformat-length issues.Mark Wielaard2016-11-111-4/+11
* Replace futimes with futimens.Max Filippov2015-05-051-4/+4
* Drop mtrace calls.Max Filippov2015-05-041-4/+0
* ar: Correct operation check when instance_specifed is set.Mark Wielaard2013-10-181-1/+1
* ar.c (do_oper_delete): Fix num passed to memset.David Abdurachmanov2013-01-131-1/+1
* Update name, license and contributor policy.Mark Wielaard2012-06-051-18/+11
* Update copyright yearUlrich Drepper2012-01-211-3/+3
* ar: Don't crash when given files but no command.Roland McGrath2012-01-201-0/+7
* Support -D in ranlib as in ar.Roland McGrath2012-01-201-13/+6
* ar: Implement -D.Roland McGrath2011-11-051-3/+10
* ar: Fix a return value check.Roland McGrath2011-11-051-1/+2
* Wire up -u option handling in ar.Roland McGrath2011-07-091-1/+5
* Fix sloppy #include use, breaks with latest glibc.Roland McGrath2010-01-151-1/+2
* ar.c (main): Fix typo in message format.Roland McGrath2009-09-081-1/+1
* Use pathconf instead of statfs.Roland McGrath2009-08-141-13/+23
* Fix argument handling in ar.Ulrich Drepper2009-02-011-9/+14
* Move argp_program_version_hook and argp_program_bug_address variablesUlrich Drepper2009-01-171-2/+3
* 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
* merge of '92c36bfdbc6468d1711c043b530e0dfe5abb6dec'Ulrich Drepper2007-10-161-31/+24
* Prepare for 0.128 release.Ulrich Drepper2007-06-061-3/+3
* 2007-02-05 Roland McGrath <roland@redhat.com>Roland McGrath2007-02-061-0/+1
* Fix warnings.elfutils-0.126Ulrich Drepper2007-02-051-4/+6
* Make symtab a global variable in arlib.c.Ulrich Drepper2007-02-051-29/+17
* Implement ar program.Ulrich Drepper2007-02-051-0/+1531