gdb and binutils branch master updated. afa332ce951d4283519e4bca2fdf24a747c4261c
| Newsgroups | gmane.comp.gdb.top-level.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 afa332ce951d4283519e4bca2fdf24a747c4261c (commit)
from 840da61ad95439a10bce40329bf82e033ec4711b (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=afa332ce951d4283519e4bca2fdf24a747c4261c
commit afa332ce951d4283519e4bca2fdf24a747c4261c
Author: Pedro Alves <[email protected]>
Date: Wed Nov 6 12:26:55 2013 +0000
[DOC] shell startup files, clarifications and fixes.
When Bash is started non-interactively, it runs the script pointed by
the BASH_ENV environment variable, not .bashrc. While at it, mention
Z shell in the warning too, and mention non-interactive mode
explicitly.
gdb/doc/
2013-11-06 Pedro Alves <[email protected]>
* gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
non-interactive mode.
(Environment) <shell startup files warning>: Mention
non-interactive mode. Mention .zshenv for Z shell, and talk about
BASH_ENV instead of .bashrc for BASH.
-----------------------------------------------------------------------
Summary of changes:
gdb/doc/ChangeLog | 8 ++++++++
gdb/doc/gdb.texinfo | 24 +++++++++++++-----------
2 files changed, 21 insertions(+), 11 deletions(-)
hooks/post-receive
--
gdb and binutils