summaryrefslogtreecommitdiff
path: root/binutils/ar.c
Commit message (Expand)AuthorAgeFilesLines
* Use bfd_get_filename throughout binutilsAlan Modra2020-05-191-8/+9
* plugin: Don't invoke LTO-wrapperH.J. Lu2020-03-201-1/+1
* Don't call lto-wrapper for ar and ranlibH.J. Lu2020-02-251-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Allow the --output option of the "ar" prorgam to extract files to locations o...Nick Clifton2019-11-071-14/+15
* Add a --output=<DIR> option to ar to allow the specifying of an output direct...Fangrui Song2019-10-301-64/+91
* ar P supportAlan Modra2019-10-211-0/+3
* PR25079, "ar s" stopped workingAlan Modra2019-10-091-1/+2
* bfd macro conversion to inline functionsAlan Modra2019-09-201-1/+1
* Fix ar so that it can correctly detect non-dash prefixed options that appear ...Nick Clifton2019-07-241-1/+13
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* BFD_INIT_MAGICAlan Modra2018-10-151-1/+2
* Add option to ar's 't' command to display the offset of elements within the a...Ant Bikeneev2018-05-301-5/+12
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Fix a memory leak when processing archives.Nick Clifton2017-11-171-0/+1
* Correct previous fix for an absence of input files on the ar command line, so...Nick Clifton2017-07-171-3/+6
* Fix invocation of stat() on a NULL pointer.Nick Clifton2017-04-261-0/+3
* PR 21418, ar -N lacks arg checkAlan Modra2017-04-231-1/+7
* PR 21417, ar arg check failureAlan Modra2017-04-231-0/+2
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Don't include libbfd.h outside of bfd, part 6Alan Modra2016-07-161-0/+1
* Don't include libbfd.h outside of bfd, part 1Alan Modra2016-07-161-1/+0
* Delete bfd_my_archive macroAlan Modra2016-06-141-2/+2
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Remove trailing spaces in binutilsH.J. Lu2015-08-121-1/+1
* Fix memory leak in ar if it encounters an invalid path whilst extracting files.Nick Clifton2015-08-041-0/+1
* Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton2015-01-211-0/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Prevent archive memebers with illegal pathnames from being extracted from an ...Nick Clifton2014-11-061-0/+9
* This patch allows one to place the gcc's liblto_plugin in the lib/bfd-plugins...Markus Trippelsdorf2014-04-031-2/+4
* Update copyright yearsAlan Modra2014-03-051-1/+1
* * arsup.c (ar_save): Respect the deterministic setting whenNick Clifton2013-10-011-0/+1
* PR binutils/15796Nick Clifton2013-08-271-0/+18
* * ar.c (usage): Fix C conformance issue.Nick Clifton2013-07-181-2/+2
* PR binutils/15140Nick Clifton2013-02-151-3/+20
* binutils/Roland McGrath2013-01-071-2/+2
* PR binutils/14302Nick Clifton2012-06-291-15/+16
* * sysdep.h: Include sys/stat.h here.Alan Modra2012-02-091-1/+0
* PR binutils/13493Nick Clifton2012-02-011-2/+13
* * configure.in (--enable-deterministic-archives): Grok newRoland McGrath2011-12-211-7/+50
* * ar.c (ranlib_usage): Describe -D.Roland McGrath2011-11-291-2/+9
* Set target from the the first object only if it isn't set.H.J. Lu2011-10-161-3/+3
* 2011-10-13 Nick Clifton <nickc@redhat.com>Nick Clifton2011-10-131-1/+1
* PR binutils/12558Nick Clifton2011-06-301-5/+11
* PR binutils/12720Alan Modra2011-05-021-20/+7
* * ar.c (write_archive): Plug memory leak.Nick Clifton2011-03-251-0/+1
* * ar.c (delete_members): Plug memory leak.Nick Clifton2011-03-251-2/+8
* * ar.c (move_members): Plug memory leak.Nick Clifton2011-03-251-5/+12
* PR 12590Alan Modra2011-03-171-2/+3
* * ar.c: Formatting.Alan Modra2010-12-081-29/+23