diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 13:51:24 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 13:51:24 -0500 |
commit | f6410766e13e8c6dbcf09f23072d0c766077834c (patch) | |
tree | bb5080e7cf95597a8fdf1a5c02bb56ed716be490 /CHANGES | |
parent | 66e6d7cffd3054b3e2eaf77d39bdbf19ed4de4a0 (diff) | |
download | bash-f6410766e13e8c6dbcf09f23072d0c766077834c.tar.gz |
commit bash-20050922 snapshot
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -63,6 +63,14 @@ t. Fixed a bug that caused the expanded value of a $'...' string to be incorrectly re-quoted if it occurred within a double-quoted ${...} parameter expansion. +u. Restored default emacs-mode key binding of M-TAB to dynamic-complete-history. + +v. Fixed a bug that caused core dumps when interrupting loops running builtins + on some systems. + +w. Make sure that some of the functions bash provides replacements for are + not cpp defines. + 2. Changes to Readline a. The `change-case' command now correctly changes the case of multibyte @@ -87,6 +95,9 @@ a. A new configuration option, `--enable-strict-posix-default', which will 4. New Features in Readline +a. If the rl_completion_query_items is set to a value < 0, readline never + asks the user whether or not to view the possible completions. + ------------------------------------------------------------------------------ This document details the changes between this version, bash-3.1-alpha1, and the previous version, bash-3.0-release. |