mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-02 18:00:49 +02:00
commit bash-20051027 snapshot
This commit is contained in:
@@ -12311,3 +12311,27 @@ builtins/cd.def
|
||||
- make sure we free TDIR in change_to_directory after calling
|
||||
set_working_directory (which allocates new memory) and other places
|
||||
we short-circuit and return
|
||||
|
||||
10/24
|
||||
-----
|
||||
subst.c
|
||||
- modified fix from 10/22 to allow bare ` to pass through (for
|
||||
some backwards compatibility and more correctness)
|
||||
|
||||
10/27
|
||||
-----
|
||||
conftypes.h
|
||||
- make MacOS X use the RHAPSODY code that gets HOSTTYPE, et al.
|
||||
at build rather than configure time, to support universal binaries
|
||||
(fix from llattanzi@apple.com)
|
||||
|
||||
10/30
|
||||
-----
|
||||
builtins/evalstring.c
|
||||
- make sure we don't turn on CMD_NO_FORK in parse_and_execute if
|
||||
we're running a trap command on signal receipt or exit
|
||||
|
||||
execute_cmd.c
|
||||
- in shell_execve, improve the error message a little bit if the
|
||||
interpreter name in a #! exec header ends with a ^M (as in a DOS-
|
||||
format file)
|
||||
|
||||
+22
-1
@@ -12309,4 +12309,25 @@ subst.c
|
||||
-----
|
||||
builtins/cd.def
|
||||
- make sure we free TDIR in change_to_directory after calling
|
||||
set_working_directory (which allocates new memory)
|
||||
set_working_directory (which allocates new memory) and other places
|
||||
we short-circuit and return
|
||||
|
||||
10/24
|
||||
-----
|
||||
subst.c
|
||||
- modified fix from 10/22 to allow bare ` to pass through (for
|
||||
some backwards compatibility and more correctness)
|
||||
|
||||
10/27
|
||||
-----
|
||||
conftypes.h
|
||||
- make MacOS X use the RHAPSODY code that gets HOSTTYPE, et al.
|
||||
at build rather than configure time, to support universal binaries
|
||||
(fix from llattanzi@apple.com)
|
||||
|
||||
10/30
|
||||
-----
|
||||
builtins/evalstring.c
|
||||
- make sure we don't turn on CMD_NO_FORK in parse_and_execute if
|
||||
we're running a trap command on signal receipt or exit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user