aboutsummaryrefslogtreecommitdiff
path: root/binutils/resrc.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-08-03binutils sprintf optimisationAlan Modra1-7/+7
2023-08-03resrc: sprintf sanitizer null destination pointerAlan Modra1-15/+9
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-09-01dllwrap, windres and dlltools use mktemp, which should be avoidedNick Clifton1-2/+2
2022-06-28windres: add quotes around preprocessor cmd if neededClément Chigot1-12/+14
2022-05-19Fix potentially uninitialised variables in the Windows toolsNick Clifton1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-07-09Update the Windows Resource compiler (windres) to support the OWNERDRAW and B...Nick Clifton1-0/+4
2020-06-29C++ commentsAlan Modra1-1/+1
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-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-03-21Remove use of alloca.Nick Clifton1-1/+2
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-12Remove trailing spaces in binutilsH.J. Lu1-7/+7
2015-02-26Fixes a resource exhaustion problem when running windres on a corrupt binary.Nick Clifton1-6/+12
2015-01-27Fixes for invalid memory accesses triggered by running windres on corrupt bin...Nick Clifton1-46/+56
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2012-11-09Remove trailing redundant `;'H.J. Lu1-1/+1
2012-02-11 PR binutils/13297Kai Tietz1-1/+7
2012-02-09 * sysdep.h: Include sys/stat.h here.Alan Modra1-5/+0
2011-10-252011-10-25 Kai Tietz <ktietz@redhat.com>Kai Tietz1-4/+8
2011-10-11 PR binutils/13051Nick Clifton1-16/+40
2010-11-17 * ar.c (print_contents): Don't internationalize strings without words.Alan Modra1-2/+2
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-2/+2
2008-07-30Silence gcc printf warningsAlan Modra1-5/+6
2007-10-082007-10-08 Carlos O'Donell <carlos@codesourcery.com>Carlos O'Donell1-14/+33
2007-09-17PR binutils/4987Nick Clifton1-3/+3
2007-07-05Change sources over to using GPLv3Nick Clifton1-1/+1
2007-07-05* resrc.c: (read_rc_file): Add include path of user passed rc input file.Nick Clifton1-0/+29
2007-06-06PR binutils/4356 binutils/591Nick Clifton1-4/+35
2007-05-23Updated windres toolNick Clifton1-476/+1148
2007-04-26bfd/Alan Modra1-6/+3
2005-05-08Update FSF addressNick Clifton1-2/+2
2005-01-17PR binutils/647Nick Clifton1-5/+39
2003-10-27 * ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-10-02* resrc.c (define_icon): Fix storage of color attributes 'planes' and 'bitChristopher Faylor1-4/+14
2003-09-14 * addr2line.c: Convert to ISO C90 prototypes, change PTR, removeAndreas Jaeger1-247/+119
2003-06-28 * rcparse.y (res_text_field): New res_id variable.Danny Smith1-1/+1
2003-03-31Allow resource IDs to be strings or numbers.Nick Clifton1-7/+8
2002-05-23 * rdcoff.c: Fix formatting.Kazu Hirata1-26/+26
2002-05-05 * rcparse.y: Remove newcmd rule. Move rcparse_discard_stringsAlan Modra1-0/+1
2002-04-15Allow two to five parameter in FONT statement of DIALOGEX resources.Nick Clifton1-2/+5
2002-04-09Fix overlooked sublang shift bug.Nick Clifton1-1/+2
2002-04-09Don't add default dialog style when explicit style specified.Nick Clifton1-3/+7
2002-04-09Apply patch from Bernd Herd to fix quoted class definitions inside dialogs.Nick Clifton1-5/+5