This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 334ac421efca80df2f95960d917ea9cb5823fb18


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  334ac421efca80df2f95960d917ea9cb5823fb18 (commit)
      from  6ddf779d8ed3d9411976716e2b617c2aa1b9c6c6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=334ac421efca80df2f95960d917ea9cb5823fb18

commit 334ac421efca80df2f95960d917ea9cb5823fb18
Author: Erik Akermann <kurterikackermann@gmail.com>
Date:   Thu Jun 26 14:10:48 2014 +0100

    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.

-----------------------------------------------------------------------

Summary of changes:
 binutils/ChangeLog         |    8 ++++++++
 binutils/NEWS              |    2 ++
 binutils/doc/binutils.texi |    8 ++++++++
 binutils/strings.c         |   20 ++++++++++++++++++--
 4 files changed, 36 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]