aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfdio.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-09-26Allow the use of SOURCE_DATE_EPOCH in the timestamps for members of static ar...Nick Clifton1-0/+44
2023-08-11warn unused result for bfd IO functionsAlan Modra1-6/+9
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-6/+6
2023-08-09PR30724, cygwin ld performance regression since 014a602b86Alan Modra1-0/+23
2023-05-24Don't optimise bfd_seek to same positionAlan Modra1-4/+0
2023-05-03Generated docs and include filesAlan Modra1-6/+69
2023-04-20Yet another out-of-memory fuzzed objectAlan Modra1-4/+5
2023-01-03Fix a potential problem in the BFD library when accessing the Windows' nul de...Himal1-0/+5
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-20PR29915, bfdio.c does not compile with mingw.org's MinGWAlan Modra1-6/+5
2022-08-16bfd: Define ___lc_codepage_func prototype for older MinGW-w64Torbjörn SVENSSON1-0/+5
2022-06-28bfd: handle codepage when opening files on MinGWClément Chigot1-3/+9
2022-05-19 _bfd_real_fopen should not use ccs parameter on WindowsYvan Roux1-3/+1
2022-03-01Fix a typo in the previous delta to bfdio.c.Nick Clifton1-20/+22
2022-02-28Further correct the handling of long pathnames on Windows hosts.Torbj?rn Svensson1-39/+39
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-28bfd: Don't check non-thin archive member file sizeH.J. Lu1-2/+4
2021-01-07Fix another path length problem opening files on Win32 systems.Nick Clifton1-2/+21
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-26asan: alpha-vms: mmember access within null pointerAlan Modra1-7/+11
2020-05-23Fix potential segfaultAlan Modra1-2/+3
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-2/+1
2020-05-19win32 typo fixAlan Modra1-1/+1
2020-05-18Fix the BFD library to handle Windows pathnames with more than 260 characters...Jaydeep Chauhan1-2/+11
2020-04-02coff-go32-exe: support variable-length stubsJan W. Jagersma1-0/+4
2020-03-24Add code to the BFD library to handle opening files with pathnames longer tha...Nick Clifton1-11/+25
2020-02-26Limit bogus archive parsed_sizeAlan Modra1-2/+16
2020-02-19bfd_get_size cacheAlan Modra1-4/+19
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-06-14PR23282, Reinstate seek optimizationAlan Modra1-0/+4
2018-06-05Tidy bfdio to consistenly use containing archiveAlan Modra1-102/+100
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-62/+62
2017-06-28Change bfd_get_size/bfd_get_file_size to ufile_ptrH.J. Lu1-4/+4
2017-05-30Add bfd_get_file_size to get archive element sizeH.J. Lu1-0/+23
2017-02-17bfd: Rename real_{ftell, fseek, fopen}Pedro Alves1-3/+3
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-06-14Set my_archive for thin archivesAlan Modra1-3/+5
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-08-23 PR binutils/15834Nick Clifton1-4/+2
2013-01-14 PR binutils/14813Alan Modra1-3/+3
2012-11-07Change return type of bclose to bfd_booleanH.J. Lu1-2/+2
2012-02-022012-02-02 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-1/+0
2012-01-20 PR binutils/13534Nick Clifton1-1/+2
2012-01-102012-01-10 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-4/+16
2012-01-062012-01-06 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-1/+1