diff options
author | Peter Stephenson <p.stephenson@samsung.com> | 2018-10-12 09:24:00 +0100 |
---|---|---|
committer | Peter Stephenson <p.stephenson@samsung.com> | 2018-10-12 09:25:04 +0100 |
commit | fa5b9bf6ee103c0456b45e760f59b440c4501a79 (patch) | |
tree | 54ab683e286474998cc85c86e852c9724030771f /ChangeLog | |
parent | 995a56cf0103b14d9741af40f96f6a741e82b469 (diff) | |
download | zsh-fa5b9bf6ee103c0456b45e760f59b440c4501a79.tar.gz zsh-fa5b9bf6ee103c0456b45e760f59b440c4501a79.tar.xz zsh-fa5b9bf6ee103c0456b45e760f59b440c4501a79.zip |
43674: Split more PM_ flags for variables and functions.
This avoids using sign bit. Also bump dev version because of wordcode incompatibility.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b814a1c14..531edbcf0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-10-12 Peter Stephenson <p.stephenson@samsung.com> + + * 43674: Src/zsh.h, Config/version.mk: Split more parameter and + function flags to avoid using sign bit; bump version because of + wordcode incompatibility. + 2018-10-10 dana <dana@dana.is> * 43602: Doc/Zsh/compsys.yo: Clarify behaviour of `compdef -p` |