summaryrefslogtreecommitdiff
path: root/CWRU/CWRU.chlog~
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-12 21:56:51 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-12 21:56:51 -0500
commitd1fab3dca4ab136932ea0f495d7b78588369f795 (patch)
treed476aa778770c4aa6c11b7cab896fa0d6c1dc9bb /CWRU/CWRU.chlog~
parent9e51a74d57554525639a5ce59f7011386223c5c0 (diff)
downloadbash-d1fab3dca4ab136932ea0f495d7b78588369f795.tar.gz
commit bash-20100408 snapshot
Diffstat (limited to 'CWRU/CWRU.chlog~')
-rw-r--r--CWRU/CWRU.chlog~15
1 files changed, 15 insertions, 0 deletions
diff --git a/CWRU/CWRU.chlog~ b/CWRU/CWRU.chlog~
index 02e11f7c..b5ad1ace 100644
--- a/CWRU/CWRU.chlog~
+++ b/CWRU/CWRU.chlog~
@@ -9682,3 +9682,18 @@ subst.h
- new string_extract and extract_dollar_brace_string flag value:
SX_POSIXEXP, set if the shell is expanding one of the new Posix
pattern removal word expansions
+
+parser.h
+ - new definitions for "word expansion state", shared between parse.y
+ and subst.c
+
+subst.c
+ - include parser.h
+
+ 4/8
+ ---
+builtins/declare.def
+ - make sure declare_internal calls bind_assoc_variable with newly-
+ allocated memory for the key argument when using an implicit key
+ of "0". Bug report and fix from Andreas Schwab
+ <schwab@linux-m68k.org>