aboutsummaryrefslogtreecommitdiff
path: root/binutils/strings.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-03strings: remove section/file size checkAlan Modra1-57/+17
2017-06-23Make the strings utility reject directories.Nick Clifton1-0/+5
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra1-2/+2
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-06-Wimplicit-fallthrough noreturn fixesAlan Modra1-4/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-09-10Adds an option to the strings program to specify a separator between the emit...Erik Ackermann1-2/+19
2015-08-12Remove trailing spaces in binutilsH.J. Lu1-3/+3
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-12-11Use autoconf check for long long in binutilsAlan Modra1-12/+12
2014-10-31In response to a public outcry the strings program now defaults to using theNick Clifton1-5/+26
2014-06-26This adds the ability to the strings program to display strings that contain ...Erik Akermann1-2/+18
2014-03-05Update copyright yearsAlan Modra1-3/+1
2013-03-06 * strings.c (get_char): Dispense with buf[]. Instead shiftAlan Modra1-19/+6
2012-02-09 * sysdep.h: Include sys/stat.h here.Alan Modra1-2/+1
2011-03-25 * strings.c (print_strings): Plug memory leak.Nick Clifton1-2/+6
2009-11-11binutils/Jan Kratochvil1-24/+11
2009-09-10 Updated soruces in binutils/* to compile cleanly with -Wc++-compat.Nick Clifton1-1/+1
2009-06-04 * strings.c (main): Delay parsing of decimal digits.Alan Modra1-3/+8
2009-04-01 PR 9972Nick Clifton1-2/+4
2008-11-26 * strings.c (main): New variable `s'. Have string_min parsingJan Kratochvil1-2/+7
2008-08-25 * sysdep.h: Include "binary-io.h".Alan Modra1-14/+0
2008-04-28 PR binutils/6449Nick Clifton1-6/+1
2008-02-15 PR binutils/5713Nick Clifton1-57/+6
2008-02-082008-02-08 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-1/+1
2008-01-25Add mingw I64 support for printing long and long long valuesNick Clifton1-4/+22
2007-10-24 * strings.c (print_strings): Don't use %L, use %ll in printfAlan Modra1-12/+6
2007-07-05Change sources over to using GPLv3Nick Clifton1-1/+1
2007-04-26bfd/Alan Modra1-6/+2
2007-02-17top level:Joseph Myers1-2/+2
2006-09-262006-09-26 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-1/+1
2006-07-06PR binutils/2879Nick Clifton1-1/+2
2005-10-03 * addr2line.c (usage): Document @file.Mark Mitchell1-0/+1
2005-09-30 * addr2line.c (main): Likewise.Mark Mitchell1-0/+3
2005-07-05Add check to avoid corrupt input files whose section sizes are greater thanNick Clifton1-17/+66
2005-06-03Patch from Steve Ellcey for hpux build failure.Jim Wilson1-1/+6
2005-05-08Update FSF addressNick Clifton1-2/+2
2004-10-18strings.c (usage): Place radix values for -t option into the correct order.Nick Clifton1-1/+1
2004-10-18strings.c: Include <sys/stat.h>.Nick Clifton1-0/+1
2004-10-13 * strings.c (statbuf): New typedef.Jakub Jelinek1-2/+18
2004-06-15 * objcopy.c (copy_section): Use bfd_get_section_size instead ofAlan Modra1-1/+1
2004-04-14 * strings.c (print_strings): Cast file_off to unsigned long inAlan Modra1-3/+4
2003-11-07Use consistent error messages for missing files.Nick Clifton1-0/+3
2003-09-14 * addr2line.c: Convert to ISO C90 prototypes, change PTR, removeAndreas Jaeger1-47/+20
2002-12-23Add support for 'S' encoding to strings - display 8-bit characters.Nick Clifton1-26/+27
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-47/+53
2002-05-25 * arlex.l: Use #include "" instead of <> for local header files.Alan Modra1-1/+1
2002-01-23Tidy up formatting of --help output.Nick Clifton1-8/+19
2001-12-18 * addr2line.c (main): Protoype.Thiemo Seufer1-0/+2