aboutsummaryrefslogtreecommitdiff
path: root/binutils/ar.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-28 PR binutils/6449Nick Clifton1-6/+0
2008-03-28Add support for thin archives.Nick Clifton1-12/+38
2008-02-27 * ar.c (usage): Mention -t command line switch.Nick Clifton1-2/+3
2007-07-05Change sources over to using GPLv3Nick Clifton1-2/+3
2007-06-27bfd/Alan Modra1-21/+21
2007-04-26bfd/Alan Modra1-1/+2
2007-02-17top level:Joseph Myers1-3/+3
2007-01-25 * ar.c (print_contents, extract_file): Cast the return valueKazu Hirata1-2/+10
2007-01-12 * ar.c (open_inarch): Check fwrite return. Use size_t.Alan Modra1-13/+11
2006-10-13PR binutils/2876Nick Clifton1-0/+3
2006-09-16* bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as itsNick Clifton1-1/+1
2006-08-06 PR binutils/3001Nick Clifton1-14/+14
2005-10-03 * addr2line.c (usage): Document @file.Mark Mitchell1-1/+3
2005-09-30 * addr2line.c (main): Likewise.Mark Mitchell1-0/+2
2005-06-142005-06-14 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-2/+0
2005-05-08Update FSF addressNick Clifton1-1/+1
2005-04-29 * ar.c (mri_mode): Make static.Ben Elliston1-1/+1
2005-03-03update copyright datesAlan Modra1-1/+1
2005-03-02bfd/Jan Beulich1-1/+1
2005-01-21 * dlltool.c (dump_iat): Remove unused function.Ben Elliston1-157/+4
2004-10-26 * ar.c (extract_file): Set atime to mtime for ar xo.Jakub Jelinek1-1/+6
2004-09-09PR 363Nick Clifton1-3/+2
2004-02-27 * ar.c (main): Support POSIX-compatible argument parsing.Andreas Schwab1-83/+100
2004-02-15Use bfd_cache_close, instead of accessing bfd->iostream directly.Andrew Cagney1-2/+2
2003-11-13Emit a warning when an archive is created (only shown with -v) in order toNick Clifton1-0/+2
2003-11-10Remove "member" from verbose output of "-dv" in order to conform to POSIXNick Clifton1-1/+1
2003-11-07Use consistent error messages for missing files.Nick Clifton1-1/+7
2003-10-27 * ChangeLog: Fix typos.Kazu Hirata1-3/+3
2003-09-14 * addr2line.c: Convert to ISO C90 prototypes, change PTR, removeAndreas Jaeger1-91/+38
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-35/+35
2002-05-19 * addr2line.c: Fix formatting.Kazu Hirata1-21/+21
2002-05-04 * ar.c (replace_members): Remove unused var. Formatting fix.Alan Modra1-2/+2
2002-03-18Add AIX 64 shared library support and emulation layer for binutilsNick Clifton1-58/+32
2002-01-23Tidy up formatting of --help output.Nick Clifton1-3/+12
2001-12-18 * addr2line.c (main): Protoype.Thiemo Seufer1-0/+2
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-0/+3
2001-09-18 * ar.c (print_contents): Cast args of bfd_seek to the right types.Alan Modra1-6/+6
2001-03-13Fix typos in ChangeLogs and update copyright noticesNick Clifton1-1/+1
2000-08-11* ar.c (main): Don't crash if called with no argumentsGeoffrey Keating1-1/+1
2000-07-27* nm.c (main): Ignore '-X32_64' as an option.Geoffrey Keating1-1/+13
2000-06-26Revert incorrect 2000-06-25 patch.Alan Modra1-2/+2
2000-06-25Advance past both parts of dos based <letter>: filepath prefix.Nick Clifton1-2/+2
2000-06-20Correct pointer comparisons relying on NULL less than any other pointer.Alan Modra1-3/+3
2000-06-19Improve verbose messageNick Clifton1-1/+2
2000-05-26Eli Zaretskii's DOSish file name patches.Alan Modra1-16/+46
2000-04-07A mostly cosmetic tidy up of warnings and error message reporting.Alan Modra1-11/+7
2000-04-04Move translated part of bug report string back into .c files soAlan Modra1-1/+1
2000-04-03Move bug report string to one place.Alan Modra1-1/+1
1999-10-15 * ar.c (normalize): Fix full_pathname code.Ian Lance Taylor1-1/+1
1999-09-12 * ar.c (main): Clear output_file if we don't change the archive.Ian Lance Taylor1-3/+11