diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 12:55:02 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 12:55:02 -0500 |
commit | 5565fb1a355c9e89e6a6c9432e4dd40dc9d10013 (patch) | |
tree | 5461db402ca64f8be67234e8eedd61e4b26b175a /NEWS | |
parent | fb65be05d0c7d9e229a7c62bd4b3f347a34072a9 (diff) | |
download | bash-5565fb1a355c9e89e6a6c9432e4dd40dc9d10013.tar.gz |
commit bash-20040301 snapshotbash-3.0-beta
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -128,6 +128,15 @@ ll. The error message printed when bash cannot open a shell script supplied as argument 1 now includes the name of the shell, to better identify the error as coming from bash. +mm. A bug that caused here documents to not work if the directory the shell + used for the temporary files was not writable has been fixed. + +nn. The parameter pattern removal and substitution expansions are now much + faster and more efficient when using multibyte characters. + +oo. Fixed a bug in the `shift' builtin that could cause core dumps when + reporting an out-of-range argument. + 2. New Features in Readline a. History expansion has a new `a' modifier equivalent to the `g' modifier |