diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 13:49:26 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 13:49:26 -0500 |
commit | f5635ecdc99ad439da0ec65ec8e5e30a3fb0205d (patch) | |
tree | 99df14840bc1014c26718e8912d70cbe6c4f2e26 /CHANGES | |
parent | 6d763f92d00437cbd2f9177ad9c727921f5e9370 (diff) | |
download | bash-f5635ecdc99ad439da0ec65ec8e5e30a3fb0205d.tar.gz |
commit bash-20050804 snapshotbash-3.1-alpha
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -223,6 +223,12 @@ qqq. Fixed a bug that caused core dumps when the shell was reading its non- interactive input from fd 0 and fd 0 was duplicated and restored using a combination of `exec' (to save) and redirection (to restore). +rrr. Fixed a problem that caused loops in sourced scripts to not be cleaned + up properly when a `return' is executed. + +sss. Change internal command substitution completion function to append a slash + to directory names in the command. + 2. Changes to Readline a. Fixed a bug that caused multiliine prompts to be wrapped and displayed @@ -284,6 +290,9 @@ r. Lots of changes so readline builds and runs on MinGW. s. Readline no longer tries to modify the terminal settings when running in callback mode. +t. The Readline display code no longer sets the location of the last invisible + character in the prompt if the \[\] sequence is empty. + 3. New Features in Bash a. Bash now understands LC_TIME as a special variable so that time display |