This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 79b377b3cf Revert patch that disables building libctf for non-ELF based [...] new 9303eb2fb1 Add highlight style, title style, fputs_highlighted. Improve [...] new 66d8c86285 Improve usability and/or readibility of help and apropos output. new 206584bdf1 Update tests following changes to "help" and "apropos" new e664d72803 Document in NEWS and gdb.texinfo the "help", "apropos" and " [...]
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ChangeLog | 31 ++++++++++ gdb/NEWS | 30 +++++++++ gdb/cli/cli-cmds.c | 22 ++++--- gdb/cli/cli-decode.c | 56 ++++++++++++----- gdb/cli/cli-decode.h | 2 +- gdb/cli/cli-style.c | 117 +++++++++++++++++++++++++---------- gdb/cli/cli-style.h | 21 ++++++- gdb/doc/ChangeLog | 6 ++ gdb/doc/gdb.texinfo | 58 +++++++++++++++-- gdb/testsuite/ChangeLog | 15 +++++ gdb/testsuite/gdb.base/help.exp | 7 +-- gdb/testsuite/gdb.base/style.exp | 33 ++++++++++ gdb/testsuite/gdb.guile/scm-cmd.exp | 4 +- gdb/testsuite/gdb.python/py-cmd.exp | 2 +- gdb/testsuite/gdb.trace/tracecmd.exp | 2 +- gdb/testsuite/lib/gdb-utils.exp | 2 + gdb/testsuite/lib/gdb.exp | 66 ++++++++++++++------ gdb/utils.c | 36 +++++++++++ gdb/utils.h | 6 ++ 19 files changed, 427 insertions(+), 89 deletions(-)