aboutsummaryrefslogtreecommitdiff
path: root/binutils/ar.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-02 PR binutils/12720Alan Modra1-20/+7
2011-03-25 * ar.c (write_archive): Plug memory leak.Nick Clifton1-0/+1
2011-03-25 * ar.c (delete_members): Plug memory leak.Nick Clifton1-2/+8
2011-03-25 * ar.c (move_members): Plug memory leak.Nick Clifton1-5/+12
2011-03-17 PR 12590Alan Modra1-2/+3
2010-12-08 * ar.c: Formatting.Alan Modra1-29/+23
2010-12-08 * ar.c (long_options): Add target.Alan Modra1-4/+11
2010-12-08 * ar.c (operation): New global variable.Alan Modra1-187/+223
2010-12-08 * ar.c (main): Split ranlib path.Alan Modra1-86/+111
2010-11-17 * ar.c (print_contents): Don't internationalize strings without words.Alan Modra1-2/+1
2010-10-29 PR binutils/12058Nick Clifton1-2/+3
2010-10-28 PR binutils/12058Nick Clifton1-2/+2
2010-09-15Pass "plugin" as target for "ar --plugin" when opening a BFD file.H.J. Lu1-5/+9
2010-01-132010-01-13 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-33/+2
2010-01-082010-01-08 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-6/+1
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-3/+3
2009-09-10 Updated soruces in binutils/* to compile cleanly with -Wc++-compat.Nick Clifton1-8/+8
2009-06-19 * ar.c (usage): Do not use #ifdef inside _("...).Nick Clifton1-3/+5
2009-05-282009-05-28 Nick Clifton <nickc@redhat.com>Nick Clifton1-0/+3
2009-05-26 * Makefile.am: Run "make dep-am".Nick Clifton1-6/+35
2009-03-11[bfd/ChangeLog]Chris Demetriou1-0/+15
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