mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-08 19:22:39 +02:00
commit bash-20140612 snapshot
This commit is contained in:
@@ -6310,3 +6310,32 @@ shell.c
|
||||
config-top.h
|
||||
- EXIT_ON_SETUID_FAILURE: new settable define, will cause the shell to
|
||||
exit if setuid fails with errno == EAGAIN
|
||||
|
||||
6/10
|
||||
----
|
||||
parse.y
|
||||
- time_command_acceptable: fix so time is accepted everywhere the
|
||||
grammar is looking for a `compound_list'. Fixes bug reported by
|
||||
Dale Worley <worley@alum.mit.edu>
|
||||
|
||||
6/12
|
||||
----
|
||||
subst.c
|
||||
- clear_fifo_list: new function, clears FDs associated with open pipes
|
||||
in current FIFO list without closing the file descriptors. Can
|
||||
possibly be used when shell_execve fails and the shell jumps back
|
||||
to top_level and we don't want the shell to close the open FIFOs
|
||||
each time through the read-execute loop. Bug reported by Harald
|
||||
Koenig <koenig@tat.physik.uni-tuebingen.de>
|
||||
|
||||
|
||||
6/16
|
||||
----
|
||||
builtins/shopt.def
|
||||
- compat42: make sure the `compat42' option sets the correct variable
|
||||
for compatibility level. Fixes bug reported by Ondrej Oprala
|
||||
<ooprala@redhat.com>
|
||||
|
||||
support/bashbug.sh
|
||||
- fix typo when echoing $USAGE. Report from Shantanu Kulkarni
|
||||
<djbware@shantanukulkarni.org>
|
||||
|
||||
+6337
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user