diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2014-02-02 13:28:41 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2014-02-02 13:28:41 -0800 |
commit | 3882c30f8087d21daf808ad2817dd8a58492de7a (patch) | |
tree | 5941a84331f315b1e2c783e44412b29f5494a92a /ChangeLog | |
parent | ff201da5151829ba730f9d5f3e618c434c91ed9d (diff) | |
download | zsh-3882c30f8087d21daf808ad2817dd8a58492de7a.tar.gz zsh-3882c30f8087d21daf808ad2817dd8a58492de7a.tar.xz zsh-3882c30f8087d21daf808ad2817dd8a58492de7a.zip |
32340: improve error messages for "read -c" / "read -l"
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 96cf0e9f8..1515bd34e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-02-02 Barton E. Schaefer <schaefer@zsh.org> + * 32340: Src/init.c, Src/Zle/compctl.c: Add specifics to error + messages explaining failure of "read -c" / "read -l". + * 32338: Doc/Makefile.in: create Doc/help.txt as an empty file when Util/helpfiles fails, so that the rest of the build does not yeild a spurious error |