summaryrefslogtreecommitdiff
path: root/CWRU
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2020-11-17 14:18:49 -0500
committerChet Ramey <chet.ramey@case.edu>2020-11-17 14:18:49 -0500
commit37b22abee700eb1b0c5b6926ab32630a429c1183 (patch)
tree01d22efef9babf0127776b6b3c4387b03dc629ab /CWRU
parent278db80c368700ed6117fbd390c89a9b44c0240c (diff)
downloadbash-5.1-testing.tar.gz
Bash-5.1-rc3 releasebash-5.1-rc3bash-5.1-testing
Diffstat (limited to 'CWRU')
-rw-r--r--CWRU/changelog16
1 files changed, 16 insertions, 0 deletions
diff --git a/CWRU/changelog b/CWRU/changelog
index edb74c8f..ee5d1627 100644
--- a/CWRU/changelog
+++ b/CWRU/changelog
@@ -9153,3 +9153,19 @@ lib/readline/isearch.c
Report from Detlef Vollmann <dv@vollmann.ch>
[bash-5.1-rc2 frozen]
+
+ 11/10
+ -----
+lib/readline/isearch.c
+ - _rl_isearch_dispatch: if we are aborting the search, make sure to
+ call _rl_fix_point and to make sure the point and mark are less
+ than the new rl_end, in case they got out of sync. Report and fix
+ from Tillmann Osswald <tosswald@ernw.de>
+
+test.c
+ - unary_test: assume the argument has already been expanded (the code
+ paths for [[ and [ expand it) and add AV_NOEXPAND to the flags passed
+ to array_value if assoc_expand_once is enabled. Prompted by a report
+ from Greg Wooledge <wooledg@eeg.ccf.org>
+
+[bash-5.1-rc3 frozen]