summaryrefslogtreecommitdiff
path: root/binutils/bucomm.c
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-06-26Produce a consistent warning message when attempting to run a tool on a direc...Nick Clifton
2017-04-26Fix invocation of stat() on a NULL pointer.Nick Clifton
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-07-16Don't include libbfd.h outside of bfd, part 5Alan Modra
2016-07-16Don't include libbfd.h outside of bfd, part 1Alan Modra
2016-06-14Set my_archive for thin archivesAlan Modra
2016-01-01Copyright update for binutilsAlan Modra
2015-08-12Remove trailing spaces in binutilsH.J. Lu
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-11-18Fixes a seg-fault when displaying the time data for a corrupt archive.Nick Clifton
2014-11-06Prevent archive memebers with illegal pathnames from being extracted from an ...Nick Clifton
2014-03-05Update copyright yearsAlan Modra
2014-01-07remove VA_* from binutilsTom Tromey
2012-06-29 PR binutils/14302Nick Clifton
2012-02-09 * sysdep.h: Include sys/stat.h here.Alan Modra
2011-10-132011-10-13 Nick Clifton <nickc@redhat.com>Nick Clifton
2011-03-25 * bucomm.c (make_tempname): Stop memory leak.Nick Clifton
2011-01-06 * bucomm.c (get_file_size): Check for negative sizes and issue aNick Clifton
2010-10-05 * bucomm.c (bfd_nonfatal, bfd_nonfatal_message): Don't clobber errno.Alan Modra
2010-10-05 * bucomm.c (bfd_nonfatal): Flush stdout before output to stderr.Alan Modra
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton
2009-11-08binutils/Jan Kratochvil
2009-09-10 Updated soruces in binutils/* to compile cleanly with -Wc++-compat.Nick Clifton
2009-09-02update copyright datesAlan Modra
2009-06-272009-06-27 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu
2009-01-29 PR 9798Alan Modra
2008-01-09PR binutils/55326Nick Clifton
2007-08-30 * bucomm.c (bfd_nonfatal_message): New.Nathan Sidwell
2007-07-05Change sources over to using GPLv3Nick Clifton
2007-04-26bfd/Alan Modra
2007-03-15bfd/H.J. Lu
2007-01-112007-01-11 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu
2007-01-10 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.Alan Modra
2006-10-13PR binutils/2876Nick Clifton
2006-03-13 * bucomm.c (display_target_list): Make local variable `a' to be ofBen Elliston
2005-06-142005-06-14 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu
2005-05-08Update FSF addressNick Clifton
2005-04-292005-04-29 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu
2005-04-29 * ar.c (mri_mode): Make static.Ben Elliston
2003-11-07Use consistent error messages for missing files.Nick Clifton
2003-09-14 * addr2line.c: Convert to ISO C90 prototypes, change PTR, removeAndreas Jaeger
2003-03-24Move display_info() function into bucomm.cNick Clifton
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra
2002-10-15 * bucomm.c (list_supported_targets): Use bfd_target_list.Alan Modra
2002-06-08 * bucomm.c: Replace CONST with const.Alan Modra
2002-05-19 * addr2line.c: Fix formatting.Kazu Hirata
2001-11-292001-11-29 H.J. Lu <hjl@gnu.org>H.J. Lu
2001-11-14Replace use of mkstemp with mkstemps, provided by libiberty.Nick Clifton
2001-11-12Use mkstemp in place of mktemp.Nick Clifton