aboutsummaryrefslogtreecommitdiff
path: root/binutils/ar.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-25Don't call lto-wrapper for ar and ranlibH.J. Lu1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-07Allow the --output option of the "ar" prorgam to extract files to locations o...Nick Clifton1-14/+15
2019-10-30Add a --output=<DIR> option to ar to allow the specifying of an output direct...Fangrui Song1-64/+91
2019-10-21ar P supportAlan Modra1-0/+3
2019-10-09PR25079, "ar s" stopped workingAlan Modra1-1/+2
2019-09-20bfd macro conversion to inline functionsAlan Modra1-1/+1
2019-07-24Fix ar so that it can correctly detect non-dash prefixed options that appear ...Nick Clifton1-1/+13
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-15BFD_INIT_MAGICAlan Modra1-1/+2
2018-05-30Add option to ar's 't' command to display the offset of elements within the a...Ant Bikeneev1-5/+12
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-17Fix a memory leak when processing archives.Nick Clifton1-0/+1
2017-07-17Correct previous fix for an absence of input files on the ar command line, so...Nick Clifton1-3/+6
2017-04-26Fix invocation of stat() on a NULL pointer.Nick Clifton1-0/+3
2017-04-23PR 21418, ar -N lacks arg checkAlan Modra1-1/+7
2017-04-23PR 21417, ar arg check failureAlan Modra1-0/+2
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-07-16Don't include libbfd.h outside of bfd, part 6Alan Modra1-0/+1
2016-07-16Don't include libbfd.h outside of bfd, part 1Alan Modra1-1/+0
2016-06-14Delete bfd_my_archive macroAlan Modra1-2/+2
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-12Remove trailing spaces in binutilsH.J. Lu1-1/+1
2015-08-04Fix memory leak in ar if it encounters an invalid path whilst extracting files.Nick Clifton1-0/+1
2015-01-21Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton1-0/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-06Prevent archive memebers with illegal pathnames from being extracted from an ...Nick Clifton1-0/+9
2014-04-03This patch allows one to place the gcc's liblto_plugin in the lib/bfd-plugins...Markus Trippelsdorf1-2/+4
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-10-01 * arsup.c (ar_save): Respect the deterministic setting whenNick Clifton1-0/+1
2013-08-27 PR binutils/15796Nick Clifton1-0/+18
2013-07-18 * ar.c (usage): Fix C conformance issue.Nick Clifton1-2/+2
2013-02-15 PR binutils/15140Nick Clifton1-3/+20
2013-01-07binutils/Roland McGrath1-2/+2
2012-06-29 PR binutils/14302Nick Clifton1-15/+16
2012-02-09 * sysdep.h: Include sys/stat.h here.Alan Modra1-1/+0
2012-02-01 PR binutils/13493Nick Clifton1-2/+13
2011-12-21 * configure.in (--enable-deterministic-archives): Grok newRoland McGrath1-7/+50
2011-11-29 * ar.c (ranlib_usage): Describe -D.Roland McGrath1-2/+9
2011-10-16Set target from the the first object only if it isn't set.H.J. Lu1-3/+3
2011-10-132011-10-13 Nick Clifton <nickc@redhat.com>Nick Clifton1-1/+1
2011-06-30 PR binutils/12558Nick Clifton1-5/+11
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