aboutsummaryrefslogtreecommitdiff
path: root/binutils/strings.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-11-29strings: Replace references to -u option with references to -U.Nick Clifton1-2/+2
2021-11-29Update description of string's -n option.Nick Clifton1-3/+4
2021-11-10PR28575, readelf.c and strings.c use undefined type uintPekka Seppänen1-19/+22
2021-11-10Re: Add --unicode optionAlan Modra1-1/+1
2021-11-09Add --unicode option to control how unicode characters are handled by display...Nick Clifton1-62/+695
2021-04-05C99 binutils configuryAlan Modra1-33/+12
2021-03-31Use bool in binutilsAlan Modra1-35/+35
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-06-10Fix printing large decimal values in strings.Nick Clifton1-2/+2
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-08Fix strings.c endian issue and strings testAlan Modra1-92/+75
2018-11-09oops - add missing piece of previous deltaNick Clifton1-1/+37
2018-11-09Enhance the strings program so that it can display multibyte strings.Nick Clifton1-2/+41
2018-10-15BFD_INIT_MAGICAlan Modra1-1/+2
2018-02-19Fix mistake in the declaration of the --include-all-whitespace option of the ...Matthias Klose1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
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