summaryrefslogtreecommitdiffstats
path: root/src/ar.c
Commit message (Expand)AuthorAgeFilesLines
* 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 <[email protected]>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