summaryrefslogtreecommitdiff
path: root/binutils/strings.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Adds an option to the strings program to specify a separator between the emit...Erik Ackermann2015-09-101-2/+19
* Remove trailing spaces in binutilsH.J. Lu2015-08-121-3/+3
* Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton2015-01-211-0/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Use autoconf check for long long in binutilsAlan Modra2014-12-111-12/+12
* In response to a public outcry the strings program now defaults to using theNick Clifton2014-10-311-5/+26
* This adds the ability to the strings program to display strings that contain ...Erik Akermann2014-06-261-2/+18
* Update copyright yearsAlan Modra2014-03-051-3/+1
* * strings.c (get_char): Dispense with buf[]. Instead shiftAlan Modra2013-03-061-19/+6
* * sysdep.h: Include sys/stat.h here.Alan Modra2012-02-091-2/+1
* * strings.c (print_strings): Plug memory leak.Nick Clifton2011-03-251-2/+6
* binutils/Jan Kratochvil2009-11-111-24/+11
* Updated soruces in binutils/* to compile cleanly with -Wc++-compat.Nick Clifton2009-09-101-1/+1
* * strings.c (main): Delay parsing of decimal digits.Alan Modra2009-06-041-3/+8
* PR 9972Nick Clifton2009-04-011-2/+4
* * strings.c (main): New variable `s'. Have string_min parsingJan Kratochvil2008-11-261-2/+7
* * sysdep.h: Include "binary-io.h".Alan Modra2008-08-251-14/+0
* PR binutils/6449Nick Clifton2008-04-281-6/+1
* PR binutils/5713Nick Clifton2008-02-151-57/+6
* 2008-02-08 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2008-02-081-1/+1
* Add mingw I64 support for printing long and long long valuesNick Clifton2008-01-251-4/+22
* * strings.c (print_strings): Don't use %L, use %ll in printfAlan Modra2007-10-241-12/+6
* Change sources over to using GPLv3Nick Clifton2007-07-051-1/+1
* bfd/Alan Modra2007-04-261-6/+2
* top level:Joseph Myers2007-02-171-2/+2
* 2006-09-26 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2006-09-261-1/+1
* PR binutils/2879Nick Clifton2006-07-061-1/+2
* * addr2line.c (usage): Document @file.Mark Mitchell2005-10-031-0/+1
* * addr2line.c (main): Likewise.Mark Mitchell2005-09-301-0/+3
* Add check to avoid corrupt input files whose section sizes are greater thanNick Clifton2005-07-051-17/+66
* Patch from Steve Ellcey for hpux build failure.Jim Wilson2005-06-031-1/+6
* Update FSF addressNick Clifton2005-05-081-2/+2
* strings.c (usage): Place radix values for -t option into the correct order.Nick Clifton2004-10-181-1/+1
* strings.c: Include <sys/stat.h>.Nick Clifton2004-10-181-0/+1
* * strings.c (statbuf): New typedef.Jakub Jelinek2004-10-131-2/+18
* * objcopy.c (copy_section): Use bfd_get_section_size instead ofAlan Modra2004-06-151-1/+1
* * strings.c (print_strings): Cast file_off to unsigned long inAlan Modra2004-04-141-3/+4
* Use consistent error messages for missing files.Nick Clifton2003-11-071-0/+3
* * addr2line.c: Convert to ISO C90 prototypes, change PTR, removeAndreas Jaeger2003-09-141-47/+20
* Add support for 'S' encoding to strings - display 8-bit characters.Nick Clifton2002-12-231-26/+27
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-47/+53
* * arlex.l: Use #include "" instead of <> for local header files.Alan Modra2002-05-251-1/+1
* Tidy up formatting of --help output.Nick Clifton2002-01-231-8/+19
* * addr2line.c (main): Protoype.Thiemo Seufer2001-12-181-0/+2
* * config.bfd: Remove trailing blanks.Thiemo Seufer2001-12-041-1/+1
* * strings.c: Include config.h before bfd.h.Jakub Jelinek2001-12-041-13/+58
* * nlmconv.c: Fix warnings about unused attributes and functionAndreas Jaeger2001-09-241-0/+2
* Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu2001-09-191-10/+3
* Add new command line option '--encoding' to stringsNick Clifton2001-09-141-37/+117