summaryrefslogtreecommitdiff
path: root/binutils/strings.c
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-07-03strings: remove section/file size checkAlan Modra
2017-06-23Make the strings utility reject directories.Nick Clifton
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-10-06-Wimplicit-fallthrough noreturn fixesAlan Modra
2016-01-01Copyright update for binutilsAlan Modra
2015-09-10Adds an option to the strings program to specify a separator between the emit...Erik Ackermann
2015-08-12Remove trailing spaces in binutilsH.J. Lu
2015-01-21Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-12-11Use autoconf check for long long in binutilsAlan Modra
2014-10-31In response to a public outcry the strings program now defaults to using theNick Clifton
2014-06-26This adds the ability to the strings program to display strings that contain ...Erik Akermann
2014-03-05Update copyright yearsAlan Modra
2013-03-06 * strings.c (get_char): Dispense with buf[]. Instead shiftAlan Modra
2012-02-09 * sysdep.h: Include sys/stat.h here.Alan Modra
2011-03-25 * strings.c (print_strings): Plug memory leak.Nick Clifton
2009-11-11binutils/Jan Kratochvil
2009-09-10 Updated soruces in binutils/* to compile cleanly with -Wc++-compat.Nick Clifton
2009-06-04 * strings.c (main): Delay parsing of decimal digits.Alan Modra
2009-04-01 PR 9972Nick Clifton
2008-11-26 * strings.c (main): New variable `s'. Have string_min parsingJan Kratochvil
2008-08-25 * sysdep.h: Include "binary-io.h".Alan Modra
2008-04-28 PR binutils/6449Nick Clifton
2008-02-15 PR binutils/5713Nick Clifton
2008-02-082008-02-08 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu
2008-01-25Add mingw I64 support for printing long and long long valuesNick Clifton
2007-10-24 * strings.c (print_strings): Don't use %L, use %ll in printfAlan Modra
2007-07-05Change sources over to using GPLv3Nick Clifton
2007-04-26bfd/Alan Modra
2007-02-17top level:Joseph Myers
2006-09-262006-09-26 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu
2006-07-06PR binutils/2879Nick Clifton
2005-10-03 * addr2line.c (usage): Document @file.Mark Mitchell
2005-09-30 * addr2line.c (main): Likewise.Mark Mitchell
2005-07-05Add check to avoid corrupt input files whose section sizes are greater thanNick Clifton
2005-06-03Patch from Steve Ellcey for hpux build failure.Jim Wilson
2005-05-08Update FSF addressNick Clifton
2004-10-18strings.c (usage): Place radix values for -t option into the correct order.Nick Clifton
2004-10-18strings.c: Include <sys/stat.h>.Nick Clifton
2004-10-13 * strings.c (statbuf): New typedef.Jakub Jelinek
2004-06-15 * objcopy.c (copy_section): Use bfd_get_section_size instead ofAlan Modra
2004-04-14 * strings.c (print_strings): Cast file_off to unsigned long inAlan Modra
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
2002-12-23Add support for 'S' encoding to strings - display 8-bit characters.Nick Clifton
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra
2002-05-25 * arlex.l: Use #include "" instead of <> for local header files.Alan Modra
2002-01-23Tidy up formatting of --help output.Nick Clifton