summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-12 22:13:10 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-12 22:13:10 -0500
commit9fc76425ef6ca3a79d7f268ac9e3cbc0d7ccc64d (patch)
treee4ae8d1c7bd9ca6423d3317d940dd95e36d7d3d8 /CHANGES
parent54a1fa7c243df11e25a7123d8aa977631f060f5a (diff)
downloadbash-9fc76425ef6ca3a79d7f268ac9e3cbc0d7ccc64d.tar.gz
commit bash-20110107 snapshot
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d0dec791..059c74e6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,8 +11,29 @@ b. Fixed a bug that caused unary `+' and `-' arithmetic operators to have a
c. Fixed a bug that caused simple commands in a pipeline to affect the exit
status ($?) seen by subsequent pipeline commands.
+d. A number of cygwin-specific changes to avoid the use of text-mode files
+ and file access, and to make sure that \r is handled correctly.
+
+e. Fixed a bug that caused the read builtin to not return failure if an
+ attempt is made to assign to a readonly variable.
+
+f. Fixed a bug that caused some builtin usage messages to not be translated.
+
+g. Fixed a bug that caused the getopts builtin to not return failure if an
+ attempt is made to assign to a readonly variable. Now it returns 2.
+
+h. Fixed the cd and pwd builtins to return failure if PWD is readonly and
+ cannot be assigned to.
+
+i. Added code to check the return value of access(2) on Solaris systems,
+ since it returns success for executable tests (e.g., `test -x') when
+ run by root, even if the file permissions don't allow execution.
+
2. Changes to Readline
+a. Fixed a bug that caused directory names in words to be completed to not
+ be dequoted correctly.
+
3. New Features in Bash
4. New Features in Readline