summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-03 13:51:58 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-03 13:51:58 -0500
commit1c72c0cd9221e759c16c1d4543d68188d6854032 (patch)
tree508a2fdf23b924e9a052913704a4c40e1e48b2de /CHANGES
parent668f50077d2e4aa43a53e9e3ece63c3b9d76795b (diff)
downloadbash-1c72c0cd9221e759c16c1d4543d68188d6854032.tar.gz
commit bash-20051005 snapshotbash-3.1-beta
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index c01698e6..7deb7644 100644
--- a/CHANGES
+++ b/CHANGES
@@ -81,7 +81,10 @@ y. Changed the `-n' option to the `history' builtin to not reset the number of
was intended to solve.
z. Improved the error message displayed when a shell script fails to execute
- because the environment and size of command line arguments is too large.
+ because the environment and size of command line arguments are too large.
+
+aa. A small fix to make sure that $HISTCMD is evaluated whenever the shell is
+ saving commands to the history list, not just when HISTSIZE is defined.
2. Changes to Readline