mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-03 02:10:50 +02:00
commit bash-20080828 snapshot
This commit is contained in:
@@ -6809,3 +6809,22 @@ doc/bash.1
|
||||
by
|
||||
|
||||
[bash-4.0-alpha frozen]
|
||||
|
||||
8/28
|
||||
----
|
||||
[bash-4.0-alpha released]
|
||||
|
||||
9/1
|
||||
---
|
||||
builtins/evalstring.c
|
||||
- fixed typo in parse_string (ostring used uninitialized). Bug
|
||||
reported by Andreas Schwab <schwab@suse.de>
|
||||
|
||||
subst.c
|
||||
- fix return value of parameter_brace_expand to set the
|
||||
W_HASQUOTEDNULL flag in the returned WORD_DESC * if the return value
|
||||
from parameter_brace_remove_pattern is a quoted null string. Fixes
|
||||
bug reported by Andreas Schwab <schwab@suse.de>
|
||||
- set the W_HASQUOTEDNULL flag in the return value from
|
||||
parameter_brace_expand if the return value from parameter_brace_patsub
|
||||
is a quoted null string
|
||||
|
||||
@@ -6794,4 +6794,34 @@ subst.c
|
||||
associative arrays when computing second offset, instead of
|
||||
assuming indexed array
|
||||
|
||||
8/21
|
||||
----
|
||||
support/xcase.c
|
||||
- simple program to convert input from lower to uppercase and vice
|
||||
versa. Now used by coproc test suite, since `tr -u' is not
|
||||
portable.
|
||||
|
||||
8/22
|
||||
----
|
||||
doc/bash.1
|
||||
- fixed description of the bindable edit-and-execute commands to note
|
||||
they check $VISUAL first, instead of $FCEDIT. Fixed bug reported
|
||||
by
|
||||
|
||||
[bash-4.0-alpha frozen]
|
||||
|
||||
8/28
|
||||
----
|
||||
[bash-4.0-alpha released]
|
||||
|
||||
9/1
|
||||
---
|
||||
builtins/evalstring.c
|
||||
- fixed typo in parse_string (ostring used uninitialized). Bug
|
||||
reported by Andreas Schwab <schwab@suse.de>
|
||||
|
||||
subst.c
|
||||
- fix return value of parameter_brace_expand to set the
|
||||
W_HASQUOTEDNULL flag in the returned WORD_DESC * if the return value
|
||||
from parameter_brace_remove_pattern is a quoted null string. Fixes
|
||||
bug reported by Andreas Schwab <schwab@suse.de>
|
||||
|
||||
Reference in New Issue
Block a user