diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2014-02-02 13:19:25 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2014-02-02 13:19:25 -0800 |
commit | ff201da5151829ba730f9d5f3e618c434c91ed9d (patch) | |
tree | f07190925ae5b282c28f3e608241b22ad58233a3 /ChangeLog | |
parent | f3e7cfe47c32a236f8ef1a54dd9eb0d509270e0a (diff) | |
download | zsh-ff201da5151829ba730f9d5f3e618c434c91ed9d.tar.gz zsh-ff201da5151829ba730f9d5f3e618c434c91ed9d.tar.xz zsh-ff201da5151829ba730f9d5f3e618c434c91ed9d.zip |
32338: create empty help.txt so lack of helpfiles does not break the build
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1d28b4fdc..96cf0e9f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2014-02-02 Barton E. Schaefer <schaefer@zsh.org> + * 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 + * 32337: Src/params.c: initialize several special parameters to unset for better compatibility in emulation modes; for the same reason, remove the readonly flag from $_ |