This adds the ability to the strings program to display strings that contain \n and...
authorErik Akermann <kurterikackermann@gmail.com>
Thu, 26 Jun 2014 13:10:48 +0000 (14:10 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 26 Jun 2014 13:10:48 +0000 (14:10 +0100)
commit334ac421efca80df2f95960d917ea9cb5823fb18
tree5679a0e87e882c3e3b0e36aaff9a831b4769ca5b
parent6ddf779d8ed3d9411976716e2b617c2aa1b9c6c6
This adds the ability to the strings program to display strings that contain \n and \r characters.

* strings.c: Add -w/--include-all-whitespace option to include any
whitespace character in the displayed strings.
* NEWS: Mention the new feature.
* doc/binutils.texi (strings): Document the new command line
option.
binutils/ChangeLog
binutils/NEWS
binutils/doc/binutils.texi
binutils/strings.c