commit bash-20080828 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:28:04 -05:00
parent dd4f3dd893
commit 40c8fbee93
78 changed files with 7535 additions and 3603 deletions
+19
View File
@@ -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
+30
View File
@@ -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>