summaryrefslogtreecommitdiff
path: root/binutils/ar.c
Commit message (Expand)AuthorAgeFilesLines
...
* * ar.c (mri_mode): Make static.Ben Elliston2005-04-291-1/+1
* update copyright datesAlan Modra2005-03-031-1/+1
* bfd/Jan Beulich2005-03-021-1/+1
* * dlltool.c (dump_iat): Remove unused function.Ben Elliston2005-01-211-157/+4
* * ar.c (extract_file): Set atime to mtime for ar xo.Jakub Jelinek2004-10-261-1/+6
* PR 363Nick Clifton2004-09-091-3/+2
* * ar.c (main): Support POSIX-compatible argument parsing.Andreas Schwab2004-02-271-83/+100
* Use bfd_cache_close, instead of accessing bfd->iostream directly.Andrew Cagney2004-02-151-2/+2
* Emit a warning when an archive is created (only shown with -v) in order toNick Clifton2003-11-131-0/+2
* Remove "member" from verbose output of "-dv" in order to conform to POSIXNick Clifton2003-11-101-1/+1
* Use consistent error messages for missing files.Nick Clifton2003-11-071-1/+7
* * ChangeLog: Fix typos.Kazu Hirata2003-10-271-3/+3
* * addr2line.c: Convert to ISO C90 prototypes, change PTR, removeAndreas Jaeger2003-09-141-91/+38
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-35/+35
* * addr2line.c: Fix formatting.Kazu Hirata2002-05-191-21/+21
* * ar.c (replace_members): Remove unused var. Formatting fix.Alan Modra2002-05-041-2/+2
* Add AIX 64 shared library support and emulation layer for binutilsNick Clifton2002-03-181-58/+32
* Tidy up formatting of --help output.Nick Clifton2002-01-231-3/+12
* * addr2line.c (main): Protoype.Thiemo Seufer2001-12-181-0/+2
* Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu2001-09-191-0/+3
* * ar.c (print_contents): Cast args of bfd_seek to the right types.Alan Modra2001-09-181-6/+6
* Fix typos in ChangeLogs and update copyright noticesNick Clifton2001-03-131-1/+1
* * ar.c (main): Don't crash if called with no argumentsGeoffrey Keating2000-08-111-1/+1
* * nm.c (main): Ignore '-X32_64' as an option.Geoffrey Keating2000-07-271-1/+13
* Revert incorrect 2000-06-25 patch.Alan Modra2000-06-261-2/+2
* Advance past both parts of dos based <letter>: filepath prefix.Nick Clifton2000-06-251-2/+2
* Correct pointer comparisons relying on NULL less than any other pointer.Alan Modra2000-06-201-3/+3
* Improve verbose messageNick Clifton2000-06-191-1/+2
* Eli Zaretskii's DOSish file name patches.Alan Modra2000-05-261-16/+46
* A mostly cosmetic tidy up of warnings and error message reporting.Alan Modra2000-04-071-11/+7
* Move translated part of bug report string back into .c files soAlan Modra2000-04-041-1/+1
* Move bug report string to one place.Alan Modra2000-04-031-1/+1
* * ar.c (normalize): Fix full_pathname code.Ian Lance Taylor1999-10-151-1/+1
* * ar.c (main): Clear output_file if we don't change the archive.Ian Lance Taylor1999-09-121-3/+11
* 1999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor1999-09-121-16/+61
* 1999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor1999-09-121-2/+1
* 1999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor1999-09-121-1/+4
* * ar.c (full_pathname): New static variable.Ian Lance Taylor1999-09-121-1/+13
* * ar.c (O_BINARY): Define as 0 if not defined.Ian Lance Taylor1999-06-121-1/+7
* Initial revisionRichard Henderson1999-05-031-0/+1338