aboutsummaryrefslogtreecommitdiff
path: root/binutils/ar.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-09-28PR28391, strip/objcopy --preserve-dates *.a: cannot set timeGleb Fotengauer-Malinovskiy1-0/+3
2021-04-05C99 binutils configuryAlan Modra1-3/+1
2021-03-31Use bool in binutilsAlan Modra1-35/+35
2021-02-24Use make_tempname file descriptor in smart_renameAlan Modra1-5/+6
2021-02-19binutils: Avoid renaming over existing filesSiddhesh Poyarekar1-8/+1
2021-02-03pr27270 and pr27284, ar segfaults and wrong file modeAlan Modra1-9/+4
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-11Fix a build problem when using FreeBSD 12.Sebastian Huber1-1/+1
2020-12-07binutils: Make smart_rename safe tooSiddhesh Poyarekar1-1/+11
2020-12-07binutils: Use file descriptors from make_tempnameSiddhesh Poyarekar1-3/+8
2020-11-17Place the libdeps record in the second archive slot.Howard Chu1-8/+11
2020-11-09Re: dependency list for static librariesHoward Chu1-2/+2
2020-11-03Add an option to the archiver to add a section recording library dependencies.Howard Chu1-6/+80
2020-05-19Use bfd_get_filename throughout binutilsAlan Modra1-8/+9
2020-03-20plugin: Don't invoke LTO-wrapperH.J. Lu1-1/+1
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